gerrit-oauth-provider icon indicating copy to clipboard operation
gerrit-oauth-provider copied to clipboard

CAS - Single Log Out

Open piotrekfus91 opened this issue 6 years ago • 1 comments

Hi, as far as I understand, this plugin does not support CAS logout. Expected scenario:

  1. Logged user clicks the button marked as Sign Out.
  2. User is redirected to CAS logout page.
  3. CAS logs out user and sends logout request for all services (including Gerrit) - this request is sent using server-server channel.
  4. Specific Servlet Filter handles logout in Gerrit. Official filter you can check here: https://github.com/apereo/java-cas-client/tree/master/cas-client-core/src/main/java/org/jasig/cas/client/session Is it possible to achieve in your plugin?

piotrekfus91 avatar Sep 05 '19 10:09 piotrekfus91

Lacking this too with new support for Auth0. Should be generally supported by a OIDC compatible IdP.

elupus avatar Jun 21 '23 14:06 elupus