From f118e59c64d05ca698ef72e4bfb98d716cef4214 Mon Sep 17 00:00:00 2001 From: Michael McCool Date: Thu, 3 Nov 2022 10:45:49 -0300 Subject: [PATCH 1/2] allow auto security scheme --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index 8a8f4ce..0a51e27 100644 --- a/index.html +++ b/index.html @@ -746,6 +746,13 @@

Security

A Thing MAY implement multiple security schemes.

+ +

+ The + AutoSecurityScheme + MAY also be used, but only if negotation results in a security configuration + consistent with one of the other permitted schemes. +

Conformant Consumers MUST support security bootstrapping for all From 708e2acc5ccd94b54d2685eb4e436070963c23b8 Mon Sep 17 00:00:00 2001 From: Michael McCool Date: Thu, 3 Nov 2022 11:05:12 -0300 Subject: [PATCH 2/2] typo fixes --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0a51e27..8262516 100644 --- a/index.html +++ b/index.html @@ -750,8 +750,8 @@

Security

The AutoSecurityScheme - MAY also be used, but only if negotation results in a security configuration - consistent with one of the other permitted schemes. + MAY also be used, but only if negotiation results in a security configuration + consistent with one of the other permitted security schemes.