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

Allow overriding the signing algoritm used for JWT client assertion #389

Closed
janwijbrand opened this issue Sep 28, 2021 · 1 comment
Closed

Comments

@janwijbrand
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I'd like to have control over the signing algoritms used for the JWT client asserstion authentication variants. The current API doesn't allow to override the default RS256, even thought the lower-level signing helper functions are parameterized.

Describe the solution you'd like

When setting up an PrivateKeyJWT() instance to register as client auth method, I'd like to pass in the signing algoritm I'd like to use.

I will reference a PR against maintain-0.15 branch for this feature request.

@lepture
Copy link
Owner

lepture commented Oct 18, 2021

merged

@lepture lepture closed this as completed Oct 18, 2021
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

2 participants