Commit 3ff25f1
committed
fix : Make OIDC logout working when end_session_endpoint is present in configuration - MEED-10192 - #4024
Before this fix, when using OIDC, some IDP provide a endsession_endpoint url, to make a logout on the IDP after being loggued out from the SP, and eXo do not use this url
This commit ensure to send the user in this url if existing and if property exo.oauth.openid.propagate.logout is set to true
To achieve this modification, this commit create a new handler in the platform to manage the logout : LogoutHandler on /portal/logout. The old logout code (UIPortal.LogoutActionListener) is removed
Resolves #40241 parent 0c5a788 commit 3ff25f1
File tree
1 file changed
+7
-0
lines changed- packaging/plf-packaging-resources/src/main/resources
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
0 commit comments