Skip to content

Commit

Permalink
Update update_annexe.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
CorentinPeutin authored May 2, 2024
1 parent 2e9878b commit 1972a0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update_annexes/update_annexe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ do
totp=`python3 update_annexes/totp.py --totp_key $3`
echo $totp

echo 'client_id=gpf-warehouse&username='$1'&password='$2'&client_secret=BK2G7Vvkn7UDc8cV7edbCnHdYminWVw2&grant_type=password&totp='$totp

curl --request POST \
--url https://sso.geopf.fr/realms/geoplateforme/protocol/openid-connect/token \
--header "content-type: application/x-www-form-urlencoded" \
Expand Down

0 comments on commit 1972a0a

Please sign in to comment.