Type alias SingleSignOnSettings
SingleSignOnSettings: {
enableForceDelegatedCallout?: boolean | null;
enableMultipleSamlConfigs?: boolean | null;
enableSamlJitProvisioning?: boolean | null;
enableSamlLogin?: boolean | null;
}
Type declaration
Optional enableForceDelegatedCallout?: boolean | null
Optional enableMultipleSamlConfigs?: boolean | null
Optional enableSamlJitProvisioning?: boolean | null
Optional enableSamlLogin?: boolean | null