diff --git a/index.js b/index.js index e5d11c99b72f2bfaba95e692e2bc61c2bc837c5e..54e8f7dfb3a02216ff9a4a7f09483022e40ec259 100644 --- a/index.js +++ b/index.js @@ -302332,7 +302332,7 @@ async function getAuthToken(client_id, client_secret) { const response = await Axios({ method: 'POST', url: - 'https://sofit-sso-oidc.grdf.fr/openam/oauth2/realms/externeGrdf/access_token', + 'https://adict-connexion.grdf.fr/oauth2/aus5y2ta2uEHjCWIR417/v1/token', headers: { 'content-type': 'application/x-www-form-urlencoded' }, data: qs.stringify(body) })