MIDAS Active Directory (LDAP) Integration Active Directory Integration: Configuring IIS

In order for IIS to authenticate against an Active Directory, you must disable anonymous access and enable Integrated Windows authentication for the server (or specific directory) where your MIDAS scheduling system resides.

Configuring IIS 7+ for Active Directory Integration

The default installation of IIS 7.x (and later) does not include the Windows authentication role service. To use this authentication on IIS 7.x (or later), you must do three things. Firstly, you'll need to install the role service. Next, you'll need to disable Anonymous authentication for the server or directory where your MIDAS booking system resides. Finally, you'll need to enable Windows authentication for the directory/site.

Here's how...

  1. Open the Internet Information Services (IIS) Manager.
  2. Navigate to the site/directory where your MIDAS resides, and click "Authentication":

    IIS 7 Authentication

  3. Right-Click the "Anonymous Authentication" entry and select "Disable":

    IIS 7 Disable Anonymous Authentication

  4. Right-Click the "Windows Authentication" entry and select "Enable":

    IIS 7 Enable Windows Authentication

If the "Windows Authentication" option isn't present, you will first need to install the Windows authentication role services.

Windows 7 (or later) (IIS 7.5+)

Control Panel → Programs and Features → Turn Windows features on or off → Internet Information Services → World Wide Web Services → Security → Windows Authentication:

Install Windows Authentication on Win Vista/7

Windows Server 2008 R2+ (or later) (IIS 7.5+)

Administrative Tools → Server Manager → Roles → Web Server (IIS) → Role Services → Add Role Services → Security → Windows Authentication:

Install Windows Authentication on Server 2008

For more information on enabling Windows Authentication under IIS, please refer to this article from Microsoft.


Configuring IIS 6.0 for Active Directory Integration

  1. Open Administrative Tools → Internet Information Services (IIS) Manager.
  2. Right-click on the site/directory where your MIDAS resides and select "Properties".
  3. Switch to the "Directory Security" tab, and click the Authentication and access control "Edit" button:

    IIS 6 Directory Security

  4. Untick "Enable anonymous access" and tick "Integrated Windows authentication":

    IIS 6 Authentication Methods

  5. Click "OK" then "OK" again to return to the IIS manager.


Next Up...