-
Hello. Could anyone help me with that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If your OP does not support Single Logout, hitting the logout endpoint of mod_auth_openidc will indeed just kill the local session; if the OP supports SIngle Logout and you don't want to use that, you can just remove the mod_auth_openidc_session cookie. In the latter case however you need to be aware that the OP probably maintains an SSO session and hitting a protected page again will just result in an SSO trip to the OP without explicit login so the practical value of local logout is limited. |
Beta Was this translation helpful? Give feedback.
If your OP does not support Single Logout, hitting the logout endpoint of mod_auth_openidc will indeed just kill the local session; if the OP supports SIngle Logout and you don't want to use that, you can just remove the mod_auth_openidc_session cookie.
In the latter case however you need to be aware that the OP probably maintains an SSO session and hitting a protected page again will just result in an SSO trip to the OP without explicit login so the practical value of local logout is limited.