Firefox 中的 Windows 驗證

Firefox 中的 Windows 驗證

我正在嘗試在本機 Windows 電腦(工作群組,不屬於網域的一部分)上的 Firefox 11 中設定 Firefox 以進行自動 Windows 驗證。我已編輯 network.automatic-ntlm-auth.trusted-uris 設定以包含“http://localhost/報告“而且我也嘗試過擴充位址”http://localhost:80/reports/Pages/Folder.aspx「但這都不起作用。我仍然收到彈出窗口,要求我登入。

有誰知道如何解決這個問題?

答案1

請按照此處的說明進行操作https://docs.secureauth.com/display/KBA/Enable+Integrated+Windows+Authentication+%28IWA%29+in+Mozilla+Firefox或這裡https://specopssoft.com/blog/configuring-chrome-and-firefox-for-windows-integrated-authentication/或這裡https://stackoverflow.com/questions/11096826/ie-firefox-with-integrated-windows-authentication

  1. 打開火狐瀏覽器。
  2. 在網址列中輸入 about:config
  3. 您將收到安全警告。要繼續,請點擊我保證會小心。
  4. 您將看到列出的首選項清單。透過瀏覽清單或在搜尋框中搜尋來尋找以下設定。找到每個設定後,將值更新為以下內容:
    網路.自動-ntlm-auth.允許代理 真的
    網路.協商身份驗證.允許代理 真的
    網路.自動-ntlm-auth.trusted-uris
    Double click on the setting and enter the website address. If you have more than one separate using a comma. You can ommit the transport protocol (http or https). For example intranet.local,intranet. Note: you can also enter .local if you want to apply this to all websites that match *.local

相關內容