From 22b6b6baa587f5680b281098ba2767d3b3245c83 Mon Sep 17 00:00:00 2001 From: Hugo Lextrait Date: Wed, 5 Apr 2023 18:04:50 +0200 Subject: [PATCH] test on idnote callback --- src/front/Components/Layouts/Login/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/Layouts/Login/index.tsx b/src/front/Components/Layouts/Login/index.tsx index 00e1e676..12d7c082 100644 --- a/src/front/Components/Layouts/Login/index.tsx +++ b/src/front/Components/Layouts/Login/index.tsx @@ -35,6 +35,7 @@ export default class Login extends BasePage { private redirectUserOnConnection() { const url = `https://qual-connexion.idnot.fr/IdPOAuth2/authorize/idnot_idp_v1? client_id=4501646203F3EF67 + &redirect_uri=https://app.stg.lecoffre.smart-chain.fr/ &scope=openid,profile,offline_access &response_type=code`; window.location.assign(url)