You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With our identity provider, it'd be nice to allow users to connect to the BigQuery API and submit jobs using the user's token, so that the user is billed directly, rather than us.
Describe the solution you'd like
Client-side OAuth
Describe alternatives you've considered
Running things through our server using our Cloud keys
The text was updated successfully, but these errors were encountered:
So technically we are getting the oAuth scope now. it's considered a sensitive scope, so we get really scary warnings until we can verify our service with Google, which can't happen until we build the thing.
Describe the feature you'd like to request
With our identity provider, it'd be nice to allow users to connect to the BigQuery API and submit jobs using the user's token, so that the user is billed directly, rather than us.
Describe the solution you'd like
Client-side OAuth
Describe alternatives you've considered
Running things through our server using our Cloud keys
The text was updated successfully, but these errors were encountered: