Skip to content
Snippets Groups Projects
Commit 435ea700 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

feat(auth): update auth method to OKTA

parent af192d23
No related branches found
No related tags found
1 merge request!322.0 Release
Pipeline #101506 passed
......@@ -22,7 +22,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)
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment