summary refs log tree commit diff
path: root/changelog.d/14753.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.75.0rc1David Robertson2023-01-101-1/+0
|
* Support non-OpenID compliant user info endpoints (#14753)Patrick Cloke2023-01-041-0/+1
OpenID specifies the format of the user info endpoint and some OAuth 2.0 IdPs do not follow it, e.g. NextCloud and Twitter. This adds subject_template and picture_template options to the default mapping provider for more flexibility in matching those user info responses.