From 0afc2bc90e0bc930d86032804c2cdc40d16ce2eb Mon Sep 17 00:00:00 2001 From: ralfbayer-db <69343965+ralfbayer-db@users.noreply.github.com> Date: Thu, 13 Jun 2024 14:29:10 +0200 Subject: [PATCH] Update authentication.md Corrected TOC structure. --- spec/authentication.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/spec/authentication.md b/spec/authentication.md index 887fc797..778cd1a9 100644 --- a/spec/authentication.md +++ b/spec/authentication.md @@ -10,18 +10,18 @@ permalink: /spec/authentication/ 1. [Introduction](#introduction) 2. [Using JWTs for client authentication](#jwts) -2.1. [Flow using JWTs](#flow_jwt) -2.2. [JW identity token](#jw_identity_token) -2.3. [Request for an access token using JWTs](#request_for_access_token_jwt) -2.4. [Validation of identity token](#validation_of_identity_token) -2.5. [Configuration for identity JWTs](#configuration_jwt) -2.6. [Examples](#examples) + 1. [Flow using JWTs](#flow_jwt) + 2. [JW identity token](#jw_identity_token) + 3. [Request for an access token using JWTs](#request_for_access_token_jwt) + 4. [Validation of identity token](#validation_of_identity_token) + 5. [Configuration for identity JWTs](#configuration_jwt) + 6. [Examples](#examples) 3. [Using client credentials for access token request](#client_credentials) -3.1. [Flow using client credentials](#flow_client_credentials) -3.2. [Request for an access token using a client secret](#request_for_access_token_with_client_credentials) -3.3. [Validation of client credentials](#validation_of_client_credentials) -3.4. [Configuration of client credentials](#configuration_client_credentials) -3.5. [Example request using client credentials](#example_request_client_credentials) + 1. [Flow using client credentials](#flow_client_credentials) + 2. [Request for an access token using a client secret](#request_for_access_token_with_client_credentials) + 3. [Validation of client credentials](#validation_of_client_credentials) + 4. [Configuration of client credentials](#configuration_client_credentials) + 5. [Example request using client credentials](#example_request_client_credentials) 4. [Notes on access tokens](#notes_on_access_tokens) ## Introduction