- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Create an inbound SAML configuration for an Identity Toolkit project.
HTTP request
POST https://identitytoolkit.googleapis.com/v2/{parent=projects/*/tenants/*}/inboundSamlConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
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
|
Query parameters
Parameters | |
---|---|
inbound |
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.