AuthScheme
The type of authentication to use when connecting to SAP SuccessFactors.
Possible Values
Basic, OAuthClient, OAuthSAML2, EntraSSO, EntraSSOPassword, SAPIAS, SAPIASPasswordData Type
string
Default Value
"Basic"
Remarks
- Basic: Set this to use BASIC user / password authentication.
- OAuthClient: Set this to perform OAuth authentication with client grant type. Available only for SAP SuccessFactors LMS instances.
- OAuthSAML2: Set this to perform OAuth authentication with saml2-bearer grant type.
- EntraSSO: Set this to perform SSO authentication through Entra Id. Please see the connection property SSOProperties for more information.
- EntraSSOPassword: Set this to perform SSO password authentication through Entra Id. Please see the connection property SSOProperties for more information.
- SAPIAS: Set this to perform SSO authentication through SAP Identity Authentication Service (SAP IAS) using the OAuth Authorization Code grant flow. Please see the connection property SSOProperties for more information.
- SAPIASPassword: Set this to perform SSO authentication through SAP Identity Authentication Service (SAP IAS) using the OAuth Password grant flow. Please see the connection property SSOProperties for more information.