Skip to content

Commit f5bde21

Browse files
committed
rename service-accountIntegration to service-account-integration
1 parent f6d5f8e commit f5bde21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/guides/authentication/JWT/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The Service Account (JWT) credentials have been deprecated in favor of the OAuth Server-to-Server credentials. Your applications using the Service Account (JWT) credentials will stop working after Jan 27, 2025. You must migrate to the new credential by **Jan 27, 2025**, to ensure your application continues functioning. [Learn more](./ServerToServerAuthentication/migration.md).
66

7-
To establish a secure service-to-service Adobe I/O API session, you must create a JSON Web Token (JWT) that encapsulates the identity of your integration, and then exchange it for an access token. Every request to an Adobe service must include the access token in the `Authorization` header, along with the API Key (Client ID) that was generated when you created the [Service Account Integration](../service-accountIntegration.md) in the [Adobe Developer Console](https://developer.adobe.com/console/).
7+
To establish a secure service-to-service Adobe I/O API session, you must create a JSON Web Token (JWT) that encapsulates the identity of your integration, and then exchange it for an access token. Every request to an Adobe service must include the access token in the `Authorization` header, along with the API Key (Client ID) that was generated when you created the [Service Account Integration](../service-account-integration.md) in the [Adobe Developer Console](https://developer.adobe.com/console/).
88

99
## Authentication Workflow
1010

static/redirections.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
case "#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/OAuthIntegration.md":
3939
redirectPath = prefixPath + "guides/authentication/OAuthIntegration/";
4040
break;
41-
case "#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/service-accountIntegration.md":
42-
redirectPath = prefixPath + "guides/authentication/service-accountIntegration/";
41+
case "#!AdobeDocs/adobeio-auth/master/AuthenticationOverview/service-account-integration.md":
42+
redirectPath = prefixPath + "guides/authentication/service-account-integration/";
4343
break;
4444
case "#!AdobeDocs/adobeio-auth/master/OAuth/OAuth.md":
4545
redirectPath = prefixPath + "guides/authentication/OAuth/";

0 commit comments

Comments
 (0)