Skip to content

Commit c7404d0

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

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44
The following guide goes over finer implementation details for OAuth Server-to-Server credentials. At the end of the guide is a list of recommended industry-standard OAuth2 libraries. Before you proceed, we recommend you become familiar with the server to server authentication credentials in our [server to server authentication guide](./index.md)
55

66
## Table of contents
7+
+ [Setting up the OAuth Server-to-Server credential](#setting-up-the-oauth-server-to-server-credential)
8+
+ [Generate access tokens](#generate-access-tokens)
9+
+ [Generating access tokens programmatically](#generating-access-tokens-programmatically)
10+
+ [Generating access tokens using standard OAuth2 libraries](#generating-access-tokens-using-standard-oauth2-libraries)
11+
+ [Rotating client secrets](#rotating-client-secrets)
12+
+ [Rotating client secrets programmatically](#rotating-client-secrets-programmatically)
713

814
## Setting up the OAuth Server-to-Server credential
915

@@ -54,7 +60,7 @@ We recommend using a standard OAuth 2.0 library to implement your application's
5460
1. [PassportJS](https://github.com/jaredhanson/passport) (Node.js)
5561
2. [Spring Security](https://spring.io/projects/spring-security) (Java)
5662
3. [Authlib](https://github.com/lepture/authlib) (Python)
57-
4. View more libraries at https://oauth.net/code/
63+
4. View more libraries at [https://oauth.net/code/] (https://oauth.net/code/)
5864

5965
<InlineAlert slots="text"/>
6066

0 commit comments

Comments
 (0)