From 82d09e8b9c4acf7fb4f86f1c34d3a8abb2574545 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 14 Sep 2020 20:04:09 +0300 Subject: [PATCH] Created SAML (markdown) --- SAML.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 SAML.md diff --git a/SAML.md b/SAML.md new file mode 100644 index 0000000..9740852 --- /dev/null +++ b/SAML.md @@ -0,0 +1,7 @@ +[SAML Issue](https://github.com/wekan/wekan/issues/708) + +Currently has code from https://github.com/steffow/meteor-accounts-saml/ copied to `wekan/packages/meteor-accounts/saml` + +Does not yet have [fixes from RocketChat SAML](https://github.com/RocketChat/Rocket.Chat/tree/develop/app/meteor-accounts-saml) + +Please add pull requests if it does not work.