4
votes
3answers
355 views

SharePoint 2010 Query service authentication problem

I am struggling with calling search.asmx service from asp.net page. I've created proxy class using svcutil.exe and run request using following code: var binding = new BasicHttpBinding(); ...
1
vote
2answers
563 views

Kerberos on Chrome, Safari or FireFox

recently enabled Kerberos on my SharePoint 2010 install. If I browse from IE, I see logins authenticate over Kerberos protocol. If I browse from any other browser (Chrome, Firefox, Safari..), NTLM ...
0
votes
0answers
217 views

kerberos authentication to sharepoint 2010 clientcontext

I have added the code to insert X-FORMS_BASED_AUTH_ACCEPTED: f in to the header to allow Kerberos Authentication to a site. it partially solved my problem. I can log in to the root with ...
2
votes
0answers
551 views

NullReferenceException on LogOut, LogInAsAnotherUser

After getting Kerberos working with Classic authentication, we're trying to switch to Kerberos & Claims-Based authentication. This seems to work with respect to logging in, but we get ...