MatrixSynapse/synapse/rest/synapse/client
Richard van der Hoff 02070c69fa
Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128)
* Factor out a common TestHtmlParser

Looks like I'm doing this in a few different places.

* Improve OIDC login test

Complete the OIDC login flow, rather than giving up halfway through.

* Ensure that OIDC login works with multiple OIDC providers

* Fix bugs in handling clientRedirectUrl

 - don't drop duplicate query-params, or params with no value
 - allow utf-8 in query-params
2021-01-18 14:52:49 +00:00
..
__init__.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
password_reset.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
pick_idp.py Fix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) 2021-01-18 14:52:49 +00:00
pick_username.py Implement a username picker for synapse (#8942) 2020-12-18 14:19:46 +00:00