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

21 lines
475 B
YAML
Raw Normal View History

2014-08-04 13:42:00 +05:30
url: 'http://localhost:8000/api.php/tokeninfo'
request:
method: GET
headers:
-
key: Authorization
value: Bearer foobar
response:
statusCode: 401
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
value: "access_denied"
-
key: message
2014-11-08 23:56:12 +05:30
value: "The resource owner or authorization server denied the request."