MatrixSynapse/synapse/app
Richard van der Hoff c7401a697f
Implement SAML2 authentication (#4267)
This implements both a SAML2 metadata endpoint (at
`/_matrix/saml2/metadata.xml`), and a SAML2 response receiver (at
`/_matrix/saml2/authn_response`). If the SAML2 response matches what's been
configured, we complete the SSO login flow by redirecting to the client url
(aka `RelayState` in SAML2 jargon) with a login token.

What we don't yet have is anything to build a SAML2 request and redirect the
user to the identity provider. That is left as an exercise for the reader.
2018-12-07 13:11:11 +01:00
..
__init__.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
_base.py Make workers work on Py3 (#4027) 2018-10-13 00:14:08 +11:00
appservice.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
client_reader.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
event_creator.py Make workers work on Py3 (#4027) 2018-10-13 00:14:08 +11:00
federation_reader.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
federation_sender.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
frontend_proxy.py synapse/app: frontend_proxy.py: actually make workers work on py3 2018-10-14 20:08:39 +03:00
homeserver.py Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
media_repository.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00
pusher.py Remove redundant run_as_background_process() from pusherpool 2018-10-22 16:12:11 +01:00
synchrotron.py Fix typing being reset causing infinite syncs (#4127) 2018-11-03 00:19:23 +11:00
user_dir.py Replaced all occurences of e.message with str(e) 2018-09-27 13:38:50 +02:00