-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Can not remember consent because no user interaction was required with resp['skip'] false #999
Comments
Please provide more context, where is 400 thrown, what's the precondition, and so on. |
|
@arekkas can help with more details, if you let me know what's needed |
You're talking about log in, but this shows the consent API. Which is it? |
this is indeed the consent part of the flow |
should i understand this is expected behaviour as I never show the consent screen to the user? |
If you remember the consent, you should not to show the consent screen again for the same client_id + user + scopes. The remember flag sets that. So yes, expected! |
The response from fetching log in details using the
login_challenge
containsresp['skip'] = false
yet still an error is thrown with code400
After retrying a log in
resp['skip']
comes back as true without the user logging in!happens in hydra 1.0-beta8
The text was updated successfully, but these errors were encountered: