From ead2a11eba31484d9516dfd8c85eae7dffeff69c Mon Sep 17 00:00:00 2001
From: Shilpa Padgaonkar <77152136+shilpa-padgaonkar@users.noreply.github.com>
Date: Sat, 24 Feb 2024 09:27:04 +0100
Subject: [PATCH 1/2] Fix incorrect OpenIDConnect discovery url
Fixes #3152
---
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 845b145f8e..3db4347a87 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 and authorization code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html).
##### Fixed Fields
Field Name | Type | Applies To | Description
From 90ebe8098a9c81bb29a4ac4106c3d4378509f3f7 Mon Sep 17 00:00:00 2001
From: Shilpa Padgaonkar <77152136+shilpa-padgaonkar@users.noreply.github.com>
Date: Mon, 4 Mar 2024 10:20:24 +0100
Subject: [PATCH 2/2] changed ref and url -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 3db4347a87..1c40bbb750 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://openid.net/specs/openid-connect-discovery-1_0.html).
+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 Core](https://openid.net/specs/openid-connect-core-1_0.html).
##### Fixed Fields
Field Name | Type | Applies To | Description