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 @@ -17,7 +17,7 @@


### What's happening?
As of June 30, 2025, Service Account (JWT) credentials have reached their end of life and are no longer supported. All server-to-server integrations must use the [OAuth Server-to-Server credentials](../authentication/ServerToServerAuthentication/implementation.md). View the [migration guide](../authentication/ServerToServerAuthentication/migration.md) to know more.
As of June 30, 2025, Service Account (JWT) credentials have reached their end of life and are no longer supported. All server-to-server integrations must use the [OAuth Server-to-Server credentials](implementation.md). View the [migration guide](migration.md) to know more.



Expand Down
2 changes: 1 addition & 1 deletion src/pages/guides/authentication/UserAuthentication/ims.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ curl -X POST 'https://ims-na1.adobelogin.com/ims/token/v3?client_id={CLIENT_ID}'

Use this API to revoke an access token or refresh token.

**Note:** Users can also revoke your application's access to their data by visiting the [Connected Applications](https://accounts.adobe.com/security/connected-applications#) page on their Adobe account. In case a user revokes access to your application and then visits your application - the authorization workflow will prompt the user for their consent again.
**Note:** Users can also revoke your application's access to their data by visiting the [Connected Applications](https://account.adobe.com/security/connected-applications#) page on their Adobe account. In case a user revokes access to your application and then visits your application - the authorization workflow will prompt the user for their consent again.

### Parameters

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Only APIs and Events that require Adobe approval allow you to change your applic

## End-user revoking consent to your application

Users can revoke their consent to your application by visiting the [Connected Applications](https://accounts.adobe.com/security/connected-applications#) page.
Users can revoke their consent to your application by visiting the [Connected Applications](https://account.adobe.com/security/connected-applications#) page.

Once the user has revoked their consent, your application can no longer refresh access tokens on this user's behalf. If the user launches your application again, the authorization workflow will begin afresh and ask the user for their consent again.

Expand Down
12 changes: 6 additions & 6 deletions src/pages/guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ This guide will give you a quick overview of the Developer Console and how to ga

<DiscoverBlock slots="link, text"/>

[Authentication Guide](/authentication/index.md)
[Authentication Guide](authentication/index.md)

Our authentication guide contains all the information you need to generate access tokens and securely use Adobe services in your application.


<DiscoverBlock slots="link, text"/>

[APIs, Events, and services](/apis-and-services.md)
[APIs, Events, and services](apis-and-services.md)

Browse all available Adobe APIs, Adobe I/O Events, and other Adobe services that you can integrate into your application.


<DiscoverBlock slots="link, text"/>

[Creating Projects](/projects/index.md)
[Creating Projects](projects/index.md)

A project on the Developer Console corresponds to an application you are building. To leverage the power of Adobe products and technologies in your application, simply add those services (APIs, Events, and Runtime) to your project.


<DiscoverBlock slots="link, text"/>

[Plugins](/plugins/index.md)
[Plugins](plugins/index.md)

Plugins enhance the functionality of Adobe products. End users of the plugins can install them through the marketplace and use them through the product UI. As a developer, you can add a plugin to your project and start building it.


<DiscoverBlock slots="link, text"/>

[App Builder Project Template](/projects/projects-template.md)
[App Builder Project Template](projects/projects-template.md)

Quickly start building an App Builder application by using the App Builder project template. App Builder provides all required developer tooling to build a Single Page App with Adobe's UI toolkit or microservices that orchestrate Adobe and non-Adobe APIs and services. [Learn more](https://developer.adobe.com/app-builder/).

Expand All @@ -52,7 +52,7 @@ Quickly start building an App Builder application by using the App Builder proje

### Migrate to the new OAuth Server-to-Server credential

As of June 30, 2025, Service Account (JWT) credentials have reached their end of life and are no longer supported. All server-to-server integrations must use the [OAuth Server-to-Server credentials](../authentication/ServerToServerAuthentication/implementation.md). View the [migration guide](../authentication/ServerToServerAuthentication/migration.md) to know more.
As of June 30, 2025, Service Account (JWT) credentials have reached their end of life and are no longer supported. All server-to-server integrations must use the [OAuth Server-to-Server credentials](authentication/ServerToServerAuthentication/implementation.md). View the [migration guide](authentication/ServerToServerAuthentication/migration.md) to know more.


### Email alerts
Expand Down