AuthScheme Parameter (Connect-MicrosoftProject Cmdlet)
The scheme used for authentication. Accepted entries are Auto,OAuth,OKTA,ADFS, and OneLogin.
Syntax
Connect-MicrosoftProject -AuthScheme string
Possible Values
Auto, SharePointOnlineCookies, OAuth, ADFS, OKTA, OneLogin, AzureADData Type
cstr
Default Value
"Auto"
Remarks
This field is used to authenticate to Microsoft Project. Auto is the default option.
- Auto: Lets the CData Cmdlets PowerShell Module for Microsoft Project determine what to do based on other connection properties.
- SharePointOnlineCookies: Set the User and Password to perform the cookie based authentication to your SharePoint Online server.
- OAuth: Set this to use OAuth authentication.
- ADFS: Set this to use Single Sign-On authentication with ADFS.
- OKTA: Set this to use Single Sign-On authentication with OKTA.
- OneLogin: Set this to use Single Sign-On authentication with OneLogin.
- AzureAD: Set this to use Azure Active Directory authentication.
This is a required parameter.