From 13b469c1c95745a1495624acdd22c8b822a434e6 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Thu, 4 Apr 2024 11:02:58 +0200 Subject: [PATCH 1/2] add oauth2MetadataUrl Signed-off-by: Axel Nennker --- versions/3.2.0.md | 1 + 1 file changed, 1 insertion(+) diff --git a/versions/3.2.0.md b/versions/3.2.0.md index 1f98d974c2..8a45df8d34 100644 --- a/versions/3.2.0.md +++ b/versions/3.2.0.md @@ -3199,6 +3199,7 @@ Field Name | Type | Applies To | Description bearerFormat | `string` | `http` (`"bearer"`) | A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes. flows | [OAuth Flows Object](#oauthFlowsObject) | `oauth2` | **REQUIRED**. An object containing configuration information for the flow types supported. openIdConnectUrl | `string` | `openIdConnect` | **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL. The OpenID Connect standard requires the use of TLS. +oauth2MetadataUrl | `string` | `oauth2` | URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required. deprecated | `boolean` | Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is `false`. This object MAY be extended with [Specification Extensions](#specificationExtensions). From 4e1d42d8215f69a6f24a0170118a374462c0f5e1 Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Fri, 12 Apr 2024 23:13:31 +0200 Subject: [PATCH 2/2] update anchor Signed-off-by: Axel Nennker --- versions/3.2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions/3.2.0.md b/versions/3.2.0.md index 8a45df8d34..064c74b932 100644 --- a/versions/3.2.0.md +++ b/versions/3.2.0.md @@ -3199,7 +3199,7 @@ Field Name | Type | Applies To | Description bearerFormat | `string` | `http` (`"bearer"`) | A hint to the client to identify how the bearer token is formatted. Bearer tokens are usually generated by an authorization server, so this information is primarily for documentation purposes. flows | [OAuth Flows Object](#oauthFlowsObject) | `oauth2` | **REQUIRED**. An object containing configuration information for the flow types supported. openIdConnectUrl | `string` | `openIdConnect` | **REQUIRED**. OpenId Connect URL to discover OAuth2 configuration values. This MUST be in the form of a URL. The OpenID Connect standard requires the use of TLS. -oauth2MetadataUrl | `string` | `oauth2` | URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required. +oauth2MetadataUrl | `string` | `oauth2` | URL to the oauth2 authorization server metadata [RFC8414](https://datatracker.ietf.org/doc/html/rfc8414). TLS is required. deprecated | `boolean` | Declares this security scheme to be deprecated. Consumers SHOULD refrain from usage of the declared scheme. Default value is `false`. This object MAY be extended with [Specification Extensions](#specificationExtensions).