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

add auth guard for being a resource server, using token introspection #6

Open
xdavidwu opened this issue Oct 27, 2023 · 1 comment
Open

Comments

@xdavidwu
Copy link
Owner

not sure if it is really in scope of this project, but this sure will benifit from sharing configuration with us, especially for token instrospection endpoint that is protected with client authentication (id+secret), the first protection approach suggested by rfc7662.

@xdavidwu
Copy link
Owner Author

implementation will also likely to share:

  • we may want to use userinfo endpoint additionally (currently unimplemented and uses only id_token, but introspection does not have one)
  • validation
    • not a JWT, but introspection response may contains metadata similiar to JWT standard claims

design may also be similiar: a factory to map data to user, with a generic in-session-only fallback

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

1 participant