Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
47k views

WCFTestClient The HTTP request is unauthorized with client authentication scheme 'Anonymous'

I've created one WCF service and deployed it on Server. When I browse this service it gives me positive response with ?wsdl URL. Now I'm trying to test the service through WCF Test client. It shows ...
2
votes
2answers
522 views

How to find if NTLM or Kerberos is used from WWW-Authenticate: Negotiate header

I am programming a client application in .Net that communicates with server via HTTP. I need to set different request buffering options in case of NTLM and Kerberos authorization. How to find out ...
1
vote
1answer
136 views

How to fallback from Negotiate method to Basic only when Negotiate fails

I have a webapplication which does the kerberos and basic authentication as well. I do not know what the client is capable of. So both auth mechanisms are sent in 401 reply. The reply header will ...
1
vote
0answers
407 views

WinInet: How to override Internet Explorer's EnableNegotiate setting?

Our application uses WinInet to download data from a web server that supports Windows Authentication (Negotiate). However, when Internet Explorer's Windows Authentication setting is disabled, we only ...
1
vote
1answer
504 views

How to get NegotiateStream to use Kerberos?

After asking this question, I've been trying to use NegotiateStream to authenticate a Windows client against a Java server. It seems that Java doesn't have great NTLM library support, so I've been ...
1
vote
3answers
2k views

Can I indicate to clients that SPNEGO is supported but NTLM is not for HTTP requests?

The two WWW-Authenticate additions Microsoft makes use of that I am currently aware of are NTLM Negotiate If Negotiate is sent down from the server, based on a set of conditions Kerberos will be ...
0
votes
0answers
288 views

GSSAPI for NTLM authentication

Is it possible to use GSSAPI for NTLM v1/v2 authentication? I am trying to build a web-server, quite like squid / apache, but I would like to authenticate clients that could be using IE / FireFox, ...
0
votes
1answer
47 views

Changing Firefox properties before installation or with Add-on

I'm currently writing a documentation about setting up a special Server environment. To use this environment together with firefox it is required to change one property at the about:config window of ...
0
votes
1answer
120 views

configuring kerberose-sso-negotiate in multiple domains

I have mycorp.com, ch1.mycorp.com, mycorp2.com domains (it is all windows) I am configuring sso-kerberose-negotiate authentication My server running in mainaaa3.mycorp2.com, I have created spn ...