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
{{ message }}
This repository has been archived by the owner on May 3, 2021. It is now read-only.
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:
1.12
1.13
Steps to Reproduce
Install Elasticsearch-oss and Kibana-oss
Install all the modules of OpenDistro Plugin for Elastic and Kibana
Configure the Plugins and the IDP Provider
I went through the Request signing documentation and configured this with PingID.
On the Identity Provider side, I configured this SLO: https://<kibana_ip>/auth/logout and provided the .pem certificate.
On the kibana.yml file I’ve configured this:
VERIFICATION CERTIFICATE: node-1 (elasticsearch) Valid 03-21 to 03-31
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.
The text was updated successfully, but these errors were encountered:
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
I went through the Request signing documentation and configured this with PingID.
Configuration
config.yml
On the Identity Provider side, I configured this SLO:
https://<kibana_ip>/auth/logout
and provided the .pem certificate.On the
kibana.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.
The text was updated successfully, but these errors were encountered: