Skip to content

Commit c5f5b4b

Browse files
committed
fix: updated link issue
1 parent d4cd66d commit c5f5b4b

File tree

5 files changed

+8
-11
lines changed

5 files changed

+8
-11
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,9 @@ You can also modify the set of product profiles by returning to your project on
2626

2727
Adobe supports two server to server authentication credentials. These credentials only differ in the way your application generates the access token, the rest of their functioning is similar.
2828

29-
- [Server to Server authentication](#server-to-server-authentication)
30-
- [Whose data can you access with a server to server credential?](#whose-data-can-you-access-with-a-server-to-server-credential)
31-
- [Server to server credential types](#server-to-server-credential-types)
32-
- [OAuth Server-to-Server credential](#oauth-server-to-server-credential)
33-
- [Service Account (JWT) credential *(deprecated)*](#service-account-jwt-credential-deprecated)
29+
-
30+
1. [OAuth Server-to-Server credential](#oauth-server-to-server-credential)
31+
2. [Service Account (JWT) credential *(deprecated)*](#service-account-jwt-credential-deprecated)
3432

3533

3634
### OAuth Server-to-Server credential

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ You can specify a default redirect URI of up to 256 characters. It must be an ab
8989

9090
<InlineAlert slots="text"/>
9191

92-
The *Default redirect URI* MUST be hosted on a secure server (HTTPS), even if it is only a localhost instance. For example, https://example.com/redirect/, https://localhost/redirect/.
92+
The *Default redirect URI* MUST be hosted on a secure server (HTTPS), even if it is only a localhost instance. For example, [https://example.com/redirect/](https://example.com/redirect/), https://localhost/redirect/.
9393

9494
### Redirect URI pattern
9595

@@ -120,7 +120,7 @@ The OAuth community site https://oauth.net has a huge list of community-maintai
120120
1. [Passport OAuth2](https://github.com/jaredhanson/passport-oauth2) (Javascript)
121121
2. [PassportJS](https://github.com/jaredhanson/passport) (Node.js)
122122
3. [Spring Security](https://spring.io/projects/spring-security) (Java)
123-
4. View more libraries at https://oauth.net/code/
123+
4. View more libraries at [https://oauth.net/code/](https://oauth.net/code/)
124124

125125
<InlineAlert slots="text"/>
126126

src/pages/guides/services/services-add-api-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ An API key is the only client credential required for these services, and integr
3030

3131
To configure an API using API key authorization, you must provide *Allowed domains*&mdash;a list of domains that are allowed to access this API, separated by commas.
3232

33-
The domains should be entered without the protocol (`http://` of `https://`), but should include `www`. For example: www.domain1.com, www.domain2.com.
33+
The domains should be entered without the protocol (`http://` of `https://`), but should include `www`. For example:[www.domain1.com](http://www.domain1.com/), [www.domain2.com](http://www.domain2.com/).
3434

3535
Once the list of *Allowed domains* is complete, select **Save configured API** to complete the configuration.
3636

src/pages/guides/services/services-add-api-oauth-user-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A *Default redirect URI* is the URL of the page or script (usually at the root o
7474

7575
<InlineAlert slots="text"/>
7676

77-
The *Default redirect URI* MUST be hosted on a secure server (HTTPS), even if it is only a localhost instance. For example, **https://redirect.com/uri/etc**.
77+
The *Default redirect URI* MUST be hosted on a secure server (HTTPS), even if it is only a localhost instance. For example, [https://redirect.com/uri/etc](https://redirect.com/uri/etc).
7878

7979
### OAuth 2.0 Redirect URI pattern
8080

src/pages/guides/services/services-add-event.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ Once you have selected a platform, you will be required to provide a *Redirect U
3838

3939
<InlineAlert slots="text"/>
4040

41-
The *Redirect URI* must use HTTPS (for example, **https://redirect.com/uri/et**) and cannot be a regular expression.
42-
41+
The *Redirect URI* must use HTTPS (for example, [https://redirect.com/uri/et](https://redirect.com/uri/et)) and cannot be a regular expression.
4342
After entering a redirect that matches the appropriate formatting, you can then select **Next** to proceed with event configuration.
4443

4544
![](../../images/events-configure-auth.png)

0 commit comments

Comments
 (0)