Migrate the starter to CloudIAM
This commit is contained in:
parent
1eacf8374a
commit
4d0f9fdf56
|
@ -6,7 +6,8 @@ import { z } from "zod";
|
||||||
|
|
||||||
//On older Keycloak version you need the /auth (e.g: http://localhost:8080/auth)
|
//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 )
|
//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 keycloakRealm = "keycloakify";
|
||||||
const keycloakClientId= "starter";
|
const keycloakClientId= "starter";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue