From 976ea1fbe1ac508fbf553efc075a4ee746981baf Mon Sep 17 00:00:00 2001 From: Hills Eternity Date: Mon, 29 Jun 2026 14:07:10 +0000 Subject: [PATCH] Update terraform/keycloak/terraform.tfvars --- terraform/keycloak/terraform.tfvars | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/terraform/keycloak/terraform.tfvars b/terraform/keycloak/terraform.tfvars index 3945fef..1a2f138 100644 --- a/terraform/keycloak/terraform.tfvars +++ b/terraform/keycloak/terraform.tfvars @@ -96,8 +96,8 @@ oauth2_applications = { 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/*"] + redirect_uris = ["https://awg.hexor.cy/auth/oidc/callback"] + web_origins = ["https://awg.hexor.cy"] + post_logout_redirect_uris = ["https://awg.hexor.cy/*"] } }