Jan 26 2022 07:37 AM
Hi,
for a single website on our iis 10 intranet server we have the requirement to force the user to enter his windows credentials (again) . how can i achive this.
i tried to send http 401 in session_start. it shows the login screen, but if the user press cancel, the website uses the user credentials from the windows login, and this should avoided.
the website use asp.net mvc 5 with c#.
all other websites on this server use the integrated windows authentication, but for this special on this is not allowed by internal auditing
Thanks
Jan 27 2022 05:16 PM
SolutionJan 27 2022 05:16 PM
Solution