Skip to content

Commit 4e42746

Browse files
patricekrakowMikeRalphson
authored andcommitted
Fix 'Security Scheme Object' definition with OAuth 2.0 grant types. (OAI#2006)
Signed-off-by: Mike Ralphson <mike.ralphson@gmail.com>
1 parent f77f7f5 commit 4e42746

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

versions/3.1.0.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,8 @@ animals:
31583158
#### <a name="securitySchemeObject"></a>Security Scheme Object
31593159

31603160
Defines a security scheme that can be used by the operations.
3161-
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, application and access code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect](https://openid.net/specs/openid-connect-core-1_0.html).
3161+
3162+
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), and [OpenID Connect Discovery](https://tools.ietf.org/html/draft-ietf-oauth-discovery-06).
31623163
Please note that currently (2019) the implicit flow is about to be deprecated [OAuth 2.0 Security Best Current Practice](https://tools.ietf.org/id/draft-ietf-oauth-security-topics). Recommended for most use case is Authorization Code Grant flow with PKCE.
31633164

31643165
##### Fixed Fields

0 commit comments

Comments
 (0)