Update terraform/authentik/oauth2-apps.tfvars
All checks were successful
Terraform / Terraform (push) Successful in 35s
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 9s

This commit is contained in:
ab
2025-10-06 11:26:42 +00:00
parent be9f42afa7
commit 8bcba25f7e

View File

@@ -144,6 +144,7 @@ oauth_applications = {
refresh_token_validity = "days=30"
scope_mappings = ["openid", "profile", "email"]
access_groups = ["admins"]
create_group = true
signing_key = "1b1b5bec-034a-4d96-871a-133f11322360"
}
}