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
Key info must be configured like a return "<X509Data><X509Certificate>" + pem + "</X509Certificate></X509Data>"; or return "<ds:X509Data><ds:X509Certificate>" + pem + "</ds:X509Certificate></ds:X509Data>";
But this is not possible from outside.
And sig.computeSignature method - i can't add property "prefix" (to xml-crypto package) to be added canonical prefixes "ds".
The text was updated successfully, but these errors were encountered:
ivan-ionin
changed the title
saml:LogautResponse - at a HTTP-POST binding i can't add "ds" prefix to Signature
saml:LogoutResponse - at a HTTP-POST binding i can't add "ds" prefix to Signature
Jul 6, 2017
samlp/signers.js - line 40 (sig.keyInfoProvider) and 46 (sig.computeSignature):
sig.keyInfoProvider = {
getKeyInfo: function () {
return "<X509Data><X509Certificate>" + pem + "</X509Certificate></X509Data>";
}
};
sig.computeSignature(xml, {
location: {
reference: "//*[local-name(.)='Issuer']",
action: 'after'
}
});
Key info must be configured like a return "<X509Data><X509Certificate>" + pem + "</X509Certificate></X509Data>"; or return "<ds:X509Data><ds:X509Certificate>" + pem + "</ds:X509Certificate></ds:X509Data>";
But this is not possible from outside.
And sig.computeSignature method - i can't add property "prefix" (to xml-crypto package) to be added canonical prefixes "ds".
The text was updated successfully, but these errors were encountered: