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

POST for openid/userinfo is not compatible with OIDC #27

Closed
gregory1g opened this issue Apr 11, 2023 · 1 comment · Fixed by #48
Closed

POST for openid/userinfo is not compatible with OIDC #27

gregory1g opened this issue Apr 11, 2023 · 1 comment · Fixed by #48
Assignees

Comments

@gregory1g
Copy link
Collaborator

Correct me if I'm wrong, but IDY.24 implements OIDC openid/userinfo API, not juts coincidentally uses the same endpoint.
OIDC describe this endpoint as a GET API. Using POST here is incompatible with OIDC and breaks REST design principles ("POST UserInfo" looks like an update/create API).

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

Successfully merging a pull request may close this issue.

3 participants