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
Thanks for very useful library! I am using it as an SP and have a Signature Validation issue where the destination IDP is not able to verify the signature I generate because they use
From what I understand in samlify the DigestMethod is picked based on what is set for the SignatureMethod -- I can see that when constructSAMLSignature is called in libsaml.ts the digest method is determined by getDigestMethod(signatureAlgorithm). I would like to be able to configure the library to use "rsa-sha256" for the SignatureMethod and "sha1" for the DigestMethod -- is this possible?
The text was updated successfully, but these errors were encountered:
Thanks for very useful library! I am using it as an SP and have a Signature Validation issue where the destination IDP is not able to verify the signature I generate because they use
From what I understand in samlify the DigestMethod is picked based on what is set for the SignatureMethod -- I can see that when constructSAMLSignature is called in libsaml.ts the digest method is determined by getDigestMethod(signatureAlgorithm). I would like to be able to configure the library to use "rsa-sha256" for the SignatureMethod and "sha1" for the DigestMethod -- is this possible?
The text was updated successfully, but these errors were encountered: