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 canon xml being computed differently when signing, than when verifying #183

Merged
merged 1 commit into from
Apr 26, 2019

Conversation

vadimavdeev
Copy link
Contributor

When computing the signature, ancestor namespaces of SignedInfo and
reference node were not passed into the 'getCanonXml' method like
they are during signature verification

This attempts to fix #164

…fying

When computing the signature, ancestor namespaces of SignedInfo and
reference node were not passed into the 'getCanonXml' method like
they were during signature verification

This attempts to fix node-saml#164
Copy link
Collaborator

@LoneRifle LoneRifle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks for the PR!

@LoneRifle LoneRifle merged commit 6c30b52 into node-saml:master Apr 26, 2019
markstos pushed a commit to node-saml/passport-saml that referenced this pull request Nov 18, 2019
@cjbarth cjbarth changed the title Fix canon xml being computed differently when signing, than when verfying Fix canon xml being computed differently when signing, than when verifying May 30, 2023
@cjbarth cjbarth added the bug label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Signature when using 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315' Canonicalization Algorithm
3 participants