I have 3 MVC Web applications: 1 for Managing user Logins and other 2 are separate applications for different tasks. If a user logined in application 1 he can able to access the 2 other applications with the same credential. I am using standard MVC authentication here. It works in localhost, but not working after hosting in IIS. The applications 2 and 3 are redirected to the login screen even if the user logined.
This is a image of the infrastructure:
