From c5153115da86ae676c215e18e6534db5f3029232 Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 16 Mar 2026 12:33:17 +0000 Subject: [PATCH] Update terraform/authentik/oauth2-apps.auto.tfvars --- terraform/authentik/oauth2-apps.auto.tfvars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/authentik/oauth2-apps.auto.tfvars b/terraform/authentik/oauth2-apps.auto.tfvars index f93b537..062001b 100644 --- a/terraform/authentik/oauth2-apps.auto.tfvars +++ b/terraform/authentik/oauth2-apps.auto.tfvars @@ -205,7 +205,7 @@ oauth_applications = { refresh_token_validity = "days=30" scope_mappings = ["openid", "profile", "email"] access_groups = [] - create_group = true + create_group = false signing_key = "1b1b5bec-034a-4d96-871a-133f11322360" } }