Supported Identity Providers
The list of supported auth mechanisms for RBAC
Last updated
Was this helpful?
The list of supported auth mechanisms for RBAC
Last updated
Was this helpful?
Any OAuth provider which is not of the list: Google, GitHub, Cognito.
Set up the auth itself first, docs and
Don't forget "custom-params.type: oauth".
Set up google auth
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.
Configure the role mapping to the okta group via generic provider mentioned above:
Set up github auth
Set up cognito auth
Set up LDAP auth
Not yet supported, see
Ensure roles-field
in the auth config is set to groups
and that groups
is included in the scope
, see for more details.