dosubot[bot] commented on issue #32612: URL: https://github.com/apache/superset/issues/32612#issuecomment-2716421290
<!-- Greeting --> Hey @skuchipu, I'm here to assist you with any bugs, questions, or contributions you have for Superset! Let's squash those bugs together! 🐞 <!-- Answer --> I found a similar unsolved discussion that might be relevant to your issue: [Issue with AUTH_ROLES_MAPPING in Superset LDAP Authentication](https://github.com/apache/superset/discussions/32172) <sup>[[1]](https://github.com/apache/superset/discussions/32172)</sup>. This discussion also deals with role mapping issues, although it is focused on LDAP rather than Azure SSO. For your specific issue, ensure that your Azure AD app is configured to return group claims, as this is crucial for the role mapping to work. Additionally, verify that the group IDs in your `group_role_map` and `AUTH_ROLES_MAPPING` match the actual group IDs in Azure AD. Also, make sure that the `oauth_user_info` method is correctly returning the group information and that the `role_keys` are being processed as expected by Superset. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=hallucination) | [Bug Report](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/1d9a29d7-8be7-4b0d-8aba-38a0db2afa91?feedback_type=other)</sup> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
