본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

how to enable SSO for company intranet page

more options

We have multiple intranet sites in our organization which works without prompting for credentials with IE. It uses the same credentials that I use to login to the computer. How do I enable this on firefox so that all my intranet sites work without prompting for the credentials.

We have multiple intranet sites in our organization which works without prompting for credentials with IE. It uses the same credentials that I use to login to the computer. How do I enable this on firefox so that all my intranet sites work without prompting for the credentials.

모든 댓글 (5)

more options

Just to make sure, I think that this is the feature that might be doing this in IE:

If the network uses a proxy to authenticate, there is a setting that you can check that will not ask for the login every time if it is stored: Options > Advanced > Network > Connection

This might really depend on how the login for the intranet sites work. However autofilling the login credentials might speed up the process.

more options

You can also try:

  • Tools -> Options -> Advanced -> Network: Connection -> Settings:
    "Do not prompt for authentication if password is saved"
more options

In case the servers use the older, simpler, NTLM-style authentication ("Windows Integrated Authentication"), users can add trusted host names to this preference using the about:config preferences editor:

network.automatic-ntlm-auth.trusted-uris

The list should be in the form should be:

host1,host2,host3

with no protocol or slashes.

more options

Tried both the options mentioned above: 1. Tools -> Options -> Advanced -> Network: Connection -> Settings 2. network.automatic-ntlm-auth.trusted-uris

Still I am being prompted for credentials. All my passwords are saved.

more options

Okay, so it sounds as though your server is not using the older method of authentication. In a different thread, a user mentioned a newer version of SSO. There is an additional, fourth step in that case:

(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?