Skip to content

Commit

Permalink
Update IMS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
theManikJindal committed Jul 25, 2024
1 parent 23aba47 commit 75b93e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/guides/authentication/UserAuthentication/IMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Parameters can be sent in the body or as query parameters. Passing parameters in

|Parameter|Mandatory|Description|
|---|---|---|
|`authorization_code`|Yes|The value of the `code` query/fragment parameter returned in the callback request from the autorize step |
|`code`|Yes|The value of the `code` query/fragment parameter returned in the callback request from the autorize step |
|`grant_type`|Yes|Value should always be `authorization_code`|
|`authorization`| Required for confidential clients|Basic Authorization header.<br/><br/>`Authorization: Basic Base64(clientId:clientSecret)`|
|`client_id`|Required for PUBLIC clients|The Client ID obtained from the [Adobe Developer Console](/console)|
Expand Down

0 comments on commit 75b93e4

Please sign in to comment.