0

I am trying to configure Azure AD as a part of single sign in Mattermost. However, I'm not able to find any relevant documentation.

Any leads could help.

I have already gone through the following documentations -

  1. https://docs.mattermost.com/onboard/sso-office.html

  2. https://docs.mattermost.com/onboard/ad-ldap.html

I'm not sure if these documentations are relevant.

Vivek
  • 49
  • 1
  • 10

1 Answers1

1

Mattermost integrates with Azure AD using Open ID Connect authentication to enable SSO between Azure AD, Mattermost and other Azure AD enabled apps using Azure AD credentials.

Basically, you need to setup or own an Azure AD Tenant (Dismiss the Social and local accounts section), create an app registration and configure OpenID Connect authentication as detailed in the Mattermost documentation.

https://docs.mattermost.com/onboard/ad-ldap.html is intended for on-premise Active Directory using LDAP which is not supported in Azure AD.

AlfredoRevilla-MSFT
  • 3,171
  • 1
  • 12
  • 18