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

前端 未结 5 1542
挽巷
挽巷 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 10:55

    • Open Firefox
    • In the Address bar type about:config
    • In the search/filter field type ntlm
    • Set network.automatic-ntlm-auth.trusted-uris to .company_name.com
    • Set network.automatic-ntlm-auth.allow-non-fqdn to true by right-clicking and selecting "toggle"
    • In the search/filter field type negotiate
    • Set network.negotiate-auth.trusted-uris to .company_name.com
    • Set network.negotiate-auth.allow-non-fqdn to true by right-clicking and selecting "toggle"
    • Click OK if present
    • Restart Firefox.

    From http://perfect-blog-url.blogspot.com/2013/07/firefox-asks-for-user-name-and-password.html

提交回复
热议问题