Tagged Questions
4
votes
3answers
352 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
559 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 ...
10
votes
2answers
288 views
Identify Current Authentication Method Being Used
I am working on a solution that needs to act slightly differently if the incoming request is NTLM vs. Kerberos vs. ADFS, etc. Does anyone have an example of how to determine the incoming ...
1
vote
2answers
875 views
Connection to external data source using windows authentication (NTLM)
I'm trying to connect to an external SQL server DB programmatically from a SharePoint WebPart. The problem is that I'm not able to authenticate to the DB although I gave access to application pool ...
0
votes
1answer
699 views
Configure ADFS with Windows Authentication
I created an integration of an existing product that shows reports in web, comparable to Reporting Services. This product needs Windows Authentication or Kerberos/ asp.net impersonation to access ...