Obsolete
Status Update
Comments
jb...@android.com <jb...@android.com> #2
Can you elaborate on the end goal/use-case? We have service accounts that are designed for non-interactive authentication: https://cloud.google.com/docs/authentication
ro...@gmail.com <ro...@gmail.com> #3
We both use Service accounts, API keys and OAuth client credentials in our projects. The first two types can be created using the gcloud command, such as 'gcloud beta iam service-accounts create some-account --display-name "My Service Account"' for a Service Account.
OAuth client credentials don't seem to be able to be created using the gcloud command as far as we know and need to be created through the developer console. Since we create new projects from time to time and setup our environments in those projects in an almost automated way, this step means we have to manually create the OAuth client credentials ergo blocking our automation.
OAuth client credentials don't seem to be able to be created using the gcloud command as far as we know and need to be created through the developer console. Since we create new projects from time to time and setup our environments in those projects in an almost automated way, this step means we have to manually create the OAuth client credentials ergo blocking our automation.
jb...@android.com <jb...@android.com> #4
Being able to automate changes to the consent screen with gcloud CLI would be very useful. Updating configuration for: Email address, Product name, Homepage URL, Product logo URL, Privacy policy URL, Terms of service URL.
vt...@gmail.com <vt...@gmail.com> #5
Same thing here but directly from an API.
There'shttps://cloud.google.com/resource-manager/docs/ to create a project,
but can't find any API to configure the Concent Oauth Screen and create new OAuth / API Keys.
Would be great to avoid unpleasing manual configuration for a lot a projects
thanks
There's
but can't find any API to configure the Concent Oauth Screen and create new OAuth / API Keys.
Would be great to avoid unpleasing manual configuration for a lot a projects
thanks
en...@google.com <en...@google.com>
ro...@gmail.com <ro...@gmail.com> #6
We need this as well to be able to fully automate our projects. Our use case is using Cloud Identity-Aware Proxy which requires setting up the OAuth consent screen.
vt...@gmail.com <vt...@gmail.com> #7
We enable IAP programmatically for a large volume of backend services which are deployed by our development team for testing and review. Currently we have to use a horrible cludge and scrape the curl command out of the GUI. Why isn't this entity available via the API?
ro...@gmail.com <ro...@gmail.com> #8
The ability to add redirect URLs for existing ClientIDs would also be great
Description
* I don't need widgets on my lock screen, I have my home screen for that
* I don't need to be able to delete and archive email from the status bar, or any other status bar operation, when pulling the phone out of my pocket