Cmdlets for SAP Gateway

Build 25.0.9434

AuthScheme Parameter (Connect-SAPGateway Cmdlet)

The type of authentication to use when connecting to SAP Gateway.

Syntax

Connect-SAPGateway -AuthScheme string

Possible Values

OAuth, Basic, Token, OAuthPKCE, SAPBTP

Data Type

cstr

Default Value

"Basic"

Remarks

  • OAuth: Set this to perform OAuth authentication.
  • Basic: Set this to use BASIC user / password authentication.
  • Token: Set this to authenticate using an APIKey.
  • OAuthPKCE: Set this to use Proof Key of Code Exchange(PKCE) extension of the standard OAuth2 flow. Either set your own PKCEVerifier or the driver will automatically generate one for you.
  • SAPBTP: Set this to retreive authentication details from your configured SAP BTP Destination.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434