We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g.:
POST http://localhost:1323/internal/auth/v2/accesstoken/introspect Content-Type: application/x-www-form-urlencoded Content-Length: 9 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.5.14 (Java/17.0.9) Accept-Encoding: br,deflate,gzip,x-gzip token=123
returns:
HTTP/1.1 500 Internal Server Error Content-Type: application/problem+json Vary: Origin Date: Tue, 06 Feb 2024 16:11:28 GMT Content-Length: 74 { "detail": "not found", "status": 500, "title": "IntrospectAccessToken failed" }
I'd expect a response according to RFC7662 (active field)
active
The text was updated successfully, but these errors were encountered:
reinkrul
Successfully merging a pull request may close this issue.
E.g.:
returns:
I'd expect a response according to RFC7662 (
active
field)The text was updated successfully, but these errors were encountered: