Update supported-identity-providers.md

This commit is contained in:
tweeks-reify 2023-05-17 12:24:25 -04:00 committed by GitHub
parent bf518bee29
commit 94e098de76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ Set up the auth itself first, docs [here](../authentication/oauth2.md) and [here
You can map Okta Groups to roles. First confirm that your okta administrator has included the `group` claim or the groups will not be passed in the auth token.
Ensure `roles-field` in the auth config to `groups` and that `groups` is include in the `scope`, see [here](../authentication/oauth2.md###Okta) for more details.
Ensure `roles-field` in the auth config is set to `groups` and that `groups` is include in the `scope`, see [here](../authentication/oauth2.md###Okta) for more details.
Configure the role mapping to the okta group: