IDEE
Integrating with ADFS

Step 1

To disable local authentication in ADFS v2.0, perform the following steps:

  • Navigate to the folder “C:\inetpub\adfs\ls”

  • Edit the file "web.config"

  • Edit the following section as follows, and save afterwards:

<localAuthenticationTypes>

<!– <add name="Integrated" page="auth/integrated/" /> –>

<!– <add name="Forms" page="FormsSignIn.aspx" /> –>

<!– <add name="TlsClient" page="auth/sslclient/" /> –>

<!– <add name="Basic" page="auth/basic/" /> –> </localAuthenticationTypes>