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

feature: add possibility to specify JWKs key for authorizer #35

Open
lukedirtwalker opened this issue Nov 9, 2022 · 0 comments
Open

Comments

@lukedirtwalker
Copy link
Contributor

A clear and concise description of what you want the system to do.

Currently we can use JWKs from an URL when using the IDP plugin. But to support the client credentials OAauth flow where the server would already get a token signed by someone else it would be helpful to support JWKS fetched from an URL.

The implementation could leverage https://github.com/MicahParks/keyfunc.
I would probably extend the key_config source to have a value indicating that it should fetch the JWKs.

I would be happy to contribute this feature, if you tell me whether the what I propose roughly makes sense.

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

No branches or pull requests

2 participants