mirror of
https://github.com/sasjs/server.git
synced 2026-01-08 07:00:04 +00:00
fix: ldap issues
logic fixed for updating user created by external auth provider remove internal from AuthProviderType replace AUTH_MECHANISM with AUTH_PROVIDERS
This commit is contained in:
@@ -50,8 +50,7 @@ const groupSchema = new Schema<IGroupDocument>({
|
||||
},
|
||||
authProvider: {
|
||||
type: String,
|
||||
enum: AuthProviderType,
|
||||
default: 'internal'
|
||||
enum: AuthProviderType
|
||||
},
|
||||
isActive: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user