Understand how Azure AD OAuth authorization flows works. There are different types of OAuth flows depending on the kind of application.
Want to understand Application Objects and Service principals? This post will explain the differences between the two and how applications are added to Azure AD.
Learn how to access SharePoint using an application context, also known as app-only.
Wouldn’t it be great if we could just open our browser, log in to our SharePoint site, and use the browser to do our testing?
There are times when you might want to test your application against real data in SharePoint, instead of mock data. Wouldn’t is be great if we could have a proxy to send these requests to, and it will take care of all the authentication stuff for us.
In this post, I will explain how to delegate the filter function to SharePoint on the LookUp column
In this post, I will explain how to delegate the filter function to SharePoint on the Person/Group column.
Delegation becomes an important concept when dealing with large data sets, which by default means above 500 records (though it can be increased to 2000 in your canvas app).
SharePoint exposes a REST interface that allows us to perform basic create, read, update, and delete (CRUD) operations on its entities. These operations are performed by constructing a RESTful HTTP request, using the OData standard, that corresponds to the client object model API you want to use. Each SharePoint entity is exposed at an endpoint Read