When logging out in Flipt, the endpoint
PUT /auth/v1/self/expire is called which deletes the session and then the browser is redirecting to /#/login.
In some cases the session on the IdP needs to be destroyed as well.
This can be done by a front channel logout URL. So basically an URL which the user is forwarded to (instead of being forwarded to /#/login
Can you add this feature to the OIDC authentication?
When logging out in Flipt, the endpoint
PUT /auth/v1/self/expire is called which deletes the session and then the browser is redirecting to /#/login.
In some cases the session on the IdP needs to be destroyed as well.
This can be done by a front channel logout URL. So basically an URL which the user is forwarded to (instead of being forwarded to /#/login
Can you add this feature to the OIDC authentication?