summary refs log tree commit diff
path: root/changelog.d/6723.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Delegate remote_user_id mapping to the saml mapping provider (#6723)Richard van der Hoff2020-01-171-0/+1
Turns out that figuring out a remote user id for the SAML user isn't quite as obvious as it seems. Factor it out to the SamlMappingProvider so that it's easy to control.