Google Identity Platform Tenant Oauth Idp Config

This page shows how to write Terraform for Identity Platform Tenant Oauth Idp Config and write them securely.

google_identity_platform_tenant_oauth_idp_config (Terraform)

The Tenant Oauth Idp Config in Identity Platform can be configured in Terraform with the resource name google_identity_platform_tenant_oauth_idp_config. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for Google best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

The client id of an OAuth client.

The client secret of the OAuth client, to enable OIDC code flow.

Human friendly display name.

If this config allows users to sign in with the provider.

  • id optional computed - string
  • issuer required - string

For OIDC Idps, the issuer identifier.

The name of the OauthIdpConfig. Must start with 'oidc.'.

The name of the tenant where this OIDC IDP configuration resource exists

Explanation in Terraform Registry

OIDC IdP configuration for a Identity Toolkit project within a tenant. You must enable the Google Identity Platform in the marketplace prior to using this resource.

Frequently asked questions

What is Google Identity Platform Tenant Oauth Idp Config?

Google Identity Platform Tenant Oauth Idp Config is a resource for Identity Platform of Google Cloud Platform. Settings can be wrote in Terraform.

security-icon

Automate config file reviews on your commits

Fix issues in your infrastructure as code with auto-generated patches.