OpenIDC/mod_auth_openidc

OP logout request doesn't pass id_token_hint in parameter when OIDCSessionType set to "client-cookie"

rahulkumarcisco opened this issue · 2 comments

Okta op logout required to have a query parameter id_token_hint as below including post_logout_redirect_uri
https://dev-/<>.okta.com/oauth2/default/v1/logout?post_logout_redirect_uri=<redirect_uri>&id_token_hint=

However, triggering below redirect to OP where id_token_hint will be missing causing error when OIDCSessionType set to "client-cookie". It works well when OIDCSessionType set to "server-cache"

http://ip/oauth/callback?logout=<redirect_uri>&id_token_hint=