Procedure to authenticate user with windows credentials while accessing Dynamics NAV RTC

Introduction: While accessing Dynamics NAV RTC, the user can be authenticated with the credentials which are used by the user to login to windows. While accessing the NAV RTC, the user is prompted to enter his windows username and password. These credentials are validated against the windows credentials to verify authentication. If the credentials enters are wrong, the user is denied access to the NAV RTC. The procedure to achieve this requirement is pretty much simple.

Pre-requisite: Microsoft Dynamics NAV

Procedure

  1. Navigate to the following location on your windows system.                     C:\Users\tinamenezes\AppData\Roaming\Microsoft\Microsoft Dynamics NAV\90
  2. Open the ClientUserSettings.config file present in this location as shown below:

    image001

  3. Navigate to the ClientServicesCredentialType within the ClientUserSettings.config file. Change the value to ‘UserName

    <add key=”ClientServicesCredentialType” value=”UserName” />

    Save and close the file. Now open the NAV RTC. The user will be prompted to enter his windows user name and password.                                                                                    image003

  4. The Dynamics NAV RTC window opens if the user has entered correct windows credentials as shown below.                                                                                                                                 image004
  5. If the credentials entered are wrong, the user gets the following error:

image006

Thank you.

Leave a comment