Skip to content

Commit

Permalink
Merge pull request #116 from driversti/patch-1
Browse files Browse the repository at this point in the history
Update jwtencode.py
  • Loading branch information
theManikJindal authored Feb 28, 2024
2 parents f4a61fd + 6d5f98e commit 0b9d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/adobe-jwt-python/jwtencode.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#print(jwttoken.decode('utf-8'))


# We are making a http request simmilar to this curl request
# We are making an HTTP request similar to this curl request
#curl -X POST -H "Content-Type: multipart/form-data" -F "client_id=CLIENT_ID" -F "client_secret=CLIENT_SECRET" -F "jwt_token=`./jwtenc.sh`" https://ims-na1.adobelogin.com/ims/exchange/jwt
accessTokenRequestPayload['jwt_token'] = jwttoken
result = requests.post(url, data = accessTokenRequestPayload)
Expand Down

0 comments on commit 0b9d58d

Please sign in to comment.