-
-
Notifications
You must be signed in to change notification settings - Fork 801
Not existing tokens should return 200 within introspection (not 403) #1012
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you need to update the tests as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. It looks right but needs the tests fixed. Also, you indicated that CHANGELOG was updated, AUTHORS, etc. but I don't see where you've done that.
The tests looks pretty easy to fix:
E AssertionError: 200 != 401
Please let me know if you can get to this soon as I'm targeting this for the next minor release.
I've updated the checklist to indicate correct status of this PR. |
c6b6cd4
to
2467913
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1012 +/- ##
=======================================
Coverage 96.67% 96.67%
=======================================
Files 31 31
Lines 1775 1775
=======================================
Hits 1716 1716
Misses 59 59 ☔ View full report in Codecov by Sentry. |
Compare with https://datatracker.ietf.org/doc/html/rfc7662
Fixes #
Description of the Change
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS