mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-01-18 17:42:54 +05:30
Added another test
This commit is contained in:
parent
7525fc0884
commit
ca1b977786
@ -41,6 +41,14 @@ request:
|
|||||||
headers.content-type: "application/json"
|
headers.content-type: "application/json"
|
||||||
body.error: unsupported_grant_type
|
body.error: unsupported_grant_type
|
||||||
#body.message: "The authorization grant type XXX is not supported by the authorization server."
|
#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:
|
response:
|
||||||
statusCode: 200
|
statusCode: 200
|
||||||
headers:
|
headers:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user