Keycloak IdentityProviders

From wikieduonline
(Redirected from IdentityProviders)
Jump to navigation Jump to search


 "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: