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

SAMLResponse Assertion wrongfully placed at end of XML instead of after issuer #51

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

vandernorth
Copy link
Contributor

I thought we could use the signing function we already have containing the fix from #42 to fix the SAMLResponse signing issue. The Signature is now at the end of the XML instead of after the issuer.

#29 also fixes this but introduces some other changes (features) as well. Created this pull request so we can just fix this bug.

@vandernorth
Copy link
Contributor Author

Fixed the test.

@mcastany
Copy link
Contributor

With this PR you are changing some behaviour we don't want to change. You are removing the signature prefix and the keyinfo.

The correct fix would be to add the location when computing the signature.

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