LogoutRequest doesn't support all parameters defined on the OIDC Spec

Issue #390 resolved
Pedro Tôrres created an issue

Currently, LogoutRequest only supports id_token_hint, post_logout_redirect_uri, and state parameters. But the OIDC Spec also defines logout_hint, client_id, and ui_locales as valid parameters for the request and should be supported by this library.

https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RPLogout

Comments (3)

  1. Vladimir Dzhuvinov

    Yep, that’s true, the spec received those new params in a recent reiteration.

    Would you be interested in making a PR for this? You can use the existing class and similar code from the SDK as template.

  2. Log in to comment