I am using Lock 11.7.0 and when a user login with email/password it does not ask for consent and login fails with following error in logs.
{
“message”: “Consent required”,
“oauthError”: “consent_required”,
“type”: “oauth-authorization”
}
I have redirect: false and scope as ‘openid profile email’
@accounts6 is this a new application you are setting up? Were you using a previous version of Lock and now using Lock 11.7.0 you are experiencing this issue?
Are you initiating the authentication request from localhost
while passing the prompt=none
parameter? If this is the case, please take a look at our documentation regarding skipping consent for first-party clients.
Hi Kim
My issue was resolved after going through the link.
Thanks,
Tannu
1 Like