Skip to content

Commit e8c2976

Browse files
rewriting for clarity
1 parent 3552a4b commit e8c2976

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ You must migrate your application to use the new OAuth Server-to-Server credenti
4141

4242

4343

44-
### What happens if we do not migrate our application by Jun 30, 2025?
44+
### What happens if we do not migrate our integration by Jun 30, 2025?
4545

46-
Projects on the Developer Console still containing any Service Account (JWT) credentials will be 'frozen' after June 30, 2025. This will disable certificate rotation for your application or any other action to modify the Project or the credential. The ability to migrate will, however, still be available. Once you migrate your application, the Project will be 'unfrozen' again.
46+
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-
Furthermore, Adobe will automatically convert any Service Account (JWT) credential with expired certificates to an OAuth Server-to-Server credential.
48+
After this date, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials.
4949

50-
Finally, on Mar 1, 2026, all JWT credentials (regardless of certificate validity) will stop working.
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.
5151

5252

5353
### We can currently create new Service Account (JWT) credentials even though they are marked as deprecated. Is it recommended?
@@ -164,7 +164,7 @@ Therefore, we recommend enhancing your application before June3, 2024. You must
164164
## Migrating Auto-generated projects
165165

166166
### Do we need to migrate auto-generated projects?
167-
No. Adobe will migrate all auto-generated projects without needing your action.
167+
No. Adobe will migrate all auto-generated projects without needing your action. However, you may be required to upgrade the version of your Adobe Experience Manager (AEM) or Adobe Campaign as a pre-requisite.
168168

169169
### When will Adobe migrate auto-generated projects?
170170
Adobe will migrate all auto-generated projects before Jun 30, 2025.

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

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,22 @@ Lastly, while the new OAuth Server-to-Server credentials do not use expiring cer
5252
Your applications using the Service Account (JWT) credentials will stop working after Jun 30, 2025.
5353
Note: The end-of-life date for JWT credentials has been extended from Jan 27, 2025, to Jun 30, 2025.
5454

55-
| Timeline | Event | Impact on existing & new applications |
56-
|--------------|-----------------------------------------------|---------------------------------------|
57-
| May 1, 2023 | Deprecation and end-of-life date announced. | Existing applications using JWT continue to work. New applications can still create new JWT credentials. |
58-
| Jun 3, 2024 | New JWT credentials cannot be created. | Existing applications using JWT continue to work. New applications cannot create new JWT credentials. |
59-
| Jun 30, 2025 | JWT credentials are end-of-life. | Applications using JWT can no longer refresh certificates and will stop working when existing certificates expire. Any JWT credential that expires will be automatically converted to an OAuth Server-to-server credential. |
60-
| Mar 1, 2026 | All JWT credentials stop working. | Regardless of certificate validity, any application using JWT will stop working *on* March 1, 2026. |
55+
56+
1. **May 1, 2023**
57+
* Adobe announces the deprecation of Service Account (JWT) credentials. The deprecation timelines and the end-of-life date are also announced.
58+
* All existing integrations using Service Account (JWT) credentials continue to work.
59+
60+
2. **June 3, 2024**
61+
* After June 3, 2024, you cannot create new Service Account (JWT) credentials.
62+
* All existing integrations using Service Account (JWT) credentials continue to work.
63+
64+
3. **June 30, 2025 (End of Life)**
65+
* After June 30, 2025, you cannot refresh certificates for integrations using Service Account (JWT) credentials. Your integrations will stop working once existing certificates expire.
66+
* After June 30, 2025, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials.
67+
68+
4. **March 1, 2026**
69+
* 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.
70+
6171

6272
## Migration Overview
6373

0 commit comments

Comments
 (0)