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"