Skip to content

Commit cd8fad3

Browse files
committed
update : path - ServerToServerAuthentication/ims.md
1 parent c57f63e commit cd8fad3

File tree

1 file changed

+3
-3
lines changed
  • src/pages/guides/authentication/ServerToServerAuthentication

1 file changed

+3
-3
lines changed

src/pages/guides/authentication/ServerToServerAuthentication/ims.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Parameters can be sent in the body or as query parameters. Passing parameters in
2020
| Parameter | Mandatory | Description |
2121
| --------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
2222
| `grant_type` | Yes | Value should always be `client_credentials` |
23-
| `client_id` | Yes | The Client ID obtained from the [Adobe Developer Console](/console) |
24-
| `client_secret` | Yes | The value of client secret obtained from the [Adobe Developer Console](/console) |
25-
| `scope` | Yes | The list of comma separated scopes you are requesting. To see the scopes available to your credential, visit your project on the [Adobe Developer Console](/console) |
23+
| `client_id` | Yes | The Client ID obtained from the [Adobe Developer Console](https://developer.adobe.com/console/) |
24+
| `client_secret` | Yes | The value of client secret obtained from the [Adobe Developer Console](https://developer.adobe.com/console/) |
25+
| `scope` | Yes | The list of comma separated scopes you are requesting. To see the scopes available to your credential, visit your project on the [Adobe Developer Console](https://developer.adobe.com/console/) |
2626

2727
### Request for OAuth Server-to-Server credential
2828

0 commit comments

Comments
 (0)