mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
dcbb65d799
* LDAP - WIP * WIP * add hasGeneratedPassword * fix jotai atom * - don't require password confirmation for MFA is user has auto generated password (LDAP) - cleanups * fix * reorder * update migration * update default * fix type error
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
export enum SSO_PROVIDER {
|
|
OIDC = 'oidc',
|
|
SAML = 'saml',
|
|
GOOGLE = 'google',
|
|
LDAP = 'ldap',
|
|
} |