I have an ASP.NET web application with windows authentication setup, hosted on IIS8 on Domain-A. I have users from Domain-B who need to access to the above application.
AFAIK, both these domains are in same forest. I am not sure if they have trust relationship set or not.
- When a user of Domain-A logins in from a client (laptop) part of Domain-A with his/her Domain-A user ID, he/she is able to login successfully.
- When a user of Domain-B logins in from a client (laptop) part of Domain-A with his/her Domain-B user ID, he/she can't login.
- When a user of Domain-B logs in from a client (laptop) part of Domain-B with his/her Domain-B user ID, he/she can't login.
Can you some one help with me with understanding this situation? Is this expected behavior of IIS? If yes, how can make the above 3 scenarios to be successful?
Thanks in advance.