This repository was archived by the owner on Jan 20, 2024. It is now read-only.
File tree 2 files changed +20
-1
lines changed
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
- # light-oauth2
1
+ The fastest, lightest and cloud/container ready OAuth 2.0 Authorization Server based on microservices
2
+ architecture built on top of Light Java framework.
3
+
4
+ [ Developer Chat] ( https://gitter.im/networknt/light-oauth2 ) |
5
+ [ Documentation] ( https://networknt.github.io/light-oauth2 ) |
6
+ [ Contribution Guide] ( CONTRIBUTING.md ) |
7
+
8
+ [ ![ Build Status] ( https://travis-ci.org/networknt/light-oauth2.svg?branch=master )] ( https://travis-ci.org/networknt/light-oauth2 )
9
+
10
+ ## Why this OAuth 2.0 Authorization Server
2
11
3
12
An OAuth2 service provider based on [ light-java] ( https://github.com/networknt/light-java )
4
13
Original file line number Diff line number Diff line change @@ -147,6 +147,11 @@ paths:
147
147
description: "to prevent cross-site request forgery"
148
148
required: false
149
149
type: "string"
150
+ - name: "scope"
151
+ in: "query"
152
+ description: "scope of the request"
153
+ required: false
154
+ type: "string"
150
155
responses:
151
156
302:
152
157
description: "Successful Operation"
@@ -191,6 +196,11 @@ paths:
191
196
description: "to prevent cross-site request forgery"
192
197
required: false
193
198
type: "string"
199
+ - name: "scope"
200
+ in: "query"
201
+ description: "scope of the request"
202
+ required: false
203
+ type: "string"
194
204
responses:
195
205
302:
196
206
description: "Successful Operation"
You can’t perform that action at this time.
0 commit comments