summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-13Record mappings from saml users in an external tableRichard van der Hoff6-10/+276
We want to assign unique mxids to saml users based on an incrementing suffix. For that to work, we need to record the allocated mxid in a separate table.
2019-09-13Make the sample saml config closer to our standardsRichard van der Hoff2-102/+121
It' still not great, thanks to the nested dictionaries, but it's better.