Skip to content

Commit e6b10cc

Browse files
committed
Add specification links for auth mechanisms
1 parent 43ca992 commit e6b10cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,7 +3368,7 @@ animals:
33683368
#### <a name="securitySchemeObject"></a>Security Scheme Object
33693369

33703370
Allows the definition of a security scheme that can be used by the operations.
3371-
Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter) and OAuth2's common flows (implicit, password, application and access code).
3371+
Supported schemes are HTTP authentication, an API key (either as a header or as a query parameter), OAuth2's common flows (implicit, password, application and access code) as defined in [RFC6749](https://tools.ietf.org/html/rfc6749), and [OpenID Connect](http://openid.net/specs/openid-connect-core-1_0.html).
33723372

33733373
##### Fixed Fields
33743374
Field Name | Type | Validity | Description

0 commit comments

Comments
 (0)