From 51748eeaed00d6475fbcf57bd4cdb76ee157c623 Mon Sep 17 00:00:00 2001
From: Shilpa Padgaonkar <77152136+shilpa-padgaonkar@users.noreply.github.com>
Date: Sat, 24 Feb 2024 14:06:33 +0100
Subject: [PATCH 1/2] add ciba flow to oas security scheme
---
versions/3.0.4.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/versions/3.0.4.md b/versions/3.0.4.md
index 845b145f8e..a78aaa593d 100644
--- a/versions/3.0.4.md
+++ b/versions/3.0.4.md
@@ -3195,7 +3195,7 @@ animals:
#### Security Scheme Object
Defines a security scheme that can be used by the operations.
-Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, client credentials and authorization code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
+Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, client credentials, authorization code and ciba) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
##### Fixed Fields
Field Name | Type | Applies To | Description
@@ -3297,6 +3297,7 @@ Field Name | Type | Description
password| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Resource Owner Password flow
clientCredentials| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Client Credentials flow. Previously called `application` in OpenAPI 2.0.
authorizationCode| [OAuth Flow Object](#oauthFlowObject) | Configuration for the OAuth Authorization Code flow. Previously called `accessCode` in OpenAPI 2.0.
+x-ciba| Any | Configuration for the OpenID Connect Client-Initiated Backchannel Authentication Flow.
This object MAY be extended with [Specification Extensions](#specificationExtensions).
From 896430a764793c5849ff10e9074963ea69889c66 Mon Sep 17 00:00:00 2001
From: Shilpa Padgaonkar <77152136+shilpa-padgaonkar@users.noreply.github.com>
Date: Sat, 24 Feb 2024 15:18:25 +0100
Subject: [PATCH 2/2] Update 3.0.4.md
---
versions/3.0.4.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/versions/3.0.4.md b/versions/3.0.4.md
index a78aaa593d..cc5c4c0546 100644
--- a/versions/3.0.4.md
+++ b/versions/3.0.4.md
@@ -3195,7 +3195,7 @@ animals:
#### Security Scheme Object
Defines a security scheme that can be used by the operations.
-Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, client credentials, authorization code and ciba) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
+Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), OAuth2's common flows (implicit, password, client credentials and authorization code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
##### Fixed Fields
Field Name | Type | Applies To | Description