- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Update an Oidc Idp configuration for an Identity Toolkit project.
HTTP request
PATCH https://identitytoolkit.googleapis.com/admin/v2/{oauthIdpConfig.name=projects/*/oauthIdpConfigs/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
oauth |
The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests. |
Query parameters
Parameters | |
---|---|
update |
The update mask applies to the resource. Empty update mask will result in updating nothing. For the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of OAuthIdpConfig
.
Response body
If successful, the response body contains an instance of OAuthIdpConfig
.
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.