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
..
2018-07-09 16:09:20 +10:00
2017-10-29 20:54:20 +00:00
2017-10-19 13:36:06 +01:00
2018-09-07 14:20:54 +01:00
2018-07-09 16:09:20 +10:00
2018-07-09 16:09:20 +10:00
2016-07-06 12:18:19 +09:00
2017-11-13 18:32:08 +00:00
2018-10-24 10:39:03 +01:00
2018-10-25 15:25:21 +01:00
2018-07-09 16:09:20 +10:00
2017-09-27 10:22:54 +01:00
2018-07-09 16:09:20 +10:00
2017-12-04 17:51:33 +00:00