Skip to content

SAML & Azure/Entra #7026

Answered by stoppsjl
stoppsjl asked this question in Q&A
Discussion options

You must be logged in to vote

Now Resolved:

After confirmation that others had this working (thumbs up to DSigmund), we revisited our SAML implementation across every stage and have managed to get SAML working. The key considerations for us were:

  1. We had to make sure 100% that redash was using the modified version of the redash/authentication/saml_auth.py file that has the fix for the entity_id. Our working version has:
#    if acs_url is not None and acs_url != "":
#        saml_settings["entityid"] = acs_url

    if entity_id is not None and entity_id != "":
        saml_settings["entityid"] = entity_id

at line 88, which indicates where the entity_id is being set (as per the PR at https://github.com/getredash/reda…

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by stoppsjl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants