Skip to content

Commit d26db4f

Browse files
driving for clarity
1 parent 317e872 commit d26db4f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/pages/guides/authentication/ServerToServerAuthentication/faqs.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ You must migrate your application to use the new OAuth Server-to-Server credenti
4545

4646
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.
4747

48-
After this date, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials.
49-
50-
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.
51-
48+
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.
5249

5350
### We can currently create new Service Account (JWT) credentials even though they are marked as deprecated. Is it recommended?
5451
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).

src/pages/guides/authentication/ServerToServerAuthentication/migration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ The end of life date for Service Account (JWT) credentials has been extended fro
5757

5858
3. **June 30, 2025 (End of Life)**
5959
* After June 30, 2025, you cannot refresh certificates for integrations using Service Account (JWT) credentials. Your integrations will stop working once existing certificates expire.
60-
* After June 30, 2025, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials.
61-
62-
4. **March 1, 2026**
63-
* 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.
60+
* 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.
6461

6562

6663
## Migration Overview

0 commit comments

Comments
 (0)