When we connect external applications to SharePoint via API, client ID and client secret are normally generated, to generate access tokens that authorize API calls. Just in case you do not know how to generate these credentials, you could read my previous blog post here, to learn how to do that. After one year of… READ MORE
An example is available as a GitHub repository that linked at the end of the post. When building SharePoint customizations, you might have used the PnPjs to communicate with SharePoint. We will see how to update different data types of SharePoint document library using PnPJs. What is PnPjs? PnPjs is a collection of fluent libraries… READ MORE
Introduction In this blog, we will learn how can we use the color of the current applied theme in SharePoint in SPFx web parts or SPFx extension. Steps Step 1 Go to the SCSS file of your web part or extension. Step 2 Now at the top of the SCSS file, declare the variables and… READ MORE