AuthScheme Parameter (Connect-SuiteCRM Cmdlet)
The type of authentication to use when connecting to SuiteCRM.
Syntax
Connect-SuiteCRM -AuthScheme string
Possible Values
OAuthClient, OAuthPassword, BasicData Type
cstr
Default Value
"OAuthClient"
Remarks
- OAuthClient: Set to this to perform OAuth authentication with the client credentials grant type. Only available for the suitecrmv8 Schema.
- OAuthPassword: Set to this to perform OAuth authentication with the password grant type. Only available for the suitecrmv8 Schema.
- Basic: Set to this for Basic authentication with user and password. Only available for the suitecrmv4 Schema.