Method: projects.defaultSupportedIdpConfigs.create

Create a default supported Idp configuration for an Identity Toolkit project.

HTTP request

POST https://identitytoolkit.googleapis.com/admin/v2/{parent=projects/*}/defaultSupportedIdpConfigs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

The parent resource name where the config to be created, for example: "projects/my-awesome-project"

Authorization requires the following IAM permission on the specified resource parent:

  • firebaseauth.configs.update

Query parameters

Parameters
idpId

string

The id of the Idp to create a config for. Call ListDefaultSupportedIdps for list of all default supported Idps.

Request body

The request body contains an instance of DefaultSupportedIdpConfig.

Response body

If successful, the response body contains a newly created instance of DefaultSupportedIdpConfig.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/identitytoolkit
  • https://www.googleapis.com/auth/firebase
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.