!--a11y-->
Authentication 
The SAP Connector can support all SAP authentication mechanisms including:
· User Name and Password
· X.509 Certificates
· External authentication (for example Microsoft Passport)
· Secure Network Communications (for example, Kerberos and NTLM)
And in addition the SAP login form uses standard ASP .NET forms authentication to provide an alternative single sign-on capability.
The following logon controls are available to manage the SAP authentication in your project.
|
Destination |
The base class that holds connection information as properties but does not implement logic to retrieve the connection information |
|
SAPLogonDestination |
A Destination component that retrieves information from the SAPGUI (SAPLOGON.INI). Derived from Destination |
|
SAPLoginProvider |
Used with ASP .NET applications to provide forms based logon and an alternative single sign-on mechanism with session state and ASP .NET cookies |
|
SAP Login Form |
Used with ASP .NET applications to provide forms based logon and an alternative single sign-on mechanism |