From 7cfcfac94c6fefccc74553b52dcc6e8b732fc82e Mon Sep 17 00:00:00 2001 From: Hills Eternity Date: Mon, 29 Jun 2026 14:03:55 +0000 Subject: [PATCH] Update terraform/keycloak/terraform.tfvars --- terraform/keycloak/terraform.tfvars | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/keycloak/terraform.tfvars b/terraform/keycloak/terraform.tfvars index cbb48c9..3945fef 100644 --- a/terraform/keycloak/terraform.tfvars +++ b/terraform/keycloak/terraform.tfvars @@ -95,4 +95,9 @@ oauth2_applications = { web_origins = ["https://auth.matrix.hexor.cy"] post_logout_redirect_uris = ["https://auth.matrix.hexor.cy/*"] } + Amnezia-Fellow = { + redirect_uris = ["https://awg.matrix.hexor.cy/auth/oidc/callback"] + web_origins = ["https://awg.matrix.hexor.cy"] + post_logout_redirect_uris = ["https://awg.matrix.hexor.cy/*"] + } }