Skip to content

Commit

Permalink
Merge pull request #402 from AdobeDocs/auth5
Browse files Browse the repository at this point in the history
jwt to oauth
  • Loading branch information
johnwight authored Jul 25, 2023
2 parents f894d1d + c9036b8 commit c69d90f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/pages/guides/jwt.md → src/pages/guides/oauth.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# JWT Authentication
# OAuth Authentication

You can use JSON Web Token (JWT) authentication for situations requiring server-to-server, service-token, or other long-running authentications.
You can use OAuth authentication for situations requiring either user or server-to-server API authentication.

In order to create a JWT integration on the Adobe Developer Console, you need System Admin or [Developer](https://helpx.adobe.com/enterprise/using/manage-developers.html) rights for your organization.
In order to create an integration on the Adobe Developer Console, you need System Admin or [Developer](https://helpx.adobe.com/enterprise/using/manage-developers.html) rights for your organization.

Instructions for creating the JWT client and generating the JWT token can be found in [JWT Authentication Guide](https://www.adobe.io/authentication/auth-methods.html#!AdobeDocs/adobeio-auth/master/JWT/JWT.md).

To refresh authentication tokens, see the [Authentication Guide.](https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/IMS/#refreshing-access-tokens)
Instructions for using OAuth authentication and [refreshing access tokens](https://developer.adobe.com/developer-console/docs/guides/authentication/UserAuthentication/IMS/#refreshing-access-tokens) can be found in the [Authentication Guide](https://developer.adobe.com/developer-console/docs/guides/authentication/).

JWT authentication is deprecated and will only be supported until January 1, 2025. Current integrations using JWT will need to [migrate](https://developer.adobe.com/developer-console/docs/guides/authentication/ServerToServerAuthentication/migration/) to OAuth Server to Server prior to January 1, 2025.

## Permissions

Expand Down

0 comments on commit c69d90f

Please sign in to comment.