AuthScheme Parameter (Connect-MicrosoftProject Cmdlet)
Specifies the authentication scheme used to connect to Microsoft Project.
Syntax
Connect-MicrosoftProject -AuthScheme string
Possible Values
SharePointOnlineCookies, OAuth, ADFS, OKTA, OneLogin, AzureADData Type
cstr
Default Value
"SharePointOnlineCookies"
Remarks
This property determines the mechanism that 本製品 uses to authenticate to Microsoft Project. If omitted, the default is SharePointOnlineCookies.
Authentication options:
- SharePointOnlineCookies: Uses browser-based cookies obtained from a SharePoint Online session. Set User and Password to perform cookie-based authentication to your SharePoint Online server.
- OAuth: Uses OAuth-based authentication. Select this value to authenticate using an OAuth flow supported by SharePoint Online or your identity provider.
- ADFS: Uses Active Directory Federation Services for Single Sign-On authentication in on-premise or hybrid environments.
- OKTA: Uses Single Sign-On authentication through OKTA as the identity provider.
- OneLogin: Uses Single Sign-On authentication through OneLogin as the identity provider.
- AzureAD: Uses Azure Active Directory for authentication.
This is a required parameter.