Firefox での Windows 認証

Firefox での Windows 認証

ローカルの Windows コンピューター (ワークグループ、ドメインの一部ではない) の Firefox 11 で、自動 Windows 認証用に Firefox を設定しようとしています。network.automatic-ntlm-auth.trusted-uris 設定を編集して、「http://localhost/レポート「拡張アドレスも試してみました」http://localhost:80/reports/Pages/Folder.aspx" ですが、どちらも機能しません。ログインを求めるポップアップが引き続き表示されます。

これを修正する方法を知っている人はいますか?

答え1

こちらの指示に従ってくださいhttps://docs.secureauth.com/display/KBA/Mozilla Firefox で統合 Windows 認証を有効にするまたはここhttps://specopssoft.com/blog/configuring-chrome-and-firefox-for-windows-integrated-authentication/またはここhttps://stackoverflow.com/questions/11096826/ie-firefox-with-integrated-windows-authentication

  1. Firefox を開きます。
  2. アドレスバーにabout:configと入力する
  3. セキュリティ警告が表示されます。続行するには、「注意します」をクリックしてください。
  4. 設定のリストが表示されます。リストを参照するか、検索ボックスで検索して、以下の設定を見つけます。各設定を見つけたら、値を次のように更新します。
    ネットワーク自動 ntlm 認証 プロキシを許可する 真実
    ネットワーク.ネゴシエート-認証.プロキシを許可する 真実
    ネットワーク自動 ntlm 認証信頼された 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

関連情報