-
Notifications
You must be signed in to change notification settings - Fork 3.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
invalid_request Invalid parameter value for approval_prompt: 'auto' is not valid #1821
Comments
The same on some our oauth applications
Package: Authorization Error also try with: Authorization Error |
Please use setPrompt method: More details in #1795 |
It works, but I don't undestand why the same code yesterday works correctly... |
Yes, looks like a change on the Google side, this is affecting many sites (eg. Vimeo) and auth libraries:
Fix is to remove the https://developers.google.com/identity/protocols/oauth2/openid-connect#authenticationuriparameters For example: |
This solve the problem |
@bshaffer don't you think is required to change the default value of Prompt from 'auto' to 'none' or empty as documentated on this site https://developers.google.com/identity/protocols/oauth2/openid-connect#authenticationuriparameters ? |
I think default value of 'prompt' is empty string already: But maybe 'approval_prompt' should be changed? (even Google seems to accept 'auto' again) |
Looks like Google have now fixed it, but |
Error 400: invalid_request |
@bshaffer This page still recommends |
Environment details
Hello, I've a problem with GoogleLogin Extension for mediawiki which is using Your google-api-php-client. From today (yesterday there was no problem) we're getting this error from Google:
When I changed the value from 'true' to force in Client.php (Client.php#L128) file it started to work. But is this value OK? Maybe this is some kind of bug and should be fixed in other way?
Thank You for Your answer
Best Regards,
Marcin
The text was updated successfully, but these errors were encountered: