Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PostLogoutUri is always null #207

Open
apetrut opened this issue Mar 27, 2024 · 0 comments
Open

PostLogoutUri is always null #207

apetrut opened this issue Mar 27, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@apetrut
Copy link
Contributor

apetrut commented Mar 27, 2024

I have an Angular app that is redirecting to the STS login page for login. Once the login is finished it redirects back to the FE app.
When the user logs out with success from FE, he is redirected to the Duende logout page that doesn't contain the "here" button because the PostLogoutUri is null.

image

If the user tries to log back again, after login he is redirected to the Duende Identity Server page instead of the FE app landing page because it has no redirect url in query string.

For the login flow the redirect url appears in the query string, but for the logout flow it's not. PostLogoutRedirectUri is always null.

image

@apetrut apetrut added the question Further information is requested label Mar 27, 2024
@apetrut apetrut changed the title PostLogout url is always null PostLogoutUri is always null Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants