MatrixSynapse/synapse/rest/client/v1
Richard van der Hoff 6eecb6e500
Complete the SAML2 implementation (#5422)
* SAML2 Improvements and redirect stuff

Signed-off-by: Alexander Trost <galexrt@googlemail.com>

* Code cleanups and simplifications.

Also: share the saml client between redirect and response handlers.

* changelog

* Revert redundant changes to static js

* Move all the saml stuff out to a centralised handler

* Add support for tracking SAML2 sessions.

This allows us to correctly handle `allow_unsolicited: False`.

* update sample config

* cleanups

* update sample config

* rename BaseSSORedirectServlet for consistency

* Address review comments
2019-07-02 11:18:11 +01:00
..
__init__.py
directory.py
events.py
initial_sync.py
login.py Complete the SAML2 implementation (#5422) 2019-07-02 11:18:11 +01:00
logout.py
presence.py
profile.py
push_rule.py
pusher.py
room.py
voip.py