sfirke commented on issue #32612: URL: https://github.com/apache/superset/issues/32612#issuecomment-2717905578
I'm going to change this to a discussion since it's a question about troubleshooting a config. Role mapping based on Azure AD groups works successfully for my instance. You may already know this but this functionality comes from Flask-AppBuilder, upon which Superset and Airflow are based. So you may also find those repositories and docs helpful. For instance here is a long thread of Airflow users discussing this: https://gist.github.com/wallyhall/915fedb4dfc766b61f442a32c95e1c29 I'm glad the login piece seems to be working, at least. Do you need the custom security manager? The role mapping works for me without that in my config. I expect if you go that route you will need to make sure the role assignment succeeds in that function, rather than relying on FAB to do it for you. I see you don't have `upn` in the scopes requested, it seems like most of us using Azure AD do: https://github.com/apache/superset/issues/20520#issuecomment-1685545130 -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org