[MM-47384] Make OpenID Connect free for all (#21556)

* wip: make OpenID Connect free-for-all

* Deprecation note: GoogleOAuth, Office365OAuth

* Improve deprecation comments

Co-authored-by: Martin Kraft <martin@upspin.org>

* Lint fix

* Add model/oauthproviders, move google, openid, office365 from enterprise

* Vet fixes

* Remove redundant log

Co-authored-by: Martin Kraft <martin@upspin.org>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Shivashis Padhi
2022-11-22 11:09:04 +05:30
коммит произвёл GitHub
родитель fcd45de73b
Коммит ee40eb956c
12 изменённых файлов: 1000 добавлений и 31 удалений

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

@@ -25,7 +25,7 @@ import (
"github.com/mattermost/mattermost-server/v6/shared/mail"
"github.com/mattermost/mattermost-server/v6/utils/testutils"
_ "github.com/mattermost/mattermost-server/v6/model/gitlab"
_ "github.com/mattermost/mattermost-server/v6/model/oauthproviders/gitlab"
)
func TestCreateUser(t *testing.T) {