RocketChat / feature-requests

This repository is used to track Rocket.Chat feature requests and discussions. Click here to open a new feature request.
21 stars 9 forks source link

Feature Request: SLO #725

Open dimitrihof opened 2 years ago

dimitrihof commented 2 years ago

Description:

User should be logged out from the IDP used for Login. As well as the other way round. User shall be logged out from Rocketchat when logging out from IDP. Currently it is possible to Log out from Session with Custom scripts after Logout. I expect a more general Solution for this.

Steps to reproduce:


Expected behavior:

Logout from Rocketchat logs out from IDP and the other way round.

Actual behavior:

Logout from Rocketchat doesn't logout from idp, logout from idp doesnt logout from rocketchat.

Server Setup Information:

-

Client Setup Information

-

Additional context

-

Relevant logs:

-

rasos commented 2 years ago

Custom script for a logout flow to log out from all other keycloak sessions when pressing the RC logout button https://github.com/RocketChat/Rocket.Chat/issues/24844#issuecomment-1069106547

dimitrihof commented 1 year ago

Up