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 POST for validating Bearer token against userinfo endpoint #34

Open
ZuSe opened this issue Aug 27, 2019 · 0 comments
Open

Support POST for validating Bearer token against userinfo endpoint #34

ZuSe opened this issue Aug 27, 2019 · 0 comments

Comments

@ZuSe
Copy link

ZuSe commented Aug 27, 2019

Some providers like django-oidc are supporting receiving the user data also via POST against userinfo endpoint. We should support a option to do the request via POST instead of GET.
This can help to prevent default issues with caching on the endpoint.

Best
ZuSe

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

No branches or pull requests

2 participants