Hi all.
Hope this is the right place to be asking this, so my apologies if it isn't.
I have written a number of web applications which use Windows authentication to allow uer access. The only problem is that we have 2 domains at work, one called student.local and one called staff.local. All of the servers sit on the staff.local domain. When a user tries to enter the application from student.local, they get the standard Windows network login prompt as credentials are not passed between student.local and staff.local. I would like to be able to either...
Find some way to authenticate the user's student.local credentials against staff.local, as the user should have accounts on both which, theoretically, should have idential username/password.
OR
Instead of the network prompt, pop up a more friendly login page for the user to login to. This should only display is the user is coming from student.local. If they are coming from staff.local, they should be automatically authenticated against the domain and allowed access to the application.