1. Run CMD as Administrator- WEVTUTIL sl “AD FS Tracing/Debug” /l:5- Open the file “C:\Windows\ADFS\Microsoft.IdentityServer.Servicehost.exe.config”- Find the following sections shown in the image
    - Update the switchValues for Microsoft.IdentityModel and System.ServiceModel to Verbose instead of Off.  Also remove the comments from around the system.serviceModel section.
    ADFS servicehost config with Microsoft.IdentityModel and System.ServiceModel tracing set to Verbose- Open Event Viewer.- To open Event Viewer, click Start, point to Programs, point to Administrative Tools, and then click Event Viewer.- On the View menu, click Show Analytic and Debug Logs.- In the console tree, expand Applications and Services Logs, expand AD FS Tracing, and then click Debug.- In the Actions pane, click Enable Log.- Tracing for AD FS is now enabled.- Restart the Active Directory FederationServices windows service.- Open the AD FS Management tool- Right click on the Service folder and select Edit Federation Service Properties…
    AD FS Management menu opening Federation Service Properties from the Service node- Select the Events tab and select all the checkboxes to make sure all errors will be displayed in the event log.
    AD FS Federation Service Properties Events tab with event logging options selected