-
Notifications
You must be signed in to change notification settings - Fork 25.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Correctly handle <LogoutResponse> messages for the SAML Realm #40901
Comments
Pinging @elastic/es-security |
What should Elasticsearch do with these responses? |
We could no-op (return a 200 response and a redirect value of
I think this is mostly by accident now and not by design. IIUC, Kibana will return
There are a couple of reasons why we should handle this I think:
|
This is implemented in #56316 |
According to section 3.7.3.2 of SAML Core spec :
The SAML IDP can (should but usually doesn't) respond to a
<logoutRequest>
message with a<LogoutResponse>
message indicating a successful logout. We don't currently handle this case, and we shouldThe text was updated successfully, but these errors were encountered: