This issue has been created
 
 
OpenId Connect / cid:jira-generated-image-avatar-87aa8d89-8949-4293-a7b3-5d9ae46599cd OIDC-244 Open

Provide an option to clear the client provider cookie upon logout

 
View issue   ·   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-9f6cd4aa-d250-4295-97e5-04cb28eeea45 Clément Aubin created this issue on 09/Jul/25 09:24
 
Summary: Provide an option to clear the client provider cookie upon logout
Issue Type: cid:jira-generated-image-avatar-87aa8d89-8949-4293-a7b3-5d9ae46599cd Improvement
Assignee: Unassigned
Components: Authenticator
Created: 09/Jul/25 09:24
Priority: cid:jira-generated-image-static-major-b92a680c-a08e-4ae9-8b87-e16180095e78 Major
Reporter: Clément Aubin
Description:

In the OIDC Authenticator, we support defining a cookie client side to indicate which OIDC configuration to use :

#-# When using in-wiki OIDC configuration, it is possible to define multiple configurations that can be selected by
#-# the end user through a cookie indicating the name of the configuration to be used. You can control the name of
#-# this cookie with the following configuration.
#-#
#-# oidc.clientConfigurationCookie=oidcProvider

The idea would be to provide an option in OIDC Client configurations to clear this cookie upon logout, so that an eventual choice of OIDC Clients can be made again.