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
Hello!
If taken a look at the code, but couldn't find a way to specify the algorithms used for signing method and digest method. It seems like it is hardcoded to:
Sorry, life's been hectic, getting back to this, the stuff you're referencing is just templates, you can manually set all those fields on those structs dynamically, have you tried that?
Hello!
If taken a look at the code, but couldn't find a way to specify the algorithms used for signing method and digest method. It seems like it is hardcoded to:
http://www.w3.org/2001/04/xmldsig-more#rsa-sha256
http://www.w3.org/2000/09/xmldsig#sha1
for a special german SAML IdP i would need:
http://www.w3.org/2007/05/xmldsig-more#sha256-rsa-MGF1
http://www.w3.org/2001/04/xmlenc#sha256
The IdP does not accept any other algorithm.
Would it be as easy as just replacing the hardcoded strings, or would i need to change something within the
crypto
module?The text was updated successfully, but these errors were encountered: