Skip to content

Commit 08fca96

Browse files
shilpa-padgaonkarhandrews
authored andcommitted
Fix incorrect OpenIDConnect discovery url
Fixes OAI#3152 Signed-off-by: Henry H. Andrews <[email protected]>
1 parent 073d4de commit 08fca96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.2.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3399,7 +3399,7 @@ animals:
33993399

34003400
Defines a security scheme that can be used by the operations.
34013401

3402-
Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), mutual TLS (use of a client certificate), OAuth2's common flows (implicit, password, client credentials and authorization code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), OAuth2 device authorization flow as defined in [RFC8628](https://tools.ietf.org/html/rfc8628), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
3402+
Supported schemes are HTTP authentication, an API key (either as a header, a cookie parameter or as a query parameter), mutual TLS (use of a client certificate), OAuth2's common flows (implicit, password, client credentials and authorization code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), OAuth2 device authorization flow as defined in [RFC8628](https://tools.ietf.org/html/rfc8628), and [OpenID Connect Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html).
34033403
Please note that as of 2020, the implicit flow is about to be deprecated by [OAuth 2.0 Security Best Current Practice](https://tools.ietf.org/html/draft-ietf-oauth-security-topics). Recommended for most use case is Authorization Code Grant flow with PKCE.
34043404

34053405
##### Fixed Fields

0 commit comments

Comments
 (0)