Skip to content

Commit

Permalink
Merge pull request #4831 from Thumimku/pk_jwt_cc_sample_fix
Browse files Browse the repository at this point in the history
Private Key JWT Sample request typo fix
  • Loading branch information
Thumimku authored Nov 1, 2024
2 parents 881aa01 + 2e8c68e commit 991fe65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ If you are implementing the client credentials flow, you have enabled **client c
``` bash
curl --location --request POST '{{ product_url_format }}/oauth2/token' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=client_credentials \
--data-urlencode 'client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer'\
--data-urlencode 'grant_type=client_credentials' \
--data-urlencode 'client_assertion_type=urn:ietf:params:oauth:client-assertion-type:jwt-bearer' \
--data-urlencode 'client_assertion={jwt_assertion}’
```
Expand Down

0 comments on commit 991fe65

Please sign in to comment.