Logout gives Error processing end session request when user already changed #502
Unanswered
aaronclawrence
asked this question in
IdentityServer
Replies: 1 comment
-
|
Duende IdentityServer most likely logged additional log entries whenever it shows an "Invalid request" error to a user, but these may be hidden because of their log level: the If you want to only lower the log level for these types of events, you can add a log filter for the namespace "Duende.IdentityServer.Validation" and set that to "Information" To troubleshoot the problem further, I want to clarify what you're doing a bit further. Is this scenario accurate?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We have two applications with different client IDs sharing the same backend - ASP.NET MVC using session cookies, as in the original IS sample. It achieves Single Sign On.
If we do this:
We get from Identity Server:
Error processing end session request {error}
error = Invalid request
and although the logout works, the user is left on the backend page instead of redirecting back to application 2. So now things are a bit broken.
Is this expected?
Is there any more information available other than the (rather unhelpful) "Invalid request" ?
It seems like unhelpful behavior. Logging out of the second application should still work.
Beta Was this translation helpful? Give feedback.
All reactions