Skip to content
Michael Hallock edited this page Aug 31, 2016 · 1 revision

To use this library with SAML2, just add the following element to the SAML20Federation section of the Web.config:

<saml2>
    ...
    <logging loggingFactory="SAML2.Logging.CommonLogging.CommonLoggingLoggerFactory, SAML2.Logging.CommonLogging" />
</saml2>
Clone this wiki locally