From 0176ba0f3b49d533784abf3f8c426320c662d657 Mon Sep 17 00:00:00 2001 From: hcornet Date: Thu, 20 Nov 2025 13:55:41 +0100 Subject: [PATCH] test 05 --- Access_Controls-Applications.tf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Access_Controls-Applications.tf b/Access_Controls-Applications.tf index d93a366..fa74fae 100644 --- a/Access_Controls-Applications.tf +++ b/Access_Controls-Applications.tf @@ -142,7 +142,8 @@ resource "cloudflare_zero_trust_access_application" "cloudflare_app_ssh_browser" uri = var.cloudflare_subdomain_ssh }] - allowed_idps = [var.cloudflare_okta_identity_provider_id, var.cloudflare_otp_identity_provider_id] +# allowed_idps = [var.cloudflare_okta_identity_provider_id, var.cloudflare_otp_identity_provider_id] + allowed_idps = ["699d98642c564d2e855e9661899b7252"] auto_redirect_to_identity = false allow_authenticate_via_warp = false