-
Notifications
You must be signed in to change notification settings - Fork 44
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
Signature at root #47
Comments
I think this is the same issue as #46 |
it doesn't seems same as #46 , |
Can you try out #48 and see if that helps? They may not be related. The other issue's XML is gone, but I thought part of that issue was a root level Signature element. Edit: Are you using this signedxml package as part of another package? |
Hey @adamdecaf this PR helped with this issue. Works as intended now! Thank you. will this be merged? |
Yea I can get it merged. Thanks I was just curious who / how people are using the library. Can you share the package or is it private? Edit: Released in https://github.com/moov-io/signedxml/releases/tag/v1.2.0 |
Sorry, @adamdecaf it is private |
Hello everyone, joining after coming across the need for a signed XML (https://github.com/moov-io/signedxml?tab=readme-ov-file)
However (i hope this is the right channel and i apologize if it is not!)
I have an issue with .Sign() method.
This is the XML i am sending in:
ANd i get this errror:
signedxml: unable to find Signature node
Not really sure what I should change?
According to the docs
Generating signed XML
It is expected that your XML contains the Signature element with all the parameters set (except DigestValue and SignatureValue).
Sorry, could not find any examples on the internet
Can Signature be on the root?
The text was updated successfully, but these errors were encountered: