Google Identity Platform Inbound SAML Config
This page shows how to write Terraform for Identity Platform Inbound SAML Config and write them securely.
google_identity_platform_inbound_saml_config (Terraform)
The Inbound SAML Config in Identity Platform can be configured in Terraform with the resource name google_identity_platform_inbound_saml_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.
Parameters
-
display_namerequired - string
Human friendly display name.
-
enabledoptional - bool
If this config allows users to sign in with the provider.
The name of the InboundSamlConfig resource. Must start with 'saml.' and can only have alphanumeric characters, hyphens, underscores or periods. The part after 'saml.' must also start with a lowercase letter, end with an alphanumeric character, and have at least 2 characters.
-
projectoptional computed - string -
idp_configlist block-
idp_entity_idrequired - string
Unique identifier for all SAML entities
-
sign_requestoptional - bool
Indicates if outbounding SAMLRequest should be signed.
-
sso_urlrequired - string
URL to send Authentication request to.
-
idp_certificateslist block-
x509_certificateoptional - string
The IdP's x509 certificate.
-
-
-
sp_configlist block-
callback_urioptional - string
Callback URI where responses from IDP are handled. Must start with 'https://'.
-
sp_certificatesoptional computed - list of object
The IDP's certificate data to verify the signature in the SAMLResponse issued by the IDP.
-
x509_certificate- string -
sp_entity_idoptional - string
Unique identifier for all SAML entities.
-
-
timeoutssingle block
Explanation in Terraform Registry
Inbound SAML configuration for a Identity Toolkit project. You must enable the Google Identity Platform in the marketplace prior to using this resource.