-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Implement Token Introspection Endpoint #52
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
Comments
Hi @jgrandja Can I take this issue? |
Thanks for the offer @lspil. This feature is further down the backlog so we're holding off for now. I'm in the process of setting up the next set of work that will deliver the |
@jgrandja Please reach out to me as well, once the plan has been completed. |
You are definitely on my list @dfcoffin 👍 |
Thanks @jgrandja ! |
Hi @jgrandja! I'm just starting to dedicate some time to this project now, and since I don't see many issues logged to work on, maybe I can help define the specs for the base ticket for this Epic (even maybe work on a draft implementation just to analyze this better, for when we're ready to tackle it)? Or are we planning to move forward with a different track of work? Here it goes: ====== An Authorization Server should provide an endpoint to determine the active state of an OAuth 2.0 token and to determine meta-information about this token. An Implementation requirements:
Specification References====== Of course, some of these specs might not be critical for a first approach (like checking the signature), and some might not be achievable with the current status (e.g. validating that the Resource Server introspecting the token is 'accepted'/enabled for the corresponding token), but I decided to include all the constraints for a better analysis. Hope this helps with the process, looking forward to any comment. Naturally, let me know if there is anything else I can get my hands on. Cheers! |
Excellent summary of the spec @rozagerardo. I couldn't have summarized it better myself :) We're currently working on some higher priority features so this one is getting pushed back to at least 0.0.4. Let me know if you're interested on working on this and if so, a draft PR would be best place to start. |
Thanks @jgrandja. Definitely, I'll start working on a draft PR for this 👍 I'll also keep an eye on the new tickets and PRs in case I can assist with anything. |
This will deliver OAuth 2.0 Token Introspection, which provides support for opaque access tokens.
The text was updated successfully, but these errors were encountered: