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 for POSTs to userinfo endpoint #42

Open
josephdecock opened this issue Nov 13, 2024 · 0 comments
Open

Support for POSTs to userinfo endpoint #42

josephdecock opened this issue Nov 13, 2024 · 0 comments
Labels
area/identity-model Issues related to Identity Model impact/non-breaking The fix or change will not be a breaking one priority/4 Low

Comments

@josephdecock
Copy link
Member

Currently we always make a GET to the userinfo endpoint, but the spec does allow for POSTs. POSTs are appropriate if you wanted to include client authentication or other parameters in the body of the request, but currently we produce a GET with a body, which we shouldn't do.

See also IdentityModel/IdentityModel#255, IdentityModel/IdentityModel#469 and IdentityModel/IdentityModel#255.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/identity-model Issues related to Identity Model impact/non-breaking The fix or change will not be a breaking one priority/4 Low
Projects
None yet
Development

No branches or pull requests

1 participant