Enabling SAML for ASP.NET Core Trace
SAML debug trace may be enabled to assist with tracking down issues. The standard ASP.NET Core logging API is used.
In our examples, we make use of Serilog. However, any logging provider, including Serilog, Log4Net and …
|