Package version:

Properties specific to Single Sign On Resource

interface SingleSignOnPropertiesV2 {
    aadDomains?: {};
    enterpriseAppId?: string;
    state?: string;
    type: string;
    url?: string;
}

Properties

aadDomains?: {}

List of AAD domains fetched from Microsoft Graph for user.

enterpriseAppId?: string

AAD enterprise application Id used to setup SSO

state?: string

State of the Single Sign On for the resource

type: string

Type of Single Sign-On mechanism being used

url?: string

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