From 0e733f0e3e9f20f3c4af52655b6bd044748e63bf Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 16 Mar 2026 14:12:07 +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 062001b..588227d 100644 --- a/terraform/authentik/oauth2-apps.auto.tfvars +++ b/terraform/authentik/oauth2-apps.auto.tfvars @@ -197,7 +197,7 @@ oauth_applications = { redirect_uris = [ "https://auth.matrix.hexor.cy/upstream/callback/001KKV4EKY7KG98W2M9T806K6A", ] - meta_launch_url = "https://matrix.hexor.cy" + meta_launch_url = "https://chat.matrix.hexor.cy" client_type = "confidential" include_claims_in_id_token = true access_code_validity = "minutes=1"