Package version:

Interface LiftrBaseSingleSignOnProperties

Properties specific to Single Sign On Resource

interface LiftrBaseSingleSignOnProperties {
    aadDomains?: string[];
    enterpriseAppId?: string;
    provisioningState?: string;
    singleSignOnState?: string;
    singleSignOnUrl?: string;
}

Properties

aadDomains?: string[]

List of AAD domains fetched from Microsoft Graph for user.

enterpriseAppId?: string

AAD enterprise application Id used to setup SSO

provisioningState?: string

Provisioning State of the resource NOTE: This property will not be serialized. It can only be populated by the server.

singleSignOnState?: string

State of the Single Sign On for the organization

singleSignOnUrl?: string

URL for SSO to be used by the partner to redirect the user to their system

Generated using TypeDoc