最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

oauth 2.0 - How do I create Google OAuth2.0 client credentials using Terraform? - Stack Overflow

programmeradmin4浏览0评论

Pushes me to the "Google Auth Platform", but I can't find anything on provisioning a client or what seems to be required "Branding" through Google's Terraform provider.

https://developers.google/identity/protocols/oauth2

Pushes me to the "Google Auth Platform", but I can't find anything on provisioning a client or what seems to be required "Branding" through Google's Terraform provider.

Share Improve this question asked Mar 20 at 17:39 AidanAidan 4304 silver badges23 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

You are probably looking for these two resources:

  • google_iap_brand - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iap_brand

  • google_iap_client - https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/iap_client

However, Google recently announced deprecation of the API that these resources use (https://cloud.google/iap/docs/deprecations/migrate-oauth-client).

I got in touch with Google Cloud support, and they confirmed that these two resources will no longer work after July 2025.

Here is full response that I got from the support: https://github/hashicorp/terraform-provider-google/issues/21378#issuecomment-2653497606

发布评论

评论列表(0)

  1. 暂无评论