Show TOC

Implementing Basic AuthenticationLocate this document in the navigation structure

You can enable developers to use Basic authentication as the authentication mechanism for GWM to interact with SAP Gateway.

Context

To enable the use of Basic authentication, change the following in the generated code:

Procedure

  1. From the Solution Explorer, navigate to Start of the navigation path Project folder  Next navigation step  SAP Service Reference  Next navigation step  App.config End of the navigation path
  2. Double the App.config file to open it.
  3. In the file, App.config, change the value, SSO, to “BASIC” as shown below basic
  4. Fill in the User Name and Password for Basic authentication in the HandleSAPConnectivity method in the BusinessConnectivityHelper class as shown below: Security2