oauth2-server/tests/fuzz/tokeninfo-no-invalid-token-query-string.yml

16 lines
407 B
YAML
Raw Normal View History

2014-08-04 13:42:00 +05:30
url: 'http://localhost:8000/api.php/tokeninfo?access_token=foobar'
request:
method: GET
response:
2014-08-04 19:48:55 +05:30
statusCode: 401
2014-08-04 13:42:00 +05:30
headers:
2014-08-04 19:48:55 +05:30
-
key: Content-type
value: application/json
2014-08-04 13:42:00 +05:30
body:
-
key: error
2014-08-04 19:48:55 +05:30
value: "access_denied"
2014-08-04 13:42:00 +05:30
-
key: message
2014-08-04 19:48:55 +05:30
value: "The resource owner or authorization server denied the request."