Method: projects.tenants.oauthIdpConfigs.patch

Update an Oidc Idp configuration for an Identity Toolkit project.

HTTP request

PATCH https://identitytoolkit.googleapis.com/v2/{oauthIdpConfig.name=projects/*/tenants/*/oauthIdpConfigs/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
oauthIdpConfig.name

string

The name of the OAuthIdpConfig resource, for example: 'projects/my-awesome-project/oauthIdpConfigs/oauth-config-id'. Ignored during create requests.

Query parameters

Parameters
updateMask

string (FieldMask format)

The update mask applies to the resource. Empty update mask will result in updating nothing. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

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.