diff --git a/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md b/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md index 2cec7906..8800b831 100644 --- a/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md +++ b/src/pages/guides/authentication/ServerToServerAuthentication/faqs.md @@ -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. diff --git a/src/pages/guides/authentication/UserAuthentication/ims.md b/src/pages/guides/authentication/UserAuthentication/ims.md index 42d70fe2..96b83fbd 100644 --- a/src/pages/guides/authentication/UserAuthentication/ims.md +++ b/src/pages/guides/authentication/UserAuthentication/ims.md @@ -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 diff --git a/src/pages/guides/authentication/UserAuthentication/index.md b/src/pages/guides/authentication/UserAuthentication/index.md index 533171bc..e0db1b59 100644 --- a/src/pages/guides/authentication/UserAuthentication/index.md +++ b/src/pages/guides/authentication/UserAuthentication/index.md @@ -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. diff --git a/src/pages/guides/index.md b/src/pages/guides/index.md index 19e08755..14d56ccb 100644 --- a/src/pages/guides/index.md +++ b/src/pages/guides/index.md @@ -15,35 +15,35 @@ This guide will give you a quick overview of the Developer Console and how to ga -[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. -[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. -[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. -[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. -[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/). @@ -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