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
Just copy pasting the exact Signing code from README, produces the following error. And so does in complex code whenever I try it.
panic: Missing ID attribute
When I look closely into the source code, the default ID attribute that is being set has an empty value. And I can't even find any option to set the ID attr, since in my XML the attribute is actually referenceId and not ID.
The text was updated successfully, but these errors were encountered:
The SigningContext has an IdAttribute you can set before signing (there's also an IdAttribute in ValidationContext which can be set before validating).
Just copy pasting the exact
Signing
code from README, produces the following error. And so does in complex code whenever I try it.panic: Missing ID attribute
When I look closely into the source code, the default ID attribute that is being set has an empty value. And I can't even find any option to set the ID attr, since in my XML the attribute is actually
referenceId
and notID
.The text was updated successfully, but these errors were encountered: