Tagged Questions
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
877 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 ...