Keycloak IdentityProviders
(Redirected from IdentityProviders)
Jump to navigation
Jump to search
- https://www.keycloak.org/docs-api/latest/javadocs/org/keycloak/broker/provider/IdentityProvider.html
"identityProviders": [
{
"alias": "okta",
"displayName": "Okta",
"providerId": "oidc",
"enabled": true,
"updateProfileFirstLoginMode": "on",
"trustEmail": true,
"storeToken": false,
"addReadTokenRoleOnCreate": false,
"authenticateByDefault": true,
"linkOnly": false,
"config": {
"clientId": "<okta-client-id>",
"clientSecret": "<okta-client-secret>",
"discoveryEndpoint":
"https://<your-okta-domain>/oauth2/default/.well-known/openid-configuration",
"defaultScope": "openid profile email groups",
"syncMode": "IMPORT"
#"useJwksUrl": "true",
#"validateSignature": "true",
#"pkceEnabled": "false"
}
}
]
Related[edit]
See also[edit]
Advertising: