-
-
Notifications
You must be signed in to change notification settings - Fork 526
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
Add new integration tests for the revamped authorization/logout endpoints caching feature #891
Labels
Comments
Hello! Could you point to the integration tests you need to port and adapt pls? Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In OpenIddict 1.x/2.x, authorization and logout requests were serialized to BSON and stored in the distributed cache. In 3.x, this logic was changed and these requests are now stored as signed and encrypted JWTs in the distributed cache. We'll need to port and adapt the integration tests guaranteeing this feature works as intended.
The text was updated successfully, but these errors were encountered: