AuthScheme Parameter (Connect-SageIntacct Cmdlet)
The method the provider uses to authenticate to Sage Intacct. Select an option from the available values.
Syntax
Connect-SageIntacct -AuthScheme string
Possible Values
Basic, OKTA, AzureAD, OneLoginData Type
cstr
Default Value
"Basic"
Remarks
Possible values are:
- Basic: Select this value to use user credentials (User and Password) for authentication.
- OKTA: Select this value to authenticate with Okta single sign-on.
- AzureAD: Select this value to authenticate with AzureAD single sign-on.
- OneLogin: Select this value to authenticate with OneLogin single sign-on.
By default, AuthScheme is set to Basic.