SharePoint
Consuming SharePoint data in WCF or Custom Application
Recently I encounter an security concern for WCF application which is getting data from SharePoint for hardcoded username and password in web.config of WCF. To resolve this, I have used Token generation approach where token is used to get the client context in order to CSOM to work. Also the Read more…
3,325 total views, 2 views today