test on idnote callback

This commit is contained in:
Hugo Lextrait 2023-04-05 18:04:50 +02:00
parent f58af08056
commit 22b6b6baa5

View File

@ -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)