windows authenticated website prompt for firefox but doesn't for internet explorer

前端 未结 5 1490
挽巷
挽巷 2021-02-03 10:31

i added windows authentication on my website to track user names. For IE it works fine and is seemsless but it prompts for windows login for user using firefox. any ideas?

5条回答
  •  情书的邮戳
    2021-02-03 11:10

    You'll need to enable NTLM authentication in Firefox. Instructions here.

    1. Open Firefox and type “about:config” in the address bar. (without the quotes of course)
    2. In the ‘Filter’ field type the following “network.automatic-ntlm-auth.trusted-uris”
    3. Double click the name of the preference that we just searched for
    4. Enter the URLs of the sites you wish to pass NTLM auth info to in the form of: http://intranet.company.com,http://email.company.lan
    5. Notice that you can use a comma separated list in this field.

提交回复
热议问题