Skip to content

Commit

Permalink
pk jwt cc grant sample request fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumimku committed Oct 30, 2024
1 parent 203410e commit 2e8c68e
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 2e8c68e

Please sign in to comment.