AuthScheme
The type of authentication to use when connecting to SAP Gateway.
Possible Values
OAuth, Basic, Token, OAuthPKCE, SAPBTPData Type
string
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.