I have the following scenario:-
Our asp.net MVC intranet web application is inside DomainA
Our Active Directory is inside DomainB.
Users login to our internal network from their machines which are under domainB.
Both DomainA & DomainB can communicate with each other but does not trust each other. And the Active Directory Federation Services ADFS is disabled.
Users will be accessing the asp.net MVC intranet from their desktops which is under DomainB.as shown below

And our customer has requested the following main requirments regarding how the asp.net MVC should implement the authentication:-
Requirement One. They prefer not to have a login screen, and instead of that users should enter their username and password inside the browser pop-up window.
Requirement Two Also if we could authenticate the users dire ...

Go to the complete details ...