We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e780974 commit 84d4348Copy full SHA for 84d4348
1 file changed
en/includes/guides/authentication/configure-token-exchange.md
@@ -107,6 +107,7 @@ Follow the steps given below.
107
curl --location '{{ product_url_format }}/oauth2/token'
108
--header 'Content-Type: application/x-www-form-urlencoded'
109
--header 'Authorization: Basic <base64 Encoded (clientId:clientSecret)>'
110
+ --data-urlencode 'scope=<desired scopes>'
111
--data-urlencode 'subject_token=<jwt_token>'
112
--data-urlencode 'subject_token_type=urn:ietf:params:oauth:token-type:jwt'
113
--data-urlencode 'requested_token_type=urn:ietf:params:oauth:token-type:access_token'
0 commit comments