Skip to content

Commit 5fced1b

Browse files
committed
update paths
1 parent bba1170 commit 5fced1b

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

src/pages/guides/authentication/JWT/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
<InlineAlert slots="text"/>
44

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

src/pages/guides/authentication/JWT/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
<InlineAlert slots="text"/>
44

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

src/pages/guides/authentication/JWT/jwt-certificate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
<InlineAlert slots="text"/>
44

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

src/pages/guides/authentication/JWT/samples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
<InlineAlert slots="text"/>
55

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

src/pages/guides/authentication/JWT/scopes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
<InlineAlert slots="text"/>
55

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

src/pages/guides/authentication/ServerToServerAuthentication/faqs.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
### What's happening?
20-
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.
20+
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.
2121

2222

2323

@@ -32,12 +32,12 @@ A credential is used to uniquely identify your integration to Adobe. To use an A
3232

3333
### Will my Adobe integrations or applications stop working immediately?
3434

35-
No. Any integration or application using the Service Account (JWT) credential will stop working after current certificates expire, or March 1, 2026 (whichever is earlier). See [deprecation timelines](./migration.md#deperecation-timelines). See section on [migration next steps](#migration-next-steps).
35+
No. Any integration or application using the Service Account (JWT) credential will stop working after current certificates expire, or March 1, 2026 (whichever is earlier). See [deprecation timelines](migration.md#deprecation-timelines). See section on [migration next steps](#migration-next-steps).
3636

3737

3838

3939
### What is the deadline to migrate to the new credential?
40-
The deadline to migrate has passed. If you integration is already broken or about to break after certificates expire, you must migrate it to use the new OAuth Server-to-Server credential as soon as possible. See [deprecation timelines](./migration.md#deperecation-timelines). See [migration guide](./migration.md).
40+
The deadline to migrate has passed. If you integration is already broken or about to break after certificates expire, you must migrate it to use the new OAuth Server-to-Server credential as soon as possible. See [deprecation timelines](migration.md#deprecation-timelines). See [migration guide](migration.md).
4141

4242

4343

@@ -54,15 +54,15 @@ Furthermore, Adobe will automatically convert Service Account (JWT) to OAuth Ser
5454

5555

5656
### What are the benefits of using the OAuth Server-to-Server credential?
57-
You can read more about OAuth Server-to-Server credentials in our [implementation guide](./implementation.md). You can view the comparison between the OAuth Server-to-Server credential and the Service Account (JWT) credential [here](./migration.md#why-oauth-server-to-server-credentials).
57+
You can read more about OAuth Server-to-Server credentials in our [implementation guide](implementation.md). You can view the comparison between the OAuth Server-to-Server credential and the Service Account (JWT) credential [here](migration.md#why-oauth-server-to-server-credentials).
5858

5959
### Can I programmatically rotate client secrets for OAuth Server-to-Server credentials?
60-
Absolutely. View our guide on rotating client secrets programmatically [here](./implementation.md#rotating-client-secrets-programmatically).
60+
Absolutely. View our guide on rotating client secrets programmatically [here](implementation.md#rotating-client-secrets-programmatically).
6161

6262

6363

6464
### What should I do if my client secrets get leaked?
65-
We recommend immediately [rotating your application's client secret](./implementation.md#rotating-client-secrets) and contacting Adobe customer support if you wish to invalidate any existing tokens.
65+
We recommend immediately [rotating your application's client secret](implementation.md#rotating-client-secrets) and contacting Adobe customer support if you wish to invalidate any existing tokens.
6666

6767

6868

src/pages/guides/authentication/ServerToServerAuthentication/implementation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The following guide goes over finer implementation details for OAuth Server-to-S
1313

1414
## Setting up the OAuth Server-to-Server credential
1515

16-
Depending on the API or an Event to your project on the Adobe Developer Console, you can select the OAuth Server-to-Server credential. The OAuth Server-to-Server credential is available for all APIs and Events supporting the [Service Account (JWT) credential *(deprecated)*](./index.md#service-account-jwt-credential-deprecated).
16+
Depending on the API or an Event to your project on the Adobe Developer Console, you can select the OAuth Server-to-Server credential. The OAuth Server-to-Server credential is available for all APIs and Events supporting the [Service Account (JWT) credential *(deprecated)*](index.md#service-account-jwt-credential-deprecated).
1717

1818
### Credential Name
1919

src/pages/guides/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,35 @@ This guide will give you a quick overview of the Developer Console and how to ga
1515

1616
<DiscoverBlock slots="link, text"/>
1717

18-
[Authentication Guide](/authentication/index.md)
18+
[Authentication Guide](authentication/index.md)
1919

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

2222

2323
<DiscoverBlock slots="link, text"/>
2424

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

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

2929

3030
<DiscoverBlock slots="link, text"/>
3131

32-
[Creating Projects](/projects/index.md)
32+
[Creating Projects](projects/index.md)
3333

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

3636

3737
<DiscoverBlock slots="link, text"/>
3838

39-
[Plugins](/plugins/index.md)
39+
[Plugins](plugins/index.md)
4040

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

4343

4444
<DiscoverBlock slots="link, text"/>
4545

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

4848
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/).
4949

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

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

55-
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.
55+
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.
5656

5757

5858
### Email alerts
@@ -65,4 +65,4 @@ Use Project Filters to narrow your search when looking for a specific project. Y
6565

6666
### Project Activity Logs
6767

68-
View who created or last modified a project by visiting the Project overview page. You can also view the exact set of changes made to the project in the last year (who, what, and when) by visiting the [Activity Logs](projects/index.md#view-a-projects-activity-log) tab within the Project.
68+
View who created or last modified a project by visiting the Project overview page. You can also view the exact set of changes made to the project in the last year (who, what, and when) by visiting the [Activity Logs](projects/index.md#view-a-projects-activity-log) tab within the Project.

0 commit comments

Comments
 (0)