Skip to content

Commit 3e304ee

Browse files
authored
Merge pull request OAI#3607 from shilpa-padgaonkar/patch-2
Fix incorrect OpenIDConnect discovery url
2 parents 6f196dd + 90ebe80 commit 3e304ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions/3.0.4.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3195,7 +3195,7 @@ animals:
31953195
#### <a name="securitySchemeObject"></a>Security Scheme Object
31963196

31973197
Defines a security scheme that can be used by the operations.
3198-
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).
3198+
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).
31993199

32003200
##### Fixed Fields
32013201
Field Name | Type | Applies To | Description

0 commit comments

Comments
 (0)