Migrate the starter to CloudIAM

This commit is contained in:
Joseph Garrone 2024-03-02 11:58:29 +01:00
parent 1eacf8374a
commit 4d0f9fdf56

View file

@ -6,7 +6,8 @@ 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://auth.code.gouv.fr/auth";
const keycloakUrl = "https://keycloakify.cloud-iam.com/";
//const keycloakUrl = "https://auth.code.gouv.fr/auth";
const keycloakRealm = "keycloakify";
const keycloakClientId= "starter";