I checked. Windows identity authentication prompt for the root cause of your account password
first, make it clear that basic identity authentication and Windows identity authentication is IIS Two authentication methods, when adding a role service, you can add only one or two, there is no cooperative relationship between them
they use different backgrounds.
& nbsp; windows account ( ) ssl with
Windows Authentication: Use a domain account, do not need to pass the password, but only in the same domain use
Https://msdn.microsoft.com/en-us/library/aa292114%28v=vs.71%29.aspx
the AA system found at that time did not enter the account password, and BB the root cause of the need to enter your account password is:
1. IESettings:IE-InternetOptions -Safety -Internet -user authentication -Log on (the default setting is onlyIntranetdomain automatic login)
2. if url contains dot, ie will assume this url in internet cannot use intranet automatic login
https://support.microsoft.com/zh-cn/kb/258063
Existing two ways to solve the need to enter the account password problem
1. URL does not contain a period (AA systems use address access and do not include packet points; BB uses IP access to include points
2. Will beIE -InternetOptions -Safety -Internet -user authentication -Login (set to automatically log in with the current user name and password), which requires each client to modifyIEsettings, do not recommend using
There is a misunderstanding of the place, also please point out to discuss together, thank you !
This article from "Live to old, learn old" blog, please be sure to keep this source http://alicedai.blog.51cto.com/5589624/1657947
IIS Windows authentication prompt for account password