Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Oauth consent screen scope configuration #17649

Open
red8888 opened this issue Mar 21, 2024 · 4 comments
Open

Support Oauth consent screen scope configuration #17649

red8888 opened this issue Mar 21, 2024 · 4 comments

Comments

@red8888
Copy link

red8888 commented Mar 21, 2024

Community Note

  • Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request.
  • Please do not leave +1 or me too comments, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.
  • If an issue is assigned to a user, that user is claiming responsibility for the issue.
  • Customers working with a Google Technical Account Manager or Customer Engineer can ask them to reach out internally to expedite investigation and resolution of this issue.

Description

How do I do this with terraform? https://developers.google.com/workspace/guides/configure-oauth-consent

There seem to be two resources, but they include nothing about scopes

# https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iap_client

resource "google_iap_brand" "project_brand" {
  support_email     = "support@example.com"
  application_title = "Cloud IAP protected Application"
  project           = google_project_service.project_service.project
}

resource "google_iap_client" "project_client" {
  display_name = "Test Client"
  brand        =  google_iap_brand.project_brand.name
}

Is this unsupported?

New or Affected Resource(s)

  • google_iap_brand
  • google_iap_client

Potential Terraform Configuration

I not sure which resource should handle this config

References

No response

b/330932729

@github-actions github-actions bot added forward/review In review; remove label to forward service/iap labels Mar 21, 2024
@ScottSuarez ScottSuarez removed the forward/review In review; remove label to forward label Mar 22, 2024
@melinath melinath added this to the Goals milestone Mar 25, 2024
@SarahFrench
Copy link
Member

Note from triage: Possibly related to #14749

@bryan0515
Copy link

For internal user use case, please use the Google managed OAuth client - https://cloud.google.com/iap/docs/custom-oauth-configuration

For external user use case, please use the UI option. These resources only support the internal user use case.

@melinath melinath removed this from the Goals milestone Apr 2, 2024
@melinath
Copy link
Collaborator

melinath commented Apr 2, 2024

Kicking back to triage.

@rileykarson
Copy link
Collaborator

The step the user is requesting here doesn't seem to have an API- marking upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants