forked-synapse/synapse/rest
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
..
client Factor SSO success handling out of CAS login (#4264) 2018-12-07 13:10:07 +01:00
consent Neilj/fix autojoin (#4223) 2018-11-28 22:24:57 +11:00
key Remove deprecated v1 key exchange endpoint (#4119) 2018-10-31 22:29:02 +11:00
media Fix Content-Disposition in media repository (#4176) 2018-11-15 15:55:58 -06:00
saml2 Implement SAML2 authentication (#4267) 2018-12-07 13:11:11 +01:00
__init__.py Basic initial support for room upgrades 2018-10-25 19:10:24 +01:00
well_known.py Implement .well-known handling (#4262) 2018-12-05 14:38:58 +01:00