SharePointSSODomain Parameter (Connect-OData Cmdlet)
Specifies the user domain for SSO in OData when it differs from the domain configured in the SSO service.
Syntax
Connect-OData -SharePointSSODomain string
Data Type
cstr
Default Value
""
Remarks
When SharePointUseSSO is set to true, set this property if the domain of the User (for example, [email protected]) is different from the domain configured within the SSO service (for example, [email protected]).
When set, the cmdlet uses this domain for authentication instead of the User domain. When not set, the cmdlet uses the User domain by default.
This property may be required for AD FS, OneLogin, or OKTA SSO services.