From b12276072a113e279e1a80a9be3149a66e8cb405 Mon Sep 17 00:00:00 2001 From: ab Date: Mon, 16 Mar 2026 11:06:16 +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 c9e2546..f93b537 100644 --- a/terraform/authentik/oauth2-apps.auto.tfvars +++ b/terraform/authentik/oauth2-apps.auto.tfvars @@ -195,7 +195,7 @@ oauth_applications = { meta_description = "Matrix Chat" meta_icon = "https://img.icons8.com/ios/100/40C057/matrix-logo.png" redirect_uris = [ - "https://matrix.hexor.cy/_matrix/client/unstable/org.matrix.msc2965/auth/upstream/callback", + "https://auth.matrix.hexor.cy/upstream/callback/001KKV4EKY7KG98W2M9T806K6A", ] meta_launch_url = "https://matrix.hexor.cy" client_type = "confidential"