SharePoint Add-ins are self-contained extensions of SharePoint websites that you create, and that run without custom code on the SharePoint server. In SharePoint hosted apps, you can use almost all the SharePoint components like list, content type, pages etc.… All business logic in a SharePoint-hosted add-in, use JavaScript, either directly on a custom page or … Continue reading SharePoint Hosted Apps-OverView
Office 365
OAuth in the world of SharePoint 2013
The OAuth is the new buzz in the world of SharePoint 2013 App development. OAuth is not the protocol for authenticating users to access SharePoint. It would still be done by Claims Authentication. The OAuth comes into picture when we want to authenticate and authorize SharePoint 2013 Apps. OAuth is the internet protocol for … Continue reading OAuth in the world of SharePoint 2013