Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-01-13 | Move `complete_sso_ui_auth` into SSOHandler | Richard van der Hoff | 2 | -28/+13 | |
since we're hacking on this code anyway, may as well move it out of the cluttered AuthHandler. | |||||
2021-01-13 | Give the user a better error when they present bad SSO creds | Richard van der Hoff | 5 | -5/+65 | |
If a user tries to do UI Auth via SSO, but uses the wrong account on the SSO IdP, try to give them a b |