-
-
Notifications
You must be signed in to change notification settings - Fork 586
Description
Describe the bug
Docs section:
https://docs.logto.io/end-user-flows/sign-out#clear-sign-in-session-at-logto
To explicitly sign out the user and clear the session at Logto, the client application need to redirect the user to the Logto's end session endpoint.
E.g. https://{your-logto-domain}/oidc/session/end
If a post-logout redirect URI is provided, the user will be redirected to the specified URI after the session is cleared. Otherwise, the user will be redirected to the default post-logout page hosted by Logto.
The OIDC app:
But hitting http://auth.localhost:8000/oidc/session/end
doesn't redirect where it should, it redirects to http://auth.localhost:8000/oidc/session/end/success
Nowhere in docs or google there is no info about any required flags, url params (like ?redirect_uri=
, which doesn't work also)
Expected behavior
After logout user is redirected to uri provided in settings
How to reproduce?
Create an OIDC app, enter the required settings, go to /oidc/session/end
Environment
Self-hosted (Docker image)
Screenshots
No response