idp
cyralinc/idp/okta
Cyral IdP Integration Module for Okta
Cyral IdP Integration Module for Okta This module provides the complete configuration to integrate Okta as an Identity Provider to Cyral Control Plane. It applies an equivalent configuration as described in the Cyral documentation for Okta SSO. -> Minimum required Control Plane version: v2.25.0 Usage ``terraform terraform { required_providers { okta = { source = "okta/okta" version = "~> 3.17" } cyral = { source = "cyralinc/cyral" version = "~> 4.3" } random = { source = "hashicorp/random" version = ">= 3.1.0" } } } provider "cyral" { # client_id and client_secret may also be declared as env vars. # Please see provider docs for more info. client_id = "" client_secret = "" control_plane = "mytenant.cyral.com" } provider "okta" { org_name = "your-organization-name" base_url = "okta.com" # yo
| Name | Type | Description | Default |
|---|---|---|---|
| idp_integration_name | string | IdP integration name that will be shown in Control Plane. | required |
| okta_app_name | string | The name of the Okta Application that will be created. | required |
| okta_groups | list(string) | Groups that will be assigned in the Okta Application. | [] |
| okta_groups_filter | object({ type = string | The type and value of the filter that will be applied to Okta groups. | {
"type": "REGEX",
"value": ".*"
} |
integration_idp_okta_id — The ID (Alias) of the Okta IdP Integration resource.okta_app_saml_id — The ID of the Okta SAML Application resource.Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Azure Verified Pattern Module for Azure Landing Zone
Terraform Azure Verified Resource Module for Key Vault
Terraform module for building and deploying Next.js apps to AWS. Supports SSR (L