Hi everyone,
When I try to use Windows authentication, the following message is returned:
"HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials"
Any help would be greatly appreciated.
Hi everyone,
When I try to use Windows authentication, the following message is returned:
"HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials"
Any help would be greatly appreciated.
In addition to the methods provided by AddWebSolution-0525, you can also try the following methods to solve your problem:
IIS Manager → Sites → Website
Double click "Authentication"
Select Anonymous Authentication
From the Actions panel, select Edit
Select Application pool Identity and click ok
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Hi,
This behavior may occur if the following conditions are true:
-The IIS Web site is part of an IIS application pool.
-The application pool is running under a local account or under a domain user account.
-The Web site is configured to use Integrated Windows authentication only.
Refer this cyberark-customers.force.com/s/article/00003235
2 people are following this question.