Skip to content

Commit 8d66798

Browse files
feat: add Service Account JWT to OAuth S2S credentials migration details (#368)
1 parent a637a60 commit 8d66798

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/pages/guides/security/understanding_authentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,11 @@ To simplify your interaction with Adobe authentication, we have created a librar
2222
You can configure it and try it out directly at
2323
- [Adobe I/O IMS SDK Library](https://github.com/adobe/aio-lib-ims)
2424

25+
**Note:** The Service Account (JWT) credentials have been deprecated in favor of the OAuth Server-to-Server credentials. Your applications using the Service Account (JWT) credentials will stop working after Jan 27, 2025. You must migrate to the new credential by **Jan 27, 2025**, to ensure your application continues functioning.
26+
27+
To migrate your old Service Account (JWT) credentials to the new OAuth Server-to-Server credentials, follow the steps mentioned in the [migration guide](./ServerToServerAuthentication/migration.md).
28+
29+
Once you update your application code to use the new credential to generate access tokens, you can deploy your updated application to test, staging, and production environments.
30+
Even for already published applications, you can deploy these code changes without any downtime or re-publishing the application. To do this using the AIO CLI, run the command `aio app deploy --force-deploy --no-publish`
31+
32+

0 commit comments

Comments
 (0)