AuthScheme Parameter (Connect-MicrosoftProject Cmdlet)
The scheme used for authentication. Accepted entries are SharePointOnlineCookies,OAuth,OKTA,ADFS,AzureAD and OneLogin.
Syntax
Connect-MicrosoftProject -AuthScheme string
Possible Values
SharePointOnlineCookies, OAuth, ADFS, OKTA, OneLogin, AzureADData Type
cstr
Default Value
"SharePointOnlineCookies"
Remarks
This field is used to authenticate to Microsoft Project. SharePointOnlineCookies is the default option.
- 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.