summary refs log tree commit diff
path: root/synapse/res/templates/saml_error.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve SAML error messages (#8248)Patrick Cloke2020-09-141-52/+0
|
* Implement login blocking based on SAML attributes (#8052)Richard van der Hoff2020-08-111-5/+12
| | | | | | | Hopefully this mostly speaks for itself. I also did a bit of cleaning up of the error handling. Fixes #8047
* Use innerText instead of innerHTMLBrendan Abolivier2020-03-131-1/+2
|
* Update wording and configBrendan Abolivier2020-03-111-2/+2
|
* Move the default SAML2 error HTML to a dedicated fileBrendan Abolivier2020-03-111-0/+44
Also add some JS to it to process any error we might have in the URI (see #6893).