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

Support for RFC7662 OAuth2.0 Token Introspection #706

Open
brendon-stephens opened this issue Jul 27, 2021 · 2 comments
Open

Support for RFC7662 OAuth2.0 Token Introspection #706

brendon-stephens opened this issue Jul 27, 2021 · 2 comments

Comments

@brendon-stephens
Copy link

Feature request to support RFC7662 OAuth2.0 Token Introspection endpoint

https://datatracker.ietf.org/doc/html/rfc7662

When an OAuth 2.0 client makes a request to the resource server, the resource server needs some way to verify the access token. The OAuth 2.0 core spec doesn’t define a specific method of how the resource server should verify access tokens, just mentions that it requires coordination between the resource and authorization servers. In some cases, especially with small services, both endpoints are part of the same system, and can share token information internally such as in a database. In larger systems where the two endpoints are on different servers, this has led to proprietary and non-standard protocols for communicating between the two servers.

@Rajarml
Copy link

Rajarml commented Oct 22, 2021

To all users of this library : use https://github.com/panva/node-oidc-provider instead, highly maintained, no issue (& 684 closed), with litteraly almost all OAuth2.0 RFC implementation !

Sincerly,

A developer which was suffering with this library because of lack of RFC support

@ydomenjoud
Copy link

panva just closed his main source of informations : issues and comments .... good luck there too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants