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
I'm using Apache + Mellon as a reverse proxy (SP) in front of a web app. Everything works fine except logging out. When a user wants to logout, they send a GET request to https://10.236.90.134/sso/logout?ReturnTo=https%3A%2F%2Fwww.example.com%2Fblahblah%2F but they get a 400 Bad request response with the following error:
Unable to process logout response. Lasso error: [440] The profile cannot verify a signature on the message, SAML Response: StatusCode1="urn:oasis:names:tc:SAML:2.0:status:Success", StatusCode2="(null)", StatusMessage="(null)"
The users are actually logged out, this does work. However they get an error page on screen instead of a redirect to the ReturnTo url.
Versions:
one Docker container with Ubuntu 20.04, Apache 2.4 and liblasso3 2.6.0
Hi,
I'm using Apache + Mellon as a reverse proxy (SP) in front of a web app. Everything works fine except logging out. When a user wants to logout, they send a GET request to
https://10.236.90.134/sso/logout?ReturnTo=https%3A%2F%2Fwww.example.com%2Fblahblah%2F
but they get a400 Bad request
response with the following error:The users are actually logged out, this does work. However they get an error page on screen instead of a redirect to the
ReturnTo
url.Versions:
IDP metadata
SP metadata
Mellon configuration
Logout request XML
Logout response XML
The text was updated successfully, but these errors were encountered: