We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
league/oauth2-client:2.8.0
Auth0 returns the error "Client has not been granted scopes: openid, email"
"Client has not been granted scopes: openid, email"
In v2.8 scopes are now sent together with token request
public function getDefaultScopes() { return ['openid', 'email']; }
It was related thephpleague/oauth2-client#1029 and changed thephpleague/oauth2-client#1030
The text was updated successfully, but these errors were encountered:
Can you try if thephpleague/oauth2-client#1053 fixes your issue?
Sorry, something went wrong.
No branches or pull requests
Auth0 returns the error
"Client has not been granted scopes: openid, email"
In v2.8 scopes are now sent together with token request
It was related thephpleague/oauth2-client#1029 and changed thephpleague/oauth2-client#1030
The text was updated successfully, but these errors were encountered: