Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ You must migrate your application to use the new OAuth Server-to-Server credenti



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

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

Furthermore, Adobe will automatically convert any Service Account (JWT) credential with expired certificates to an OAuth Server-to-Server credential.
After this date, Adobe will automatically convert Service Account (JWT) credentials with expired certificates to OAuth Server-to-Server credentials.

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


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

### Do we need to migrate auto-generated projects?
No. Adobe will migrate all auto-generated projects without needing your action.
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.

### When will Adobe migrate auto-generated projects?
Adobe will migrate all auto-generated projects before Jun 30, 2025.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,22 @@ Lastly, while the new OAuth Server-to-Server credentials do not use expiring cer
Your applications using the Service Account (JWT) credentials will stop working after Jun 30, 2025.
Note: The end-of-life date for JWT credentials has been extended from Jan 27, 2025, to Jun 30, 2025.

| 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. |
| Jun 3, 2024 | New JWT credentials cannot be created. | Existing applications using JWT continue to work. New applications cannot create new JWT credentials. |
| 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. |
| Mar 1, 2026 | All JWT credentials stop working. | Regardless of certificate validity, any application using JWT will stop working *on* March 1, 2026. |

1. **May 1, 2023**
* Adobe announces the deprecation of Service Account (JWT) credentials. The deprecation timelines and the end-of-life date are also announced.
* All existing integrations using Service Account (JWT) credentials continue to work.

2. **June 3, 2024**
* After June 3, 2024, you cannot create new Service Account (JWT) credentials.
* All existing integrations using Service Account (JWT) credentials continue to work.

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.


## Migration Overview

Expand Down
Loading