Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

為了改善您的使用體驗,本網站正在進行維護,部分功能暫時無法使用。若本站的文件無法解決您的問題,想要向社群發問的話,請到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 發問,我們的社群成員將很快會回覆您的疑問。

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

firefox keep prompting for authentication for office 365 with ADFS SSO, all other browsers work fine except firefox , please advice

more options

firefox keep prompting for authentication for office 365 with ADFS SSO, all other browsers work fine except firefox

firefox keep prompting for authentication for office 365 with ADFS SSO, all other browsers work fine except firefox

所有回覆 (4)

more options

After updating to the latest version of Firefox, please also contact your administrator about troubleshooting this as well.

Do you have Firefox automatically remember passwords?

Is your Java Plugin Up to date? Is your certificate up to date?

more options

This sounds different than the configuration issue Microsoft mentions in this article: Office 365 single sign-on with third-party browsers.

Does it prompt for each page load, or at some other interval? The problem might be that Firefox is not set up to trust your server. There are a couple of preferences for this that you could try editing (you might want to try one first to see if it helps, and if it doesn't, clear that one and try the other one):

(1) In a new tab, type or paste about:config in the address bar and press Enter. Click the button promising to be careful.

(2) In the search box above the list, type or paste auth and pause while the list is filtered

(3) Double-click the network.automatic-ntlm-auth.trusted-uris preference and add the relevant server host name (if there already is another host name, type a comma first before the new host name). Do not include http:// or https:// before the host name.

(4) Double-click the network.negotiate-auth.trusted-uris preference and add the relevant server host name (if there already is another host name, type a comma first before the new host name). Do not include http:// or https:// before the host name. Then add the same host name to the network.negotiate-auth.delegation-uris preference.

Any improvement?

more options

thank you, it works, but how to apply it for all clients? is there anyway to apply it for all clients in the domain ?

appreciate your support

more options

Well... Firefox does not have any built-in features to read policy keys and it is a bit tricky to script. You might want to push out and maintain an "AutoConfig" (often named mozilla.cfg) file in the Firefox program folder, which will apply globally to all Firefox profiles on the device. There are many articles on this around the web, but I haven't tested any of the solutions myself.