Enveloped-signature transform not working? #487
|
Hello, for me it seems the enveloped-signature transform is not working I have: It computes a signature, however the Signature element is set after the Assertion element instead of within it as expected when using the enveloped-signature transform. I've verified the xpath to locate to the correct element - it selects the Assertion element in the SAML response. |
Answered by
srd90
Feb 12, 2025
Replies: 1 comment 2 replies
|
You have to add Also notice that you have to add explicitly some C14N algorithm otherwise xml-crypto doesn't apply any implicit while other libraries seems to apply see #212 (comment) |
2 replies
Answer selected by
ryanhoffman-well
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have to add
locationfor computeSignature. See e.g.Also notice that you have to add explicitly some C14N algorithm otherwise xml-crypto doesn't apply any implicit while other libraries seems to apply see #212 (comment)