An ticket (claims) based AuthN protocol

learn more… | top users | synonyms

2
votes
2answers
655 views

Impersonation in a net.tcp WCF-service in a claims based/Kerberos solution

I have tried to keep this as short as possible, dont hesitate if you want more details. Im trying to get impersonation (of calling user) to work over a net.tcp WCF-Service in a Sharepoint ...
2
votes
0answers
549 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 ...
1
vote
0answers
81 views

Accessing client side office application in Kerberos enabled environment

I have recently implemented Kerberos in my farm on a very basic level, the need for it was to resolve issues with MAC OS clients so that they would not have to log in each time they hit one of the ...
0
votes
0answers
24 views

Configured site for Kerberos, but can't log in

I installed SharePoint 2013 on a Windows 7 machine (which is also AD/DS) and did the following steps (as per this tutorial) to make a newly-created site "site1" use Kerberos authentication: Added ...
0
votes
0answers
41 views

Kerberos Authentication - Read data between web applications

I have two web applications running on separate application pool accounts. I have a user control on the first web application that should read data from the second web app. I have verified that ...
0
votes
0answers
122 views

400 bad request when connecting to sp2007 kerberos

I am trying to connect from a java client to sharepoint. I manageds to connect to sp2010 ntlm sp2010 kerberos sp2007 ntlm but sp2007 kerberos throws the error below(maybe from the iis): what could ...
0
votes
0answers
215 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 ...
0
votes
0answers
178 views

Authenticating to sharepoint with kerberos from a java HttpClient

I have a linux\java6 client that will authenticate to sharepoint2010 with NTLM and then send HTTP REST web services using Apache Commons HttpClient. I can do this with NTLM , but I want to use the ...