I’ve got Mattermost running as part of a Gitlab installation. Gitlab sign-on is working and is currently the only enabled authentication mechanism for users. Gitlab itself authenticates against another SSO provider used across other applications.
In an effort to automate user onboarding, I’m trying to invite newly created users to join teams in Mattermost.
How should I authenticate to the API server when using Gitlab as SSO?
Any pointers to documentation for inviting/removing users to/from teams would be extremely appreciated.
I further came across the article above that you might be interested to check on though it was opened since the last 2 years. Perhaps you would like to revive the topic again?
By default, admin(s) who have backend access to the Mattermost server can utilize the mattermost user create CLI command to create user or use the standard methods to invite users to the team or even create users using the API if you prefer too.
However, you mentioned that you do not want users using email sign in. So, I am not quite sure how to go about this.