Update group sync to work with AD - SAML ids (#17108)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Scott Bishel
2021-04-13 15:30:19 -06:00
коммит произвёл GitHub
родитель fa16ecf98a
Коммит e8b710f7fe
2 изменённых файлов: 15 добавлений и 0 удалений

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

@@ -24,5 +24,6 @@ type LdapInterface interface {
FirstLoginSync(user *model.User, userAuthService, userAuthData, email string) *model.AppError
UpdateProfilePictureIfNecessary(model.User, model.Session)
GetADLdapIdFromSAMLId(authData string) string
GetSAMLIdFromADLdapId(authData string) string
GetVendorNameAndVendorVersion() (string, string)
}