Skip to content

Commit cbc2be9

Browse files
committed
Document the mTLS support in the client, server and validation stacks
1 parent 7f253f7 commit cbc2be9

2 files changed

Lines changed: 419 additions & 0 deletions

File tree

.vitepress/config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export default defineConfig({
104104
{ text: "Authorization storage", link: "/configuration/authorization-storage" },
105105
{ text: "Claim destinations", link: "/configuration/claim-destinations" },
106106
{ text: "Encryption and signing credentials", link: "/configuration/encryption-and-signing-credentials" },
107+
{ text: "Mutual TLS authentication", link: "/configuration/mutual-tls-authentication" },
107108
{ text: "Proof Key for Code Exchange", link: "/configuration/proof-key-for-code-exchange" },
108109
{ text: "Pushed Authorization Requests", link: "/configuration/pushed-authorization-requests" },
109110
{ text: "Token formats", link: "/configuration/token-formats" },

0 commit comments

Comments
 (0)