oauth2-server/tests/fuzz/tokeninfo-no-invalid-token.yml
Graham Campbell 4c1cd04a24 CS fixes
2014-11-08 18:26:12 +00:00

21 lines
475 B
YAML

url: 'http://localhost:8000/api.php/tokeninfo'
request:
method: GET
headers:
-
key: Authorization
value: Bearer foobar
response:
statusCode: 401
headers:
-
key: Content-type
value: application/json
body:
-
key: error
value: "access_denied"
-
key: message
value: "The resource owner or authorization server denied the request."