Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Log out #29

Open
h4wkmoon opened this issue Aug 17, 2017 · 3 comments
Open

Log out #29

h4wkmoon opened this issue Aug 17, 2017 · 3 comments

Comments

@h4wkmoon
Copy link

Problem description

Impossible to logout.

Steps to reproduce the problem

  1. Activate SSO plugin.
  2. Login with SSO
  3. Logout ==> You are not logged not, but a new session is created.

Environment

  • Graylog Version: Graylog 2.3.0+81f8228
  • Plugin Version: 2.3.0
  • Elasticsearch Version: Not relevant
  • MongoDB Version: Not relevant
  • Operating System: Not relevant
  • Browser version: Not relevant

Could you add a url to be redirected to after the removal of the session by the logout process, plz ?
This way, after Graylog has delete the session, we can be redirected to the logout page of the SSO provider.

Being a total ignorant in Java, I can't help.

@kroepke
Copy link
Member

kroepke commented Dec 3, 2018

While I agree with the request, it is essentially the same problem as with #35 (comment)

the tl;dr: the plugin itself is not consulted in the log out process and the frontend does not know about the authenticator which created the session, so it cannot redirect to the SSO provider.

In any case, this would require a server change, too.

@petererler
Copy link

If it would be possible to fix #35 in the way @ahus1 commented #35 (comment) then missing SSO headers would trigger a logout.
In addition if the logout-URL could be configured to be the SSO provider's logout-URL then single-logout would work, too.

@davama
Copy link

davama commented Dec 14, 2020

This feature would be great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants