Firefox의 Windows 인증

Firefox의 Windows 인증

내 로컬 Windows 컴퓨터(도메인의 일부가 아닌 작업 그룹)의 Firefox 11에서 자동 Windows 인증을 위해 Firefox를 설정하려고 합니다. "를 포함하도록 network.automatic-ntlm-auth.trusted-uris 설정을 편집했습니다.http://localhost/reports" 그리고 확장된 주소도 시도해 봤습니다 "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. 나열된 기본 설정 목록이 표시됩니다. 목록을 탐색하거나 검색창에서 검색하여 아래 설정을 찾으세요. 각 설정을 찾은 후 값을 다음으로 업데이트합니다.
    network.automatic-ntlm-auth.allow-proxies 진실
    network.negotiate-auth.allow-proxies 진실
    network.automatic-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

관련 정보