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
This will subsequently make signature validation fail, since the normalized context node has the additional statement that is not covered by the signature.
These "virtual" statements should therefore be handled differently and not included in the signature validation process.
Workarounds:
Don't send messages that contain both a secret token and a signature.
In the messaging target's configuration, place the AuthenticationSecretTokenInterceptor AFTER the AuthenticationSignatureInterceptor.
The text was updated successfully, but these errors were encountered:
Given the following message:
When the secret token is validated, a "virtual" statement is added to the incoming message, e.g.:
This will subsequently make signature validation fail, since the normalized context node has the additional statement that is not covered by the signature.
These "virtual" statements should therefore be handled differently and not included in the signature validation process.
Workarounds:
The text was updated successfully, but these errors were encountered: