summary refs log tree commit diff
path: root/tests/handlers/test_admin.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-12-16Push login completion down into SsoHandler (#8941)Richard van der Hoff5-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-16Fix the sample config location for the ip_range_whitelist setting. (#8954)Patrick Cloke4-24