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

Fix compatibility with Microsoft Active Directory Federation Services #63

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

Conversation

friedkiwi
Copy link

Microsoft's SAML implementation does not provide the NameID value within the assertion. This causes gosaml2 to not accept the assertion even though it's technically valid.

gosaml2 did not handle this condition gracefully and prevented gosaml2 from working with AD FS and AzureAD. This patch fixes this and updates the README.md to include these tested platforms.

Microsoft's SAML implementation does not provide the NameID value within the assertion. gosaml2 did not handle this condition gracefully and prevented gosaml from working with Azure AD and AD FS. This patch fixes this and updates the  README.md.
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.

1 participant