You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
And then /easyauth/signout-callback-oidc endpoint suppose to remove AzAD.EasyAuthForK8s http-only cookie. And since it's not happening the workaround will be to have our own endpoint which will do that for us (which is still not optimal, since the session is not invalidated)
Am I understanding correctly, that there is no sign out functionality implemented, since
signedOutCallbackPathis marked asReserved for future use - Not currently used?Currently, my understanding is that we need to construct sign out url ourselves, like so:
And then
/easyauth/signout-callback-oidcendpoint suppose to removeAzAD.EasyAuthForK8shttp-only cookie. And since it's not happening the workaround will be to have our own endpoint which will do that for us (which is still not optimal, since the session is not invalidated)