I am using Owin for O365 authentication.
But i do notw ant to initialize the startup before the user presses "Sign in with o365 button"
<add key="owin:AutomaticAppStartup" value="false" />
Added above to disable the start up.
How can I start the startup of Owin maually when the user clicks the button to use 0365 login?