Enabling the DSR host authentication and authorization method

The DSR host authentication and authorization method enables WebOffice ETS to communicate with the DSR Security API to authenticate and retrieve user information from the NCRWO_WebOfficeSE database.

Note

This method can also be configured to retrieve user information from Active Directory, if integrated. This setup may use Lightweight Directory Access Protocol (LDAP) to authenticate and retrieve user information. For more information, consult with an NCR Representative.

Important

Ensure that users are properly defined in the CoreDb database. For more information, refer to Adding associate data.

This task uses the following file.

File nameFolder
web.config%PROGRAMFILES(X86)%\NCR\WebOffice

Follow these steps:

  1. Open the web.config file using a text editor.
  2. Locate the following sections in the following table. Modify the value of each attribute or key with the specified corresponding value.
    SectionAttribute or key Value
    membershipdefaultProviderDSRMembershipProvider

     

    nameDSRMembershipProvider
    appSettingsSecuritySettingsDirectSettings

     

    DSRHost<computer name or IP address of the Web Server>

     

    OrgNameCorporate

    The edited file will look similar to the following sample image.

  3. Save the changes.