Skip to content

bug: post sign-out uri is not working like docs say #7511

@terion-name

Description

@terion-name

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:

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions