You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
canonicalization algorithm 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315' is not supported" err="Error: canonicalization algorithm 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315' is not supported
at SignedXml.findCanonicalizationAlgorithm (c:\\Bohdan\\bohdan-test1\\node_modules\\xml-crypto\\lib\\signed-xml.js:288:14)
at SignedXml.getCanonXml (c:\\Bohdan\\bohdan-test1\\node_modules\\xml-crypto\\lib\\signed-xml.js:595:26)
at SignedXml.validateReferences (c:\\Bohdan\\bohdan-test1\\node_modules\\xml-crypto\\lib\\signed-xml.js:324:25)
at SignedXml.checkSignature (c:\\Bohdan\\bohdan-test1\\node_modules\\xml-crypto\\lib\\signed-xml.js:257:13)
at SAML.validateSignature (c:\\Bohdan\\bohdan-test1\\node_modules\\passport-saml\\lib\\passport-saml\\saml.js:498:14)
at c:\\Bohdan\\bohdan-test1\\node_modules\\passport-saml\\lib\\passport-saml\\saml.js:528:35
at _fulfilled (c:\\Bohdan\\bohdan-test1\\node_modules\\q\\q.js:794:54)
at Promise.then.Q.nextTick.self.promiseDispatch.done (c:\\Bohdan\\bohdan-test1\\node_modules\\q\\q.js:823:30)
at Promise.__dirname.Promise.promise.promiseDispatch (c:\\Bohdan\\bohdan-test1\\node_modules\\q\\q.js:756:13)
at c:\\Bohdan\\bohdan-test1\\node_modules\\q\\q.js:516:49
at flush (c:\\Bohdan\\bohdan-test1\\node_modules\\q\\q.js:110:17)
at doNTCallback0 (node.js:430:9)
at process._tickCallback (node.js:359:13)
cherchyk
changed the title
using cert to validate SAML response
canonicalization algorithm 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315' is not supported
Feb 10, 2016
Hi,
Saml strategy works well for my until I'm trying to use SAML response validation.
I added cert and signatureAlgorithm params to SamlStrategy
/callback writes this to response
canonicalization algorithm 'http://www.w3.org/TR/2001/REC-xml-c14n-20010315' is not supported
Can someone help me with this problem?
The text was updated successfully, but these errors were encountered: