summary refs log tree commit diff
path: root/changelog.d/8941.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Push login completion down into SsoHandler (#8941)Richard van der Hoff2020-12-161-0/+1
This is another part of my work towards fixing #8876. It moves some of the logic currently in the SAML and OIDC handlers - in particular the call to `AuthHandler.complete_sso_login` down into the `SsoHandler`.