AuthScheme
The type of authentication to use when connecting to SAP SuccessFactors.
Possible Values
Auto, Basic, OAuthClient, OAuthSAML2Data Type
string
Default Value
"Auto"
Remarks
- Auto: Lets the driver decide automatically based on the other connection properties you have set.
- Basic: Set this to use BASIC user / password authentication.
- OAuthClient: Set this to perform OAuth authentication with client grant type.
- OAuthSAML2: Set this to perform OAuth authentication with saml2-bearer grant type.