-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enveloped transformation + exclusive-canonicalization #72
Comments
I'll try with this -> #48 |
I fixed that with your workaround, thanks @yaronn ! But I'm wondering if these namespaces should be added in the SAML assertion element by my SAML Identity Provider or it should be handled from my side (xml-crypto code in this case). |
the following works for me (before call to this.getCanonXml):
|
great this works out and thanks for sharing the solution! |
@yaronn is this something that we can put in core? what needs to be done to make it ready? i have no idea which is the behaviour of InclusiveNamespaces transform 😃 |
related to #60 |
I don't know why yet, but the following is not working with my workaround:
If I apply the workaround then I'm getting the digest mismatch error again. saml assertion BEFORE workaround:
saml assertion AFTER workaround:
|
fix namespace issue documented in #72
Can both algorithms work together? I'm getting a digest mismatch error with the following "transforms" element:
Thanks
The text was updated successfully, but these errors were encountered: