UNPKG

n8n

Version:

n8n Workflow Automation Tool

5 lines (4 loc) 288 B
import type { SamlPreferences, SamlPreferencesAttributeMapping } from '@n8n/api-types'; export type SamlLoginBinding = SamlPreferences['loginBinding']; export type SamlAttributeMapping = NonNullable<SamlPreferencesAttributeMapping>; export type SamlUserAttributes = SamlAttributeMapping;