Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-16 | Push login completion down into SsoHandler (#8941) | Richard van der Hoff | 5 | -86/+80 | |
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`. | |||||
2020-12-16 | Fix the sample config location for the ip_range_whitelist setting. (#8954) | Patrick Clok |