AuthScheme Parameter (Connect-SAPSuccessFactors Cmdlet)
The type of authentication to use when connecting to SAP SuccessFactors.
Syntax
Connect-SAPSuccessFactors -AuthScheme string
Possible Values
Basic, OAuthClient, OAuthSAML2, AzureADData Type
cstr
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.
- AzureAD: Set this to perform SSO authentication through AzureAD. Please see the connection property SSOProperties for more information.