Skip to content

Commit

Permalink
fix: corrige auth DE suite migration realm individu
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Perrin committed Mar 19, 2024
1 parent 2e706a1 commit 7233f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"client_secret": "client_secret",
"callback_url": "http://127.0.0.1:8080/peconnect/callback",
"issuer_url": "https://authentification-candidat.pole-emploi.fr/connexion/oauth2/realms/root/realms/individu",
"endpoint": "https://authentification-candidat.pole-emploi.fr/connexion/oauth2/",
"endpoint": "https://authentification-candidat.pole-emploi.fr/connexion/oauth2",
"api_url": "https://api.pole-emploi.io/partenaire/peconnect-individu/v1/userinfo",
"timeout": 1000
},
Expand Down

0 comments on commit 7233f88

Please sign in to comment.