Martin
My feedback
6 results found
-
241 votes
Work has begun to support OpenID Connect, which enables one to use any OAuth 2.0 identity solution. It is planned for Mattermost Cloud and Mattermost Self-Managed E20.
An error occurred while saving the comment Martin supported this idea · -
25 votes
There is a community integration with GitHub here: https://github.com/softdevteam/mattermost-github-integration
Martin supported this idea · -
33 votesMartin supported this idea ·
-
109 votesMartin supported this idea ·
-
57 votesMartin supported this idea ·
-
110 votesMartin supported this idea ·
I use Django's allauth module to authenticate my users. https://github.com/pennersr/django-allauth
This allows them to link various accounts - Facebook, Google, Github, StackExchange, Shopify and SoundCloud are the ones I use. Giving users this ability to connect from various points is helpful because they can connect how they want. From an admin point of view, it takes a little bit of work for initial set up, but once done has been pretty painless.