Tagged Questions
3
votes
0answers
58 views
Sharepoint 2013 CMIS producer NTLM authentication
I was able to integrate with Sharepoint 2013 CMIS producer only by using Basic HTTP Authentication!
According to Microsoft:
...
0
votes
0answers
31 views
possible causes of account lockout with iOS application
I have a client iOS application that interacts with a sharepoint site. Once I do the authentication I reuse the cookies. Cookies are session only and have no expiry date set. At one point of time the ...
0
votes
1answer
83 views
Using Single Sign On to log into external website from SharePoint
We have a SharePoint 2010 server and another site (a service desk tool) that has a custom forms based authentication (not related to SharePoint).
It would be nice if the SharePoint users wouldn't ...
0
votes
1answer
52 views
SPS2010 - AD account password changing, for non-domain computers
I have Sharepoint 2010 farm - application server(Sharepoint), database server(MS SQL 2008 R2), and domain controller. 3 servers total.
All of these 3 servers are included to domain(domain set up on ...
11
votes
2answers
320 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 ...
16
votes
2answers
2k views
HTTP 401 twice before HTTP 200 when serving files
I've built a Javascript web application which is served from Sharepoint (ie. there is no Sharepoint code at all operating on the web app, it's just some HTML/JS being served from a Sharepoint 2010 ...
20
votes
5answers
7k views
NTLM vs Kerberos
I just want to know the difference between NTLM and Kerberos. When to use NTLM and Kerberos and when not to use it? Why do you need to use Kerberos for authenticated feeds? Our admin is asking me why? ...