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.
error This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
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" />