Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Push login completion down into SsoHandler (#8941) | Richard van der Hoff | 2020-12-16 | 1 | -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`. |