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
Copy file name to clipboardExpand all lines: lib/passport-wsfed-saml2/samlp.js
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -212,7 +212,6 @@ class Samlp {
212
212
try{
213
213
// we are not converting SAMLRequest into a DOM before sending to xml-crypto because at the current time we allow the following test:
214
214
// invalid CDATA xml that does not cause an error. This probably *should* cause an error, but it doesn't.
215
-
// in a subsequent release we should address this.
216
215
sig.computeSignature(SAMLRequest,{location: {reference: "//*[local-name(.)='Issuer']",action: 'after'}});// Signature element must be located after Issuer
217
216
}catch(e){
218
217
returncallback(newError('fail to compute signature'));
0 commit comments