This issue has been created
There are 2 updates.
 
 
OpenId Connect / cid:jira-generated-image-avatar-e9f0eed1-9929-42ea-a004-aa05ad0e3fb1 OIDC-319 In Progress

Add support for sending the RP-initiated logout request as POST instead of GET

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-aeda283e-1536-4523-afc6-bc06fc7a6039 Thomas Mortagne created this issue on 09/Sep/26 13:29
 
Summary: Add support for sending the RP-initiated logout request as POST instead of GET
Issue Type: cid:jira-generated-image-avatar-e9f0eed1-9929-42ea-a004-aa05ad0e3fb1 New Feature
Affects Versions: 2.26.0
Assignee: Unassigned
Components: Authenticator
Created: 09/Sep/26 13:29
Priority: cid:jira-generated-image-static-major-2a2b1e89-5fbb-4414-85f8-28c29cc593cf Major
Reporter: Thomas Mortagne
Description:

Currently, the RP-initiated logout is done through a redirect (so a GET), but it would be interesting to also allow configuring the authenticator to send POST request instead.

In terms of implementation, it probably means redirecting to a dedicate XWiki endpoint which tend use javascript to send the POST request to the provider, instead of directly redirecting to the provider's logout endpoint.

 
 

2 updates

 
cid:jira-generated-image-avatar-aeda283e-1536-4523-afc6-bc06fc7a6039 Changes by Thomas Mortagne on 09/Sep/26 13:33
 
Assignee: Thomas Mortagne
Status: Open In Progress