Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to README for Azure AD usage #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lllama
Copy link

@lllama lllama commented Aug 28, 2019

Out of the box, the lib will cause Azure to return an unhelpful "your XML is invalid" error. This pull request has some example settings that should help fix the error.

Out of the box, the lib will cause Azure to return an unhelpful "your XML is invalid" error. This pull request has some example settings that should help fix the error.
@AaronForce1
Copy link

@lllama Attempting to see if I can set this up using Azure AD, specifically an "Enterprise Application" with SAML Single-Sign On. After implementing the settings you noted here, I still encountered the same XML error. Any thoughts?

@lllama
Copy link
Author

lllama commented Jul 20, 2020

Sorry - it's all a bit obscure. I believe I managed to debug this by using pysaml2 - I was able to get this to do the authentication and then I compared the XML it sent with what django-saml2-auth was sending. I then tweaked the settings until they matched (or matched enough that it worked). Sorry I can't offer more help than that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants