File tree 2 files changed +17
-7
lines changed
2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -960,7 +960,7 @@ $defs:
960
960
scopes :
961
961
$ref : ' #/$defs/map-of-strings'
962
962
required :
963
- - authorizationUrl
963
+ - deviceAuthorizationUrl
964
964
- tokenUrl
965
965
- scopes
966
966
$ref : ' #/$defs/specification-extensions'
Original file line number Diff line number Diff line change @@ -28,13 +28,8 @@ components:
28
28
description : Cert must be signed by example.com CA
29
29
OAuth2 :
30
30
type : oauth2
31
+ oauth2MetadataUrl : https://example.com/api/oauth/metadata
31
32
flows :
32
- implicit :
33
- authorizationUrl : https://example.com/api/oauth/dialog
34
- scopes :
35
- write:pets : modify pets in your account
36
- read:pets : read your pets
37
- refreshUrl : https://example.com/api/oauth/refresh
38
33
authorizationCode :
39
34
authorizationUrl : https://example.com/api/oauth/dialog
40
35
refreshUrl : https://example.com/api/oauth/refresh
@@ -52,6 +47,21 @@ components:
52
47
scopes :
53
48
read:pets : read your pets
54
49
refreshUrl : https://example.com/api/oauth/refresh
50
+ deviceAuthorization :
51
+ deviceAuthorizationUrl : https://example.com/api/oauth/device
52
+ tokenUrl : https://example.com/api/oauth/token
53
+ scopes :
54
+ read:pets : read your pets
55
+ refreshUrl : https://example.com/api/oauth/refresh
56
+ OAuth2Old :
57
+ deprecated : true
58
+ type : oauth2
59
+ flows :
60
+ implicit :
61
+ authorizationUrl : https://example.com/api/oauth/dialog
62
+ scopes :
63
+ read:pets : read your pets
64
+ refreshUrl : https://example.com/api/oauth/refresh
55
65
OpenIdConnect :
56
66
type : openIdConnect
57
67
openIdConnectUrl : https://example.com/api/oauth/openid
You can’t perform that action at this time.
0 commit comments