What this test does
Requests the userinfo endpoint with a made-up token.
How it passes
Returns HTTP 401, ideally with error="invalid_token".
- Specification
- §9, RFC 6750 §3.1
- Needs
- S104 Metadata is a JSON document
Requests the userinfo endpoint with a made-up token.
Returns HTTP 401, ideally with error="invalid_token".