VolleyBall Player
VolleyBall Player

Reputation: 710

Configure NTLM for Opera and Safari and chrome

I am trying to make an existing intranet application that used to work only in IE 7, a browser independent application. In firefox(I set network.automatic-ntlm-auth.trusted-uris) and IE(inbuilt) I was able to configure it. The question is how to configure NTLM in Safari/Opera/Chrome.

Upvotes: 3

Views: 9286

Answers (2)

Richard Lloyd
Richard Lloyd

Reputation: 45

With the latest Opera in the url bar type about:config then do a search for NTLM

Upvotes: 0

fluidguid
fluidguid

Reputation: 1681

Firefox works with below setting:

  1. Type about:config in address bar
  2. Type ntlm in search and change below value:
    • network.automatic-ntlm-auth.trusted-uris = .yourdomain.com,localhost
  3. Type negotiate in search and change below values:
    • network.negotiate-auth.delegation-uris = .yourdomain.com
    • network.negotiate-auth.trusted-uris = .yourdomain.com

Upvotes: 2

Related Questions