Skip to content
Discussion options

You must be logged in to vote

I'm afraid it is not possible to do this without setting PostLogoutRedirectUris. The protocol demands a way to verify the logout redirect uri just like the redirecturi for the login process needs to be checked with the configuration of the client.
Keep in mind that when using ASP.NET Core that logout uri is not the one you specify in the AuthenticationProperties but the one setup by the authentication middleware. By default: /signout-callback-oidc

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sanjeev-saxena-us
Comment options

Answer selected by maartenba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants