Oauth Idp Config
Create an Oidc Idp configuration for an Identity Toolkit project.
Properties
Link copied to clipboard
The client secret of the OAuth client, to enable OIDC code flow.
Link copied to clipboard
The config's display name set by developers.
Link copied to clipboard
The id to use for this config.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The response type to request for in the OAuth authorization flow. You can set either id_token
or code
to true, but not both. Setting both types to be simultaneously true ({code: true, id_token: true}
) is not yet supported.