AuthScheme Parameter (Connect-SAPByDesign Cmdlet)
The type of authentication to use when connecting to SAP ByDesign.
Syntax
Connect-SAPByDesign -AuthScheme string
Possible Values
Basic, AzureADData Type
cstr
Default Value
"Basic"
Remarks
- Basic: Set this to use BASIC user / password authentication.
- AzureAD: Set this to perform SSO authentication with AzureAD. Refer to the connection property SSOProperties for more information.