summary refs log tree commit diff
path: root/changelog.d/8881.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Simplify the flow for SSO UIA (#8881)Richard van der Hoff2020-12-081-0/+1
* SsoHandler: remove inheritance from BaseHandler * Simplify the flow for SSO UIA We don't need to do all the magic for mapping users when we are doing UIA, so let's factor that out.