You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,14 +37,17 @@ No. Any integration or application using the Service Account (JWT) credential wi
36
37
37
38
38
39
### 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).
40
41
41
42
42
43
43
44
### What happens if we do not migrate our application by Jun 30, 2025?
44
45
45
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
47
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.
47
51
48
52
49
53
### 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
157
161
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.
158
162
159
163
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.
Copy file name to clipboardExpand all lines: src/pages/guides/authentication/ServerToServerAuthentication/migration.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ The new OAuth Server-to-Server credentials simplify all aspects of application d
6
6
7
7
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.
8
8
9
+
<InlineAlertslots="text"/>
10
+
11
+
Note: The end-of-life date for JWT credentials has been extended from Jan 27, 2025, to Jun 30, 2025.
12
+
9
13
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.
10
14
11
15
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
45
49
46
50
<InlineAlertslots="text"/>
47
51
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.
50
54
51
-
|| May 1, 2023 - Jun 2, 2024 | Jun 3, 2024 - Jun 29, 2025 | Jun 30, 2025 (end of life) |
| 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 |
| 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. |
0 commit comments