« Previous Next »

Answered Thread: Windows Integrated Auth Not Working

Last post 11-04-2009 12:11 PM by tomkmvp. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 11-03-2009, 1:13 PM

    Windows Integrated Auth Not Working

    I have created a new directory under a website on an IIS 6 box.  I created a new account and granted the user permissions to the new directory.  Then removed anonymous access.  However, I'm unable to login to the account using the new credentials.

     Any suggestions as to what I'm doing wrong?  I've done this numerous times before on other servers without any issue.

    Thx

  • 11-03-2009, 1:33 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,254
    • IIS MVPs

    Re: Windows Integrated Auth Not Working

    What status and sub-status codes are getting logged for the failed requests?

    FWIW, WIA is designed to be used with Windows domain accounts (as opposed to local server accounts), where the user is logged on locally with a domain account that has NTFS permissions to the content.  Internet Explorer is able to then pass those domain credentials in the background over the network without prompting the user.

     

  • 11-04-2009, 10:27 AM In reply to

    Re: Windows Integrated Auth Not Working

    They are 401.1 codes.

     I think I may know what is happening.  The website in question is public facing (I thought it was just internal) and I suspect that the firewall/proxy is blocking the attempts to authenticate.  I'm now pursuing basic auth. + SSL.

     Cheers

  • 11-04-2009, 12:11 PM In reply to

    • tomkmvp
    • Top 10 Contributor
    • Joined on 03-20-2003, 6:27 AM
    • Central NJ
    • Posts 6,254
    • IIS MVPs

    Answered Re: Windows Integrated Auth Not Working

    Possibly.  WIA is not supported through proxies.  Basic + SSL would be more appropriate in your case.

Page 1 of 1 (4 items)
Microsoft Communities