Problem

You cannot login due to the InResponseTo Check which is faiing.
In the login you see this error

org.opensaml.common.SAMLException: InResponseToField of the Response doesn't correspond to sent message abcde0123456


Reason

When the Application generates an AuthnRequest, it stores the ID of this request. The corresponding response from the IdP must have the InResponseTo attribute set to the same ID value, so the application can verify that the Response is meant for the Request that has been sent. The Application removes this ID once it has been processed.

Solution

Disable the InResponseTo Check

You may want to use a panel to highlight important steps.
  1. Use numbered lists to provide step-by-step help.
  2. Copy and paste or drag and drop images to add them to this page.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues