Skip to content
Discussion options

You must be logged in to vote

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.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@trantor
Comment options

Answer selected by trantor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants