开发者

IIS 7 and windows authentication from outside the web server's domain

开发者 https://www.devze.com 2023-04-11 19:10 出处:网络
I\'ve deployed my site in IIS 7, and can browse to it fine on the web server. I\'ve set it to windows authentication (only), and when browsing from outside the domain, I want to be challenged for cred

I've deployed my site in IIS 7, and can browse to it fine on the web server. I've set it to windows authentication (only), and when browsing from outside the domain, I want to be challenged for credentials, and gain access when entering a domain\username & password combination that exists in the AD.

401 - Unauthorized: Access is denied due to invalid credentials. My iis logs

I put a dummy site in IIS and set it to anonymous, I can browse to this no problem also.

I checked that windows auth was installed/set up on the web server, and it is.

What set of config parameters do I need to get this working?

*开发者_JAVA技巧yes, I know I should use some sort of custom authentication provider with accounts stored in a database, but I don't want to go through that yet.

Thanks for any advice, words of wisdom.


I think your only option is to enable basic authentication. The user should then enter the full domain\username with the password. Beware though that basic authentication uses just base64 which can be very easily decoded. So if you enable basic authentication you have to use SSL/TLS as well.


In Internet Explorer, you can get it to prompt you by: Internet Options > Security > Custom level > User authentication > Logon > Prompt for username and password.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号