Skip to content

Commit 3552a4b

Browse files
Explaining EOL date change, auto-gen projects, automatic conversion of JWT to OAuth S2S credentials, and final drop date of Mar 1, 2026
1 parent 6e9c2b6 commit 3552a4b

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
+ [Benefits of the new credential](#benefits-of-the-new-credential)
88
+ [Migration next steps](#migration-next-steps)
99
+ [Migrating vendor applications](#migrating-vendor-applications)
10+
+ [Migrating Auto-generated projects](#migrating-auto-generated-projects)
1011
+ [Adobe assistance](#adobe-assistance)
1112

1213

@@ -36,14 +37,17 @@ No. Any integration or application using the Service Account (JWT) credential wi
3637

3738

3839
### What is the deadline to migrate to the new credential?
39-
You must migrate your application to use the new OAuth Server-to-Server credential before June 30, 2025, to ensure your application does not face any downtime. See [migration guide](./migration.md).
40+
You must migrate your application to use the new OAuth Server-to-Server credential before June 30, 2025, to ensure your application does not face any downtime. See [deprecation timelines](./migration.md#deperecation-timelines). See [migration guide](./migration.md).
4041

4142

4243

4344
### What happens if we do not migrate our application by Jun 30, 2025?
4445

4546
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.
4647

48+
Furthermore, Adobe will automatically convert any Service Account (JWT) credential with expired certificates to an OAuth Server-to-Server credential.
49+
50+
Finally, on Mar 1, 2026, all JWT credentials (regardless of certificate validity) will stop working.
4751

4852

4953
### We can currently create new Service Account (JWT) credentials even though they are marked as deprecated. Is it recommended?
@@ -157,6 +161,14 @@ Until June 3, 2024, customers can still create Service Account (JWT) credentials
157161
Therefore, we recommend enhancing your application before June3, 2024. You must add support to use the new credential and support for customers to migrate from the old credential to the new credential.
158162

159163

164+
## Migrating Auto-generated projects
165+
166+
### Do we need to migrate auto-generated projects?
167+
No. Adobe will migrate all auto-generated projects without needing your action.
168+
169+
### When will Adobe migrate auto-generated projects?
170+
Adobe will migrate all auto-generated projects before Jun 30, 2025.
171+
160172

161173
## Adobe assistance
162174

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

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The new OAuth Server-to-Server credentials simplify all aspects of application d
66

77
While the Service Account (JWT) credentials have been marked as deprecated, they will continue to work until **Jun 30, 2025**. Therefore you must migrate your application or integration to use the new OAuth Server-to-Server credential before Jun 30, 2025. See the section on [deprecation timelines](#deperecation-timelines) below to learn more.
88

9+
<InlineAlert slots="text"/>
10+
11+
Note: The end-of-life date for JWT credentials has been extended from Jan 27, 2025, to Jun 30, 2025.
12+
913
Migrating your applications to the OAuth Server-to-Server credential is a simple two-step process that enables a zero downtime migration for your applications and integrations. Please read our [migration guide](#migration-overview) below to familiarize yourself with the migration process.
1014

1115
If you have more questions, check out our [frequently asked questions](#faqs) or visit the Adobe Developer Console [forums](https://experienceleaguecommunities.adobe.com/t5/adobe-developer-console/ct-p/adobe-io-console).
@@ -45,13 +49,15 @@ Lastly, while the new OAuth Server-to-Server credentials do not use expiring cer
4549

4650
<InlineAlert slots="text"/>
4751

48-
Your applications using the Service Account (JWT) credentials will stop working after Jun 30, 2025.
49-
52+
Your applications using the Service Account (JWT) credentials will stop working after Jun 30, 2025.
53+
Note: The end-of-life date for JWT credentials has been extended from Jan 27, 2025, to Jun 30, 2025.
5054

51-
| | May 1, 2023 - Jun 2, 2024 | Jun 3, 2024 - Jun 29, 2025 | Jun 30, 2025 (end of life) |
52-
|-|------------------------------|---------------------------------|-------------------------------|
53-
| Existing applications using a Service Account (JWT) credential | Existing applications using the Service Account (JWT) credential will continue to work. | Existing applications using the Service Account (JWT) credential will continue to work. | **Existing applications cannot refresh expiring certificates after Jun 30, 2025, and will stop working**. |
54-
| New applications creating a Service Account (JWT) credential | A new Service Account (JWT) credential can be added to the project. | A new Service Account (JWT) credential **cannot** be created or added to the project. | A new Service Account (JWT) credential **cannot** be created or added to the project. |
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. |
5561

5662
## Migration Overview
5763

0 commit comments

Comments
 (0)