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, TokenData 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.