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(jans-auth-server): introspection endpoint returns error for valid basic client authentication and invalid token #9093

Closed
yuriyz opened this issue Aug 2, 2024 · 0 comments · Fixed by #9114
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

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" }

oxauth counterpart GluuFederation/oxAuth#1916
Support: 11855

@yuriyz yuriyz assigned moabu and yuriyz and unassigned moabu Aug 2, 2024
@mo-auto mo-auto added comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality labels Aug 2, 2024
yuriyz added a commit that referenced this issue Aug 5, 2024
… basic client authentication and invalid token #9093

Signed-off-by: YuriyZ <[email protected]>
yuriyz added a commit that referenced this issue Aug 5, 2024
… basic client authentication and invalid token #9093 (#9114)

Signed-off-by: YuriyZ <[email protected]>
yuriyz added a commit that referenced this issue Nov 7, 2024
… basic client authentication and invalid token #9093 (#9114)

Signed-off-by: YuriyZ <[email protected]>
Former-commit-id: 480ee64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
3 participants