AD group authentication using password for application hosted on IIS

Vinay Bogur 0 Reputation points
2023-08-10T11:25:32.69+00:00

I'm using on-prem AD group in authorization rule to make application available only to AD group users. The application is hosted on IIS. The users using credentials which created for a user which is added to ad group and credentials are created when users are created for ad services. On IIS only windows authentication is enabled. The windows primary credentials are different than what we have created for the ad services. But users are not able to access application. Please let me know suggestion or if any issues in my configurations.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,932 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vahid Ghafarpour 22,800 Reputation points
    2023-08-14T05:47:49.72+00:00

    Ensure only Windows Authentication is enabled in your IIS site's authentication settings. Disable other authentication methods to ensure that Windows Authentication is being used.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.