Enabling Integrated Windows Authentication for ADFS 3.0 or 4.0
Complete this task to enable Integrated Windows Authentication (IWA) on Active Directory Federation Services (ADFS) 3.0 or 4.0.
Procedure
- On the ADFS server, run PowerShell as administrator.
-
Use the following PowerShell commands to view the current ADFS settings:
$FormatEnumerationLimit=-1 Get-ADFSProperties
-
If you have Notes client or Chrome browser users, use the following PowerShell command to turn
off extended protection for authentication:
Set-ADFSProperties –ExtendedProtectionTokenCheck None
-
Use the following PowerShell commands to specify the user agents (clients and
browsers) that can participate in IWA:
-
Use the following PowerShell commands again to confirm the setting changes:
$FormatEnumerationLimit=-1 Get-ADFSProperties
-
Complete the following steps to set ADFS to use IWA:
- For ADFS 4.0:
- Open ADFS Management.
- Click .
- Click Edit Primary Authentication Methods.
- In the Primary authentication tab, intranet section, select Windows Authentication. Optionally select Forms Authentication. Forms Authentication allows users who cannot use IWA, such as Linux and Mac users, to authenticate with SAML.
- For ADFS 3.0:
- Open ADFS Management.
- Click Authentication Policies.
- Click Edit Global Primary Authentication.
- In Primary Authentication, Global Settings, Authentication Methods, click Edit.
- In the intranet section, select Windows Authentication. Optionally select Forms Authentication. Forms Authentication allows users who cannot use IWA, such as Linux and Mac users, to authenticate with SAML.
- For ADFS 4.0:
- Restart the ADFS service.