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
The scope is a requirement of the Service Account Credential generateAccessToken API
WIth "impersonated_service_account" credential type, if the scope is not set, the token request fail.
The idea is to add a scope by default (i.e. the Cloud Platform scope) if no scope is provided.
The text was updated successfully, but these errors were encountered:
Took me a long time to figure out it is this issue by just looking at errors like this:
oauth2/google: status code 400: { "error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT" } }
Will this be solved soon? Thanks @guillaumeblaquiere
Sorry, something went wrong.
chore: remove cat and add parameter token_format: access_token to a…
token_format: access_token
020737d
…uth action to set default scope to overcome error like in golang/oauth2#537
Successfully merging a pull request may close this issue.
The scope is a requirement of the Service Account Credential generateAccessToken API
WIth "impersonated_service_account" credential type, if the scope is not set, the token request fail.
The idea is to add a scope by default (i.e. the Cloud Platform scope) if no scope is provided.
The text was updated successfully, but these errors were encountered: