Skip to content

Conversation

@gkreitz
Copy link
Contributor

@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.

@DeepDiver1975 DeepDiver1975 merged commit 808027b into jumbojett:master Mar 3, 2025
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 this pull request may close these issues.

requestUserInfo appends ?schema=openid to userinfo endpoint, which breaks LinkedIn OIDC login Bugs - Azure B2C - URL char issue

3 participants