Post-logout redirect URI not registered for SaaS SPA #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The SaaS SPA's post-logout redirect URI (
/platform/) is not registered in the Logto SPA application'spostLogoutRedirectUris. The registered URI is/platform/login.This causes OIDC RP-initiated logout to fail with
post_logout_redirect_uri not registeredwhen trying to redirect to/platform/.Expected
Logto bootstrap should register
/platform/as a post-logout redirect URI for the SPA app, or the SPA should use/platform/loginas the post-logout redirect.Steps to reproduce
Scope
Bootstrap script change (
docker/logto-bootstrap.sh) or SPA auth config change.