This is the final post on our series of Azure Application objects and securing APIs secured with Azure AD. As we have seen throughout this series, the central point for authentication and permissions is the Azure AD Application Object. Microsoft has already provisioned and application object named SharePoint Online Client Extensibility in every Azure AD and Read
Tags:
Azure AD, Azure Application Object, SharePoint, Web API
A handy list of the standard list template types used for storing data in a SharePoint site.
Tags:
SharePoint, SharePoint Online
Learn how to access SharePoint using an application context, also known as app-only.
Tags:
CSOM, SharePoint, SharePoint Online
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?
Tags:
SharePoint, SharePoint Online, SharePoint PnP
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.
Tags:
SharePoint, SharePoint Online, SharePoint PnP
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
Tags:
JavaScript, SharePoint, SharePoint Online
SharePoint PnP reduces the amount of code you write. PnP is essentially, a trimmed version of the Client Side Object Model (CSOM) and the JavaScript Object Model (JSOM) libraries.
Tags:
JavaScript, PnP, SharePoint, SharePoint Online
Get to know ShaprePoint Field Definition Schema and how to use it with PnP Powershell
Tags:
PnP, PowerShell, SharePoint, SharePoint Online
Filtering on columns are very easy but not so much for lookup columns to another list for some of you. In this post, I will show you how you can easily do it.
Tags:
Microsoft Flow, SharePoint, SharePoint Online
The SharPoint person or group field exposes a handful of important properties. This post will list them and serve as a reference to anyone who needs it.
Tags:
SharePoint, SharePoint Online