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/*"] + } }