Skip to main content

IdentityProvider

External Identity Provider (IdP) configuration details.

Elements

NameRequiredTypeDescription
authorizeUrlstring

Details

Remote URL for the external Identity Provider authorize endpoint.

tokenUrlstring

Details

Remote URL for the external Identity Provider token endpoint.

tokenAuthMethodcode

Details

Client Authentication method used by Clients to authenticate to the Authorization Server when using the Token Endpoint. If no method is registered, the default method is client_secret_basic.

userInfoUrlstring

Details

Remote URL for the external Identity Provider userinfo endpoint.

clientIdstring

Details

External Identity Provider client ID.

clientSecretstring

Details

External Identity Provider client secret.

usePkceboolean

Optional flag to use PKCE in the token request.

Details

Optional flag to use PKCE in the token request.

useSubjectboolean

Optional flag to use the subject field instead of the email field.

Details

Optional flag to use the subject field instead of the email field.

Search Parameters

None

Inherited Elements

NameRequiredTypeDescription