GitHub user lluuuo added a comment to the discussion: Azure SSO with Role
mapping not working
AUTH_ROLES_MAPPING is a mapping from the values of `userinfo["role_keys"]` to
a list of FAB roles.
As you provide AUTH_ROLES_MAPPING below
AUTH_ROLES_MAPPING ={
"YYYYYYYYYYYYYYYYYYYYY": ["Admin"],
"XXXXXXXXXXXXXXXXXXXX": ["Alpha"]
}
the value of role_keys should be a list that include the key of
AUTH_ROLES_MAPPING
GitHub link:
https://github.com/apache/superset/discussions/32622#discussioncomment-14232947
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]