-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Single-Sign-Off does not work after upgrade #1492
Comments
It's not a bug: the OpenIddict client doesn't support logout yet. |
And what certificate does Velusia.Client use?
|
Yep, it's the right option: generate a new pair of signing and encryption certificates just like you did for the server certificates. I opened #1496 to track adding logout support in the client. |
@feededit FYI, logout support was added in 4.0.0-preview3, that was released today: https://github.com/openiddict/openiddict-core/releases/tag/4.0.0-preview3 Both the Velusia and Mortis client samples were updated to target preview3: |
Ask about [client options]. LogIn
LogOut
login works. but why doesn't logout work? |
It's not an error, but I fixed it like this:
|
Confirm you've already contributed to this project or that you sponsor it
Version
4.x (in preview)
Describe the bug
upgraded Velusia.Client to 4.0.
everything works fine.
But when Velusia.Client logs off,
Velusia.Server is not logged off.
To reproduce
Original unmodified Velusia.Client sample
Exceptions (if any)
No response
The text was updated successfully, but these errors were encountered: