Superset authentication with Azure Entra ID #33351
Replies: 1 comment
-
Hello @Moise1! I'm here to help you solve bugs, answer questions, and assist with becoming a contributor. While you wait for a human maintainer, feel free to ask me anything! I found a similar unsolved discussion regarding redirect URLs in Superset, which might be related to your issue. You can check it out here [1]. Regarding your issue, the 502 Bad Gateway error could be related to the Nginx configuration or the way Superset handles cache clearing upon logout. Superset clears local storage upon logout, as indicated by tests in Additionally, ensure that the To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Bug Report | Other |
Beta Was this translation helpful? Give feedback.
-
I've successfully set up my Apache Superset to authenticated users with Azure Entra ID 2-step verification. However, when I log out and try to log in again, I get the 502 bad gateway error and this url in the browser:
https://my-app.com/login/azure?next=
and it looks like Superset doesn't clear cache on logout unless I manually clear the browser's historyI'd appreciate your help.
Here's my nginx config:
superset_config.py
Beta Was this translation helpful? Give feedback.
All reactions