forked-synapse/synapse/rest
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
..
admin Run Black. (#5482) 2019-06-20 19:32:02 +10:00
client Complete the SAML2 implementation (#5422) 2019-07-02 11:18:11 +01:00
consent fix async/await consentresource (#5585) 2019-07-01 23:33:52 +10:00
key Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
media Make the http server handle coroutine-making REST servlets (#5475) 2019-06-29 17:06:55 +10:00
saml2 Merge branch 'develop' into rav/saml2_client 2019-07-01 14:21:03 +01:00
__init__.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00
well_known.py Run Black. (#5482) 2019-06-20 19:32:02 +10:00