mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-30 10:42:02 +05:30
Added another test
This commit is contained in:
parent
7525fc0884
commit
ca1b977786
@ -41,6 +41,14 @@ request:
|
||||
headers.content-type: "application/json"
|
||||
body.error: unsupported_grant_type
|
||||
#body.message: "The authorization grant type XXX is not supported by the authorization server."
|
||||
-
|
||||
key: scope
|
||||
value: "basic"
|
||||
invalid:
|
||||
response.statusCode: 400
|
||||
headers.content-type: "application/json"
|
||||
body.error: invalid_scope
|
||||
border.message: fooooooooo
|
||||
response:
|
||||
statusCode: 200
|
||||
headers:
|
||||
|
Loading…
Reference in New Issue
Block a user