-
Notifications
You must be signed in to change notification settings - Fork 35
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
Post logout doesn't call the redirect URI that is specified #60
Comments
My Client config has this: "RedirectUris": ["*"],
"PostLogoutRedirectUris": ["*"], Since wildcard works for Here are the logs that are generated:
|
Maybe this is the fix: https://stackoverflow.com/a/53240640 |
@xadvfh So maybe you just should define In any case, I've published new version of image (0.3.1) that allows you to configure |
Looks like there is bug here:
It should be I'll fix |
thank you |
I've pushed new image version (0.3.2) |
@AleF83 verified latest image woks great. Thank you! |
Here is what happens when my application logs out:
My application calls endSession with a post_logout_redirect_uri (post_logout_redirect_uri=https%3A%2F%2Flocalhost%3A52141%2Fsignout-callback-oidc). This redirect is never called.
The text was updated successfully, but these errors were encountered: