12 Commits (master)

Author SHA1 Message Date
Patrick Cloke dddfb9c5aa
Fix tests by using the proper attribute names instead of a mapping ()
Richard van der Hoff 2556450557
Block new registrations based on a domain blacklist ()
Richard van der Hoff 7d346c8106 remove test dependency on xmlsec
Stub things out so that we don't have to have xmlsec installed to run the tests
Richard van der Hoff 1bcf50287c fix failing test
Richard van der Hoff c272f2f075 fix lint
Richard van der Hoff 9141db25aa fix lint
Richard van der Hoff e3095f7e15 add tests for get_remote_user_id
(Featuring a real SAML response to parse)
Richard van der Hoff f85ec19465
Allow users to pick a username on login ()
This is essentially a rewrite to collect the username from the user when they first log in, rather than try to determine it algorithmically from SAML attributes.
Andrew Morgan ce2a6b977f Update tests
Andrew Morgan df8b731edd Rename to matrix_synapse_saml_mozilla
Andrew Morgan 15cc82e5e1 Rename saml_mapping_provider to saml_mapping_provider_mozilla
Andrew Morgan 4f393da115 Initial commit