Cmdlets for Acumatica

Build 22.0.8479

AuthScheme Parameter (Connect-Acumatica Cmdlet)

The scheme used for authentication. Accepted entries are Basic, OAuth, OAuthImplicit and OAuthPassword.

Syntax

Connect-Acumatica -AuthScheme string

Possible Values

Auto, Basic, OAuth, OAuthImplicit, OAuthPassword

Data Type

cstr

Default Value

"Auto"

Remarks

  • Auto: Lets the driver decide automatically based on the other connection properties you have set. Note: In case OAuthGrantType is set to PASSWORD, then the driver will use the Basic AuthScheme, unless the OAuth AuthScheme is specified.
  • Basic: Set this to authenticate using the Basic authentication schema. You need to specify the User, Password and Company connection properties for this schema.
  • OAuth: Set to this to perform OAuth authentication with CODE flow.
  • OAuthImplicit: Set to this to perform OAuth authentication with IMPLICIT flow.
  • OAuthPassword: Set to this to perform OAuth authentication with PASSWORD flow.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8479