2
I am creating a web application with ASP.NET MVC 5, where when a network user accesses the address of my application by the browser the systems already automatically pick up which user is trying to log into the application. Currently I have to type user domain and password. And on my web.config I’m using it, but I wouldn’t want the system to ask for user and password, only if the user wasn’t in the domain. Remember that this application is already published on IIS server 7.5
Could someone help me, please????
If I’m not mistaken, firefox doesn’t work right. You have to make some configuration.
– Jéf Bueno
Where I work users work with IE, Chrome and Firefox, I would like a form of automatic browser-independent authentication or at least working, hehe.
– Samuel Aalmeida
So, as I said: this does not work natively in Firefox, possibly it will be necessary to install a add-on in all the Firefox.
– Jéf Bueno
Thanks for the tip, vlw bro!!
– Samuel Aalmeida