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
OAuth with the yahoo provider verification step fails with an invalid scope error.
I confirmed that the application registration with Yahoo is correct as I was able to successfully authenticate using the FirebaseUI-Android library.
As per yahoo documentation, to get an ID Token to authenticate a user, you are required to specify the scope identifier openid. For example: scope=openid Reference: https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html
Error getting verification code from yahoo.com response: error=invalid_scope&error_description=invalid%20scope&state=xx...xx&providerId=yahoo.com
if ([provider isEqualToString:@"yahoo"]) { [providers addObject:[FUIOAuth yahooAuthProvider]]; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Step 1: Are you in the right place?
Step 2: Describe your environment
Step 3: Describe the problem:
OAuth with the yahoo provider verification step fails with an invalid scope error.
I confirmed that the application registration with Yahoo is correct as I was able to successfully authenticate using the FirebaseUI-Android library.
As per yahoo documentation, to get an ID Token to authenticate a user, you are required to specify the scope identifier openid. For example: scope=openid
Reference: https://developer.yahoo.com/oauth2/guide/openid_connect/getting_started.html
Steps to reproduce:
Observed Results:
Expected Results:
Relevant Code:
The text was updated successfully, but these errors were encountered: