From 06bd8dfc737f39d7b9304c9efde5ed186b582030 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 14 Sep 2020 20:08:34 +0300 Subject: [PATCH] Updated SAML (markdown) --- SAML.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SAML.md b/SAML.md index 9740852..81f082d 100644 --- a/SAML.md +++ b/SAML.md @@ -1,7 +1,13 @@ [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` +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. + +Wekan clientside code is at `wekan/client/components/main/layouts.*` + +Wekan serverside code is at: +- `wekan/server/authentication.js` at bottom +- `wekan/packages/meteor-accounts-saml/*` \ No newline at end of file