From de44bbc56a3b53b5dc124d887bdddbba4e8404a2 Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 3 Mar 2024 16:30:42 +0100 Subject: [PATCH] Change domain name of the Cloud-IAM Keycloak deployment --- src/App/oidc.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App/oidc.ts b/src/App/oidc.ts index 857091c..fb59b45 100644 --- a/src/App/oidc.ts +++ b/src/App/oidc.ts @@ -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";