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" } }