Tagged Questions
1
vote
0answers
48 views
Combine AD and ADFS Authentication in Sharepoint
we have a sharepoint farm where we would like to use AD authentication in conjunction with ADFS authentication. The ADFS and AD-Authentication work both (on different AAMs).
What i want to ...
3
votes
2answers
304 views
Programmatically add item to sharepoint list from window application
How to add item to SharePoint list from window application using claim based authentication ?
it gives 401 forbidden error. user is authenticated from ADFS server.
11
votes
2answers
318 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 ...