From d26db4f2e8f4f7b1212fd1905a9e4269aa328753 Mon Sep 17 00:00:00 2001 From: theManikJindal Date: Fri, 3 Jan 2025 00:38:07 +0530 Subject: [PATCH] driving for clarity --- .../authentication/ServerToServerAuthentication/faqs.md | 5 +---- .../authentication/ServerToServerAuthentication/migration.md | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md b/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md index d6c2171f..c56fee42 100644 --- a/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md +++ b/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md @@ -45,10 +45,7 @@ You must migrate your application to use the new OAuth Server-to-Server credenti After June 30, 2025, you can no longer refresh certificates for integrations using Service Account (JWT) credentials. Your integration will stop working once existing certificates expire. -After this date, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials. - -Note: On March 1, 2026, Adobe will convert any remaining Service Account (JWT) credentials, including those with valid certificates, to OAuth Server-to-Server credentials. As a result, any integration still using Service Account (JWT) credentials will stop working on this date. - +Furthermore, Adobe will automatically convert Service Account (JWT) to OAuth Server-to-Server credentials when certificates expire or on March 1, 2026, whichever comes first. ### We can currently create new Service Account (JWT) credentials even though they are marked as deprecated. Is it recommended? No. Creating any new Service Account (JWT) credentials is not recommended. All Service Account (JWT) credentials, whether old or new, will stop working after June 30, 2025. We recommend you avoid migrating your application again and use the new OAuth Server-to-Server credential from the beginning. See our [implementation guide](./implementation.md). diff --git a/src/pages/guides/authentication/ServerToServerAuthentication/migration.md b/src/pages/guides/authentication/ServerToServerAuthentication/migration.md index 66f3d2e4..26ba6bfb 100644 --- a/src/pages/guides/authentication/ServerToServerAuthentication/migration.md +++ b/src/pages/guides/authentication/ServerToServerAuthentication/migration.md @@ -57,10 +57,7 @@ The end of life date for Service Account (JWT) credentials has been extended fro 3. **June 30, 2025 (End of Life)** * After June 30, 2025, you cannot refresh certificates for integrations using Service Account (JWT) credentials. Your integrations will stop working once existing certificates expire. - * After June 30, 2025, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials. - -4. **March 1, 2026** - * On March 1, 2026, Adobe will convert any remaining Service Account (JWT) credentials, including those with valid certificates, to OAuth Server-to-Server credentials. As a result, any integration still using Service Account (JWT) credentials will stop working on this date. + * Furthermore, Adobe will automatically convert Service Account (JWT) credentials to OAuth Server-to-Server credentials when certificates expire or on March 1, 2026, whichever comes first. ## Migration Overview