From 0d6aa171e17b55d4b47229f93ee497262f8ad7ee Mon Sep 17 00:00:00 2001 From: Lorna Jane Mitchell Date: Sun, 7 Apr 2024 14:14:55 +0100 Subject: [PATCH] Move Mutual TLS example from 3.1.0 to 3.1.1 to prepare for patch release --- versions/3.1.1.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/versions/3.1.1.md b/versions/3.1.1.md index 6bc4c8f06c..305dbffe15 100644 --- a/versions/3.1.1.md +++ b/versions/3.1.1.md @@ -3250,6 +3250,20 @@ scheme: bearer bearerFormat: JWT ``` +###### MutualTLS Sample + +```json +{ + "type": "mutualTLS", + "description": "Cert must be signed by example.com CA" +} +``` + +```yaml +type: mutualTLS +description: Cert must be signed by example.com CA +``` + ###### Implicit OAuth2 Sample ```json