Feat/enterprise sso (#3602)
This commit is contained in:
9
web/types/enterprise.ts
Normal file
9
web/types/enterprise.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export type EnterpriseFeatures = {
|
||||
sso_enforced_for_signin: boolean
|
||||
sso_enforced_for_signin_protocol: string
|
||||
}
|
||||
|
||||
export const defaultEnterpriseFeatures: EnterpriseFeatures = {
|
||||
sso_enforced_for_signin: false,
|
||||
sso_enforced_for_signin_protocol: '',
|
||||
}
|
||||
Reference in New Issue
Block a user