Method: projects.inboundSamlConfigs.create

Create an inbound SAML configuration for an Identity Toolkit project.

HTTP request

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

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
inboundSamlConfigId

string

The id to use for this config.

Request body

The request body contains an instance of InboundSamlConfig.

Response body

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

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.