MVC5 projects separated from .Net Identity

2

I would like to create a solution where I have 3 projects obeying the following structure:

The index of my site will be responsible for registering the user so that he has access to the other systems (WebApp1 and WebApp2). But when I run the registration and login to Identity and navigate to a page that requires authorization in WebApp1 / Confidential, the application is not considering the session that is already started and takes me to the user registry.

The goal is to separate my applications from the Identity layer. This would make it easier to manage projects and others that may arise.

    
asked by anonymous 06.03.2015 / 18:33

0 answers