From 176c6e910e7f9a82ffc5d82f00b5711a60d4d794 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Tue, 17 Mar 2026 15:19:12 +0000 Subject: [PATCH] Fixed furumi oauth app --- 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 3298748..ea6d510 100644 --- a/terraform/authentik/oauth2-apps.auto.tfvars +++ b/terraform/authentik/oauth2-apps.auto.tfvars @@ -225,7 +225,7 @@ oauth_applications = { refresh_token_validity = "days=30" scope_mappings = ["openid", "profile", "email"] access_groups = [] - create_group = false + create_group = true signing_key = "1b1b5bec-034a-4d96-871a-133f11322360" } }