Skip to content

Commit 5261032

Browse files
Merge pull request #137 from AdobeDocs/jwt-june-3-release
Fixing image paths
2 parents bf56954 + 77bb4f3 commit 5261032

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/guides/credentials.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ If you selected **OAuth Server-to-Server** under *Credentials* you will be prese
2424

2525
To generate a token, click on the button "Generate access token"
2626

27-
![](../../images/services-api-oauth-s2s-generate-token-2.png)
27+
![](../images/services-api-oauth-s2s-generate-token-2.png)
2828

2929
You can also view the cURL command you could use to generate access tokens programmatically.
3030

31-
![](../../images/services-api-oauth-s2s-view-curl-command.png)
31+
![](../images/services-api-oauth-s2s-view-curl-command.png)
3232

3333
You can also view the scopes per service to generate an access token that only works for a subset of services in your project.
3434

35-
![](../../images/services-api-oauth-s2s-view-scopes.png)
35+
![](../images/services-api-oauth-s2s-view-scopes.png)
3636

3737
## OAuth User authentication
3838

@@ -42,7 +42,7 @@ From here, you can view and copy the *Client ID*, retrieve the client secret, an
4242

4343
Within the *Credential details* screen you can also choose to download the OAuth JSON file, edit the credential, or delete the credential using the buttons provided in the top-right corner of the screen.
4444

45-
![](../../images/services-api-oauth-user-auth-credential-overview.png)
45+
![](../images/services-api-oauth-user-auth-credential-overview.png)
4646

4747
## API key
4848

0 commit comments

Comments
 (0)