Total Pageviews

Thursday, March 7, 2019

OpenAM error com.onelogin.saml2.exception.Error: SAML LogoutRequest/LogoutResponse not found. Only supported HTTP_REDIRECT Binding


When OneLogin initiates the Single Log Out (in my page sls.jsp), I get this error message:

com.onelogin.saml2.exception.Error: SAML LogoutRequest/LogoutResponse not found. Only supported HTTP_REDIRECT Binding




Solution:

auth.processSLO() processes the logout request, but this request must be generated first with auth.logout().

No comments:

Post a Comment