We are installing LiveMonitor to our CMS. We use the Azure AD B2C login functionality and when we added the key below to the web.config, the Azure log in broke. We removed the configuration key and now everything seems to be working. Do we still need this configuration or do we know if Azure AD B2C affects it at all.
We are installing LiveMonitor to our CMS. We use the Azure AD B2C login functionality and when we added the key below to the web.config, the Azure log in broke. We removed the configuration key and now everything seems to be working. Do we still need this configuration or do we know if Azure AD B2C affects it at all.
<add key="owin:appStartup" value="EPiServerLiveMonitorOWINStartup" />