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

Stop adding ?schema=openid to userinfo endpoint URL. #449

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gkreitz
Copy link

@gkreitz gkreitz commented Oct 11, 2024

Stops appending a fixed (afaict, non-standard) query string to the userinfo endpoint.

Fixes #448
Fixes #388

List of common tasks a pull request require complete

  • Changelog entry is added or the pull request don't alter library's functionality

@ricklambrechts
Copy link
Contributor

The schema=openid is indeed not part of the Userinfo request anymore.
https://openid.net/specs/openid-connect-core-1_0.html#UserInfoRequest

I think it was part of an earlier specification. In the notices of the basic specification https://openid.net/specs/openid-connect-basic-1_0.html, there is a notice:

Fixed #801 - Removed schema and id parameters to UserInfo Endpoint. Also fixed related issue #791 - Removed invalid_schema error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants