Topic Last Modified: 2013-07-03

There are two possible authentication types that can be configured to allow AD FS 2.0 to support authentication using smart cards:

Using forms-based authentication, you can develop a web page that allows users to authenticate either by using their username/password or by using their smart card and PIN. This topic focuses on how to implement Transport Layer Security Client Authentication with AD FS 2.0. For more information about AD FS 2.0 authentication types, see AD FS 2.0: How to Change the Local Authentication Type at http://go.microsoft.com/fwlink/p/?LinkId=313384.

To Configure AD FS 2.0 to Support Client Authentication
  1. Log in to the AD FS 2.0 computer using a Domain Admin account.

  2. Launch Windows Explorer.

  3. Browse to C:\inetpub\adfs\ls

  4. Make a backup copy of the existing web.config file.

  5. Open the existing web.config file using Notepad.

  6. From the Menu bar, select Edit and then select Find.

  7. Search for <localAuthenticationTypes>.

    Note that there are four authentication types listed, one per line.

  8. Move the line containing the TLSClient authentication type to the top of the list in the section.

  9. Save and Close the web.config file.

  10. Launch a Command Prompt with elevated privileges.

  11. Restart IIS by running the following command:

    Copy Code
    IISReset /Restart /NoForce