I have created 2 enterprise SAML connections to work as service provider for Okta and Jumpcloud, and everything is working fine.
I have left a connection with OneLogin. I am following this document: Configure OneLogin as SAML Identity Provider
But when I am trying the connection the following response is received:
{
"error": "access_denied",
"error_description": "The SAMLResponse ID was already processed"
}
Can anyone help me on this? I do not understand this error and I have no clue about how to solve it.
Thanks in advance
The InResponseTo attribute in the SAML protocol is used to correlate requests and responses, and so it helps guarantee the authenticity of the response from the trusted IdP.
If we receive the same InResponseTo attribute twice, it probably means that some user activity caused the browser to resend the SAML request. The first time we receive the response, it’s okay. The second time, it’s not. It can happen when the back button in the browser is used let’s say