lua-resty-openidc icon indicating copy to clipboard operation
lua-resty-openidc copied to clipboard

Logout with client id parameter

Open patryk-sob opened this issue 8 months ago • 2 comments

Logout with client_id parameter is allowed due to openid specification. When id_token_hint is not specified, client_id can be used instead. This change is a solution for situation when session_token is expired and in the logout operation we get the error message "Missing Parameters: id_token_hint error on Session timeout.".

patryk-sob avatar Jun 10 '24 12:06 patryk-sob