Change domain name of the Cloud-IAM Keycloak deployment

This commit is contained in:
Joseph Garrone 2024-03-03 16:30:42 +01:00
parent cfe16b430d
commit de44bbc56a

View file

@ -6,8 +6,7 @@ import { z } from "zod";
//On older Keycloak version you need the /auth (e.g: http://localhost:8080/auth)
//On newer version you must remove it (e.g: http://localhost:8080 )
const keycloakUrl = "https://keycloakify.cloud-iam.com/";
//const keycloakUrl = "https://auth.code.gouv.fr/auth";
const keycloakUrl = "https://cloud-iam.keycloakify.dev/";
const keycloakRealm = "keycloakify";
const keycloakClientId= "starter";