Skip to content

Commit 0d6aa17

Browse files
committed
Move Mutual TLS example from 3.1.0 to 3.1.1 to prepare for patch release
1 parent 32fd487 commit 0d6aa17

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

versions/3.1.1.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,6 +3250,20 @@ scheme: bearer
32503250
bearerFormat: JWT
32513251
```
32523252

3253+
###### MutualTLS Sample
3254+
3255+
```json
3256+
{
3257+
"type": "mutualTLS",
3258+
"description": "Cert must be signed by example.com CA"
3259+
}
3260+
```
3261+
3262+
```yaml
3263+
type: mutualTLS
3264+
description: Cert must be signed by example.com CA
3265+
```
3266+
32533267
###### Implicit OAuth2 Sample
32543268

32553269
```json

0 commit comments

Comments
 (0)