From 4d0f9fdf56dd6bf2a10fed8d64bd4c025977cae5 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sat, 2 Mar 2024 11:58:29 +0100 Subject: [PATCH] Migrate the starter to CloudIAM --- src/App/oidc.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App/oidc.ts b/src/App/oidc.ts index dcfdc16..857091c 100644 --- a/src/App/oidc.ts +++ b/src/App/oidc.ts @@ -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";