You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
I think this is related to deleting a client there was a consent session for. After DELETE /oauth2/auth/sessions/consent/<user>, the endpoint responds with [] again.
What is the expected behavior?
Hydra responds with []
Which version of the software is affected?
1.0 beta 9
The text was updated successfully, but these errors were encountered:
Sorry, I misread your trace and it makes total sense when you look at the stack trace. This is really about consistency between the different modules. I'm closing this as it is tracked by #1131
Do you want to request a feature or report a bug?
bug
What is the current behavior?
/oauth2/auth/sessions/consent/<user>
gave a 404 response instead of[]
Click here to show Hydra Traceback
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
I think this is related to deleting a client there was a consent session for. After
DELETE /oauth2/auth/sessions/consent/<user>
, the endpoint responds with[]
again.What is the expected behavior?
Hydra responds with
[]
Which version of the software is affected?
1.0 beta 9
The text was updated successfully, but these errors were encountered: