From 068532d8bef2bece0ffbc0dff304cbd905c0db1f Mon Sep 17 00:00:00 2001 From: omaroughriss Date: Thu, 11 Sep 2025 10:13:41 +0200 Subject: [PATCH] Set callbackurl to local.lecoffreio.4nkweb --- src/front/Components/Layouts/Login/StepEmail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Login/StepEmail/index.tsx b/src/front/Components/Layouts/Login/StepEmail/index.tsx index 4abbeb71..85bead77 100644 --- a/src/front/Components/Layouts/Login/StepEmail/index.tsx +++ b/src/front/Components/Layouts/Login/StepEmail/index.tsx @@ -51,7 +51,7 @@ export default function StepEmail(props: IProps) { ); */ router.push( - `https://qual-connexion.idnot.fr/user/IdPOAuth2/authorize/idnot_idp_v1?client_id=B3CE56353EDB15A9&redirect_uri=http://127.0.0.1:3000/authorized-client&scope=openid,profile&response_type=code`, + `https://qual-connexion.idnot.fr/user/IdPOAuth2/authorize/idnot_idp_v1?client_id=B3CE56353EDB15A9&redirect_uri=http://local.lecoffreio.4nkweb:3000/authorized-client&scope=openid,profile&response_type=code`, ); }, [router]);