IdentityProvider
External Identity Provider (IdP) configuration details.
- Schema
Elements
Name | Required | Type | Description |
---|---|---|---|
authorizeUrl | ✓ | string | DetailsRemote URL for the external Identity Provider authorize endpoint. |
tokenUrl | ✓ | string | DetailsRemote URL for the external Identity Provider token endpoint. |
tokenAuthMethod | code | DetailsClient 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. | |
userInfoUrl | ✓ | string | DetailsRemote URL for the external Identity Provider userinfo endpoint. |
clientId | ✓ | string | DetailsExternal Identity Provider client ID. |
clientSecret | ✓ | string | DetailsExternal Identity Provider client secret. |
usePkce | boolean | Optional flag to use PKCE in the token request. DetailsOptional flag to use PKCE in the token request. | |
useSubject | boolean | Optional flag to use the subject field instead of the email field. DetailsOptional flag to use the subject field instead of the email field. |
Search Parameters
NoneInherited Elements
Name | Required | Type | Description |
---|