Windows Authentication Keeps Prompting For Credentials

Why does Windows authentication keep prompting for credentials?

Resolution:

  • Ensure Windows Authentication is Enabled in the UiPath Orchestrator Website under the Authentication section.
  • Update the Windows registry as below.
Note: Before making changes, take a backup.
  1. Click Start, click Run, type reedit, and then click OK.
  2. In Registry Editor, locate and then click the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
  1. Right-click Lsa, point to New, and then click DWORD Value.
  2. Type DisableLoopbackCheck, and then press ENTER.
  3. Right-click DisableLoopbackCheck, and then click Modify.
  4. In the Value data box, type 1, and then click OK.
  5. Quit Registry Editor, and then restart the computer.

Refer to the below screenshot.