-
- Downloads
Give the user a better error when they present bad SSO creds
If a user tries to do UI Auth via SSO, but uses the wrong account on the SSO IdP, try to give them a better error. Previously, the UIA would claim to be successful, but then the operation in question would simply fail with "auth fail". Instead, serve up an error page which explains the failure.
Showing
- changelog.d/9091.feature 1 addition, 0 deletionschangelog.d/9091.feature
- docs/sample_config.yaml 8 additions, 0 deletionsdocs/sample_config.yaml
- synapse/config/sso.py 10 additions, 0 deletionssynapse/config/sso.py
- synapse/handlers/sso.py 28 additions, 5 deletionssynapse/handlers/sso.py
- synapse/res/templates/sso_auth_bad_user.html 18 additions, 0 deletionssynapse/res/templates/sso_auth_bad_user.html
changelog.d/9091.feature
0 → 100644
synapse/res/templates/sso_auth_bad_user.html
0 → 100644
Please register or sign in to comment