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