The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/docs/Login/SAML.md

1.5 KiB

Related Meteor SAML code, not in WeKan yet:

Sandstorm has SAML login, and old WeKan that will be updated someday:

How SAML works:

Ruby on Rails OmniAuth, that has Shibboleth and SAML:

SAML at SSOReady:

The SSO Wall of Shame:

SAML Issue

SAML settings commit

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

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/*