File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
openapi : 3.0.1
2
2
info :
3
- title : Identity 4 Server
4
- description : Works only on `http ://localhost...`
3
+ title : Identity Server
4
+ description : OAuth Demo using <a href="https ://demo.identityserver.io" target="_blank">IdentityServer</a>
5
5
version : " 1.0"
6
6
servers :
7
7
- url : https://demo.identityserver.io
55
55
' 200 ' :
56
56
description : Successful operation
57
57
58
-
59
58
components :
60
59
securitySchemes :
61
60
short-lived-oauth :
@@ -68,7 +67,7 @@ components:
68
67
authorizationUrl : https://demo.identityserver.io/connect/authorize
69
68
tokenUrl : https://demo.identityserver.io/connect/token
70
69
scopes :
71
- openid : OpenID
70
+ openid : OpenID
72
71
email : Email
73
72
profile : Profile
74
73
api : API
@@ -82,7 +81,7 @@ components:
82
81
authorizationUrl : https://demo.identityserver.io/connect/authorize
83
82
tokenUrl : https://demo.identityserver.io/connect/token
84
83
scopes :
85
- openid : OpenID
84
+ openid : OpenID
86
85
email : Email
87
86
profile : Profile
88
87
api : API
@@ -95,7 +94,7 @@ components:
95
94
clientCredentials :
96
95
tokenUrl : https://demo.identityserver.io/connect/token
97
96
scopes :
98
- openid : OpenID
97
+ openid : OpenID
99
98
email : Email
100
99
profile : Profile
101
100
api : API
You can’t perform that action at this time.
0 commit comments