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

Algorithm for jwt_decode in OpenIDConnectAuth backend should be configurable #641

Closed
gabrielhurley opened this issue Jun 10, 2015 · 1 comment

Comments

@gabrielhurley
Copy link

https://github.com/omab/python-social-auth/blob/master/social/backends/open_id.py#L334

That value is hard-coded to HS256 which is not the only possible option. It should be a trivial matter to allow a user-configurable value there (in my case RS256).

@omab
Copy link
Owner

omab commented Dec 27, 2016

Recent changes to OpenIdConnect porting it to use jwkest lib, properly take care of the signing algorithm.

@omab omab closed this as completed Dec 27, 2016
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