Skip to content

Commit

Permalink
Merge pull request #137 from AdobeDocs/jwt-june-3-release
Browse files Browse the repository at this point in the history
Fixing image paths
  • Loading branch information
theManikJindal committed May 28, 2024
2 parents bf56954 + 77bb4f3 commit 5261032
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/guides/credentials.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ If you selected **OAuth Server-to-Server** under *Credentials* you will be prese

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

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

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

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

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

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

## OAuth User authentication

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

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.

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

## API key

Expand Down

0 comments on commit 5261032

Please sign in to comment.