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
I am trying XSW1 but the signature is turning out to be invalid after the transformation.
Turns out the SAML Raider is losing whitespace, and so the canonicalized output is different. Initial SignedInfo (generated by Shibboleth - notice that there is no indent, but newline after every element)
FixesCompassSecurity#12
It is fundamentally difficult to support editable and pretty-printed
XML. This commits disables most XSW related pretty-printing for
now. In the future it might make sense to add a separate tab that
shows read-only pretty-printed XML.
I am trying XSW1 but the signature is turning out to be invalid after the transformation.
Turns out the SAML Raider is losing whitespace, and so the canonicalized output is different. Initial SignedInfo (generated by Shibboleth - notice that there is no indent, but newline after every element)
SignedInfo after XSW1. (notice that all the newlines are gone)
Is there some option to preserve the whitespace?
The text was updated successfully, but these errors were encountered: