mod_auth_oidc - Logout missing id_token_hint...need help #975
Unanswered
kbejjipuram
asked this question in
Q&A
Replies: 1 comment
-
see #812, you'll have to use version >= 2.4.12 and set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We use below configuration to make sure the AuthN/AuthZ works for multiple Apache web server instances under load balancer. All works well but after adding this we are noticing the logout redirect is NOT adding id_token_hint anymore which is resulting in inconsistent behavior upon logout.
OIDCSessionType client-cookie
Could you please check and suggest if we need to add any additional OIDC property to Apache to get this id_token_hint to be added to logout URL.
Upon logout we just see this post_logout_redirect_uri is being added and we lost this id_token_hint !!!
Beta Was this translation helpful? Give feedback.
All reactions