Skip to content

Commit fa526f7

Browse files
committed
updated examples
1 parent 34a74fd commit fa526f7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/specs/oauth-demo.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.1
22
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>
55
version: "1.0"
66
servers:
77
- url: https://demo.identityserver.io
@@ -55,7 +55,6 @@ paths:
5555
'200':
5656
description: Successful operation
5757

58-
5958
components:
6059
securitySchemes:
6160
short-lived-oauth:
@@ -68,7 +67,7 @@ components:
6867
authorizationUrl: https://demo.identityserver.io/connect/authorize
6968
tokenUrl: https://demo.identityserver.io/connect/token
7069
scopes:
71-
openid: OpenID
70+
openid: OpenID
7271
email: Email
7372
profile: Profile
7473
api: API
@@ -82,7 +81,7 @@ components:
8281
authorizationUrl: https://demo.identityserver.io/connect/authorize
8382
tokenUrl: https://demo.identityserver.io/connect/token
8483
scopes:
85-
openid: OpenID
84+
openid: OpenID
8685
email: Email
8786
profile: Profile
8887
api: API
@@ -95,7 +94,7 @@ components:
9594
clientCredentials:
9695
tokenUrl: https://demo.identityserver.io/connect/token
9796
scopes:
98-
openid: OpenID
97+
openid: OpenID
9998
email: Email
10099
profile: Profile
101100
api: API

0 commit comments

Comments
 (0)