Kong OIDC RP Initiated logout redirect from IDP
- Kalidass Mookkaiah
- Mar 26, 2024
- 1 min read
When the user wants to perform a RP initiated logout, the user is redirected to IDP (Identity Provider) to perform the logout. But after the user has successfully logged out from IDP, the user would like to be redirected to another location.
To support the Open ID connect RP after logout as specified in the specifications https://openid.net/specs/openid-connect-rpinitiated-1_0.html#RedirectionAfterLogout, kong provides an option to redirect the user back to a url after the user has also logged out from the IDP.
In OIDC kong plugin provide logout_redirect_uri parameter that uri.
This is the redirect url that is passed to IDP as post_logout_redirect_uri to redirect after the logout from IDP is successful.
Comentarios