Open dariommr opened 3 years ago
On versions, prior to 1.12 the issue is not presented. You can check this question in your forums: https://discuss.opendistrocommunity.dev/t/saml-issue-on-logout/5617
Hi @dariommr since this is related to security, will transfer you to their repo issues. Thanks.
Hello Team, Any update on this?
Description An issue is presented when logging out from OpenDistro when using Single Log Out with certificates. Error in the logout:
{"statusCode":401,"error":"Unauthorized","message":"Unauthorized"}
Versions Tested:
Steps to Reproduce
Configuration
config.yml
On the Identity Provider side, I configured this SLO:
https://<kibana_ip>/auth/logout
and provided the .pem certificate. On thekibana.yml
file I’ve configured this:PingID SAML Settings
https://10.10.10.15/_opendistro/_security/saml/acs
RSA_SHA256
saml
https://10.10.10.15/_opendistro/_security/saml/logout
[OR]https://10.10.10.15/auth/logout
Expected behavior After the configuration, the user will attempt to logout and it should be redirected either to the logout page (of the SSO provider), or the login page (depending on the configuration)
I hope all of this could be helpful to solve the issue.