Monday 31 March 2014

Autheticate in client side code without pop-up in SharePoint 2013 online

 The authentication model has changes. Recently we had a Windows app build for integrating with SharePoint 2010 online stoped working when trying to use it with SharePoint 2013 online.

Many solutions on how to integrate involves a step where the user must enter credentials in a pop-op manually.

But how do you make a system user access a SharePoint 2013 online site without the pop-up?

I just found an excellent blog post on this (the code is wonderfully simple):
http://www.vrdmn.com/2013/01/authenticating-net-client-object-model.html

No comments:

Post a Comment