Hello everyone, we two projects in one solution. We are using ASP.NET IDENTITY 2.0 for authorization, our session is shared in database. How we can achieve something like "single sign-on"? User who logged into one app in solution, schould have same session and rights in second app. Please help.
Maybe the perfect way is to connect projects in one big?