diff --git a/src/pages/guides/authentication/JWT/JWTCertificate.md b/src/pages/guides/authentication/JWT/JWTCertificate.md index 7b3ad80b..28f99201 100644 --- a/src/pages/guides/authentication/JWT/JWTCertificate.md +++ b/src/pages/guides/authentication/JWT/JWTCertificate.md @@ -3,7 +3,7 @@ -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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](./ServerToServerAuthentication/migration.md). +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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](../ServerToServerAuthentication/migration.md). Create a private key and a public certificate. Make sure you store these securely. diff --git a/src/pages/guides/authentication/JWT/Scopes.md b/src/pages/guides/authentication/JWT/Scopes.md index ff426961..5392b87a 100644 --- a/src/pages/guides/authentication/JWT/Scopes.md +++ b/src/pages/guides/authentication/JWT/Scopes.md @@ -3,7 +3,7 @@ -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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](./ServerToServerAuthentication/migration.md). +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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](../ServerToServerAuthentication/migration.md). JSON Web Token (JWT) metascopes govern the access and privileges for service accounts. As an application developer, you will choose the set of scopes to access certain resources by specifying the scopes as part of the encoding claims for your JWTs. diff --git a/src/pages/guides/authentication/JWT/samples.md b/src/pages/guides/authentication/JWT/samples.md index e29b77c4..703a4adf 100644 --- a/src/pages/guides/authentication/JWT/samples.md +++ b/src/pages/guides/authentication/JWT/samples.md @@ -3,7 +3,7 @@ -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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](./ServerToServerAuthentication/migration.md). +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 Jun 30, 2025. You must migrate to the new credential by **Jun 30, 2025**, to ensure your application continues functioning. [Learn more](../ServerToServerAuthentication/migration.md). The following samples demonstrate JWT generation and exchanging it with Adobe IMS endpoint to retrieve an access token. diff --git a/src/pages/guides/email-alerts/cert-expiry.md b/src/pages/guides/email-alerts/cert-expiry.md index 8a81fcb5..39ea252d 100644 --- a/src/pages/guides/email-alerts/cert-expiry.md +++ b/src/pages/guides/email-alerts/cert-expiry.md @@ -14,7 +14,7 @@ Upon receiving the email alert, you need to replace the expiring certificate key -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 Jun 30, 2025. **You must migrate to the new credential by Jun 30, 2025 in order to ensure your application continues to function. View our [migration guide](../ServerToServerAuthentication/migration.md) to know more.** +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 Jun 30, 2025. **You must migrate to the new credential by Jun 30, 2025 in order to ensure your application continues to function. View our [migration guide](../authentication/ServerToServerAuthentication/migration.md) to know more.** ## A step-by-step guide to replacing expiring certificate key pairs diff --git a/src/pages/guides/services/services-add-api-jwt.md b/src/pages/guides/services/services-add-api-jwt.md index 53aeb688..e11abac8 100644 --- a/src/pages/guides/services/services-add-api-jwt.md +++ b/src/pages/guides/services/services-add-api-jwt.md @@ -2,4 +2,4 @@ -Service Account (JWT) credentials have been deprecated in favor of the OAuth Server-to-Server credentials. View our [migration guide](../ServerToServerAuthentication/migration.md) to know more. The new version of this guide that uses OAuth Server-to-Server credentials is now available here - [**Add API to project using OAuth Server-to-Server credentials**](../services/services-add-api-oauth-s2s.md). \ No newline at end of file +Service Account (JWT) credentials have been deprecated in favor of the OAuth Server-to-Server credentials. View our [migration guide](../authentication/ServerToServerAuthentication/migration.md) to know more. The new version of this guide that uses OAuth Server-to-Server credentials is now available here - [**Add API to project using OAuth Server-to-Server credentials**](../services/services-add-api-oauth-s2s.md). \ No newline at end of file