Skip to content
Success

Changes

Summary

  1. Avoid error with MLT when record does not exist (#3963) (details)
  2. Add sub to OIDC user info response (#3977) (details)
Commit 0ee7d2bcac0a58206c4835f1d087bb475ac7a349 by noreply
Avoid error with MLT when record does not exist (#3963)

The file was modifiedmodule/VuFindSearch/src/VuFindSearch/Backend/Solr/Connector.php (diff)
Commit 0928259c422f78e0fac9916a9af8b93542503189 by noreply
Add sub to OIDC user info response (#3977)

According to the specs sub (subject, user id) is a mandatory claim in the user info response.
The file was modifiedmodule/VuFind/src/VuFind/Controller/OAuth2Controller.php (diff)
The file was modifiedmodule/VuFind/tests/integration-tests/src/VuFindTest/Mink/OAuth2Test.php (diff)