mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-12-22 21:19:46 +05:30
Fixed grant password fuzz test
This commit is contained in:
parent
324da27ea9
commit
7e0e337134
@ -30,7 +30,7 @@ request:
|
|||||||
body.message: "Client authentication failed."
|
body.message: "Client authentication failed."
|
||||||
-
|
-
|
||||||
key: username
|
key: username
|
||||||
value: alex
|
value: alexbilbie
|
||||||
missing:
|
missing:
|
||||||
response.statusCode: 400
|
response.statusCode: 400
|
||||||
headers.content-type: "application/json"
|
headers.content-type: "application/json"
|
||||||
@ -39,8 +39,8 @@ request:
|
|||||||
invalid:
|
invalid:
|
||||||
response.statusCode: 401
|
response.statusCode: 401
|
||||||
headers.content-type: "application/json"
|
headers.content-type: "application/json"
|
||||||
body.error: invalid_client
|
body.error: invalid_credentials
|
||||||
body.message: "Client authentication failed."
|
body.message: "The user credentials were incorrect."
|
||||||
-
|
-
|
||||||
key: password
|
key: password
|
||||||
value: whisky
|
value: whisky
|
||||||
@ -52,8 +52,8 @@ request:
|
|||||||
invalid:
|
invalid:
|
||||||
response.statusCode: 401
|
response.statusCode: 401
|
||||||
headers.content-type: "application/json"
|
headers.content-type: "application/json"
|
||||||
body.error: invalid_client
|
body.error: invalid_credentials
|
||||||
body.message: "Client authentication failed."
|
body.message: "The user credentials were incorrect."
|
||||||
-
|
-
|
||||||
key: grant_type
|
key: grant_type
|
||||||
value: password
|
value: password
|
||||||
|
Loading…
Reference in New Issue
Block a user