Skip to content
New issue

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

fix(oxauth): introspection endpoint returns error for valid basic client authentication and invalid token #1916

Closed
yuriyz opened this issue Aug 2, 2024 · 0 comments · Fixed by #1917
Assignees

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Aug 2, 2024

Describe the issue

Introspection endpoint returns error for valid basic client authentication and invalid token.

{ "error_description": "The resource owner or authorization server denied the request.", "error": "access_denied" }

Expected behavior

It should return 200 {"active": false}

Actual behavior

{ "error_description": "The resource owner or authorization server denied the request.", "error": "access_denied" }

Support: 11855

@yuriyz yuriyz self-assigned this Aug 2, 2024
yuriyz added a commit that referenced this issue Aug 2, 2024
yuriyz added a commit that referenced this issue Aug 2, 2024
yuriyz added a commit that referenced this issue Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant