[MM-48727] Restore license checks for SSO in self-hosted deployments (#21781)

* Revert license checks for sso integrations

 - Revert license check changes for open-id connect options
 - Add option to integrate openid-connect for all cloud offerings

* Move enterprise SSO features back to enterprise repository
Этот коммит содержится в:
Shivashis Padhi
2022-12-07 03:17:26 +05:30
коммит произвёл GitHub
родитель c3c81cb3d6
Коммит 03a5b4a288
9 изменённых файлов: 35 добавлений и 996 удалений

Просмотреть файл

@@ -11,9 +11,6 @@ import (
_ "github.com/mattermost/mattermost-server/v6/app/slashcommands"
// Plugins
_ "github.com/mattermost/mattermost-server/v6/model/oauthproviders/gitlab"
_ "github.com/mattermost/mattermost-server/v6/model/oauthproviders/google"
_ "github.com/mattermost/mattermost-server/v6/model/oauthproviders/office365"
_ "github.com/mattermost/mattermost-server/v6/model/oauthproviders/openid"
// Enterprise Imports
_ "github.com/mattermost/mattermost-server/v6/imports"