MatrixSynapse/synapse/config
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
__main__.py
_base.py
api.py
appservice.py Add an option to enable recording IPs for appservice users (#3831) 2018-12-04 12:44:41 +01:00
captcha.py
cas.py
consent_config.py Add config variables for enabling terms auth and the policy name (#4142) 2018-11-06 10:32:34 +00:00
database.py
emailconfig.py
groups.py
homeserver.py Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
jwt_config.py
key.py
logger.py Set the encoding to UTF8 in the default logconfig (#4138) 2018-11-03 02:28:07 +11:00
metrics.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
registration.py Implement .well-known handling (#4262) 2018-12-05 14:38:58 +01:00
repository.py
room_directory.py
saml2_config.py Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
server.py Add an option to disable search for homeservers which may not be interested in it (#4230) 2018-12-04 12:01:02 +01:00
server_notices_config.py
spam_checker.py
tls.py
user_directory.py
voip.py
workers.py