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
The signature handling code does not pass the list of signed xml fragments to the signature reader in any way. It can be fooled by a document constructed as follows:
<!-- envelope omitted for brevity -->
<samlp:Assertion>
<samlp:Assertion>
<!-- original signature here -->
<samlp:Assertion>
<!-- whatever you want -->
</samlp:Assertion>
The text was updated successfully, but these errors were encountered:
The signature handling code does not pass the list of signed xml fragments to the signature reader in any way. It can be fooled by a document constructed as follows:
The text was updated successfully, but these errors were encountered: