Configuring Audit Policy and Enabling Auditing for ADFS Monitoring
Configure the following audit policy or advanced audit policy in the respective GPO.
- Open Group Policy Management Console(GPMC).
- Edit the respective GPO.(ADFS on DomainControllers,ADFS on Member
Servers)
- Configure required Advanced Audit Policies for 2k8 and
above servers(recommended). This settings can be found under
- Computer Configuration|Windows Settings|Security
Settings|Advanced Audit Policy Configuration|System Audit
Policies
- Audit ADFS Logon: Select Object Access -> Application Generated(Success,Failure).
- Configure required audit Polices for 2k3 and below servers
- Computer Configuration|Windows Settings|Security
Settings|Local Polices|Audit Policy
- Audit ADFS Logon: Configure Object Access
(Success).
Enabling auditing on the Federation Server.
- Open AD FS management console.
- Right click AD FS and choose "Edit Federation Service Properties".
- Click on the Events tab.Enable "Success Audits" and "Failure Audits".
Configuring claims
For each of the Relying parties to be audited, add the following claims
- Primary SID
- UPN
- Client IP
- Inside Corporate Network
- Proxy
Steps to Enable Extranet Lockout on the Federation Server
- Set “EnableExtranetLockout” to true.
- Set “ExtranetLockoutThreshold” to an integer value that determines the threshold at which the account needs to be locked out externally.
- Set “ExtranetObservationWindow” to time which determines the interval for which the account should be soft-locked out.
Command to perform the above Settings
Set-AdfsProperties -EnableExtranetLockout $true -ExtranetLockoutThreshold <Threshold_value> -ExtranetObservationWindow (New-Timespan -Minutes <time_in_minutes>)
Copyright © 2017,
ZOHO Corp. All Rights Reserved.