Skip to main content

Troubleshoot Azure AD login problems

Log in to add to favourites
XML
1
2
3
4
5
6
7
8
9
10
11
12
13
<configuration> <system.diagnostics> <trace autoflush="true" indentsize="4"> <listeners> <add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="%some directory%/Trace.log" /> <remove name="Default" /> </listeners> </trace> </system.diagnostics> </configuration>

Still need help?

New support request