Implement B2C Authentication in NextJS using Azure AD – Part 2

How to use MSAL library to autheticate B2C users which integrate Microsoft identity authentication into their applications.

 

Implement B2C Authentication in NextJS using Azure AD – Part 1

How to use MSAL to authenticate user in Azure Active Directory B2C (Business-to-Consumer) with their applications using social identity providers (such as Facebook, Google, and Amazon) as well as local accounts.

 

How to use MSAL in Next.js to authenticate users in Azure AD

Use MSAL (Microsoft Authentication Library) library in nextjs application which allows you to authenticate users with Azure Active Directory (AAD) or Microsoft personal accounts (MSA) in your application.

 
 

Azure Static Web Apps (SWA) CLI for more productivity and easy debugging

Configure Azure Static Webapps CLI to easily debug both frontend and api dev server in one place for static webapps application.

 

Skeleton code for global state management using useContext, useReducer in SPFx solution

React plays a vital role in SPFx development. It’s important to have better state management and make use of its features in an efficient way in our SPFx solutions

 

How to handle env variable using DefinePlugin in SPFx Solutions

Set your global environment variable in SPFx solution easily using DefinePlugin.

 
 

An Introduction To Basics Of TypeScript

Before going technically deep into TypeScript let’s see some history and background of TypeScript. TypeScript is a free open-source programming language developed and maintained by tech giant Microsoft and it is made public in October 2012

 

SharePoint Online Single Page App With Angular2 and Webpack – SP Ng2 SPA Part 1

With this post, I am starting a new series of articles on creating a Single Page App with Angular 2, performing CRUD Operation with SP PnP Core Js , packaging with webpack and hosting inside  …read more

 

How to use PNP JS Core with typescript and System JS in a SharePoint hosted App / Add-in

Lets see how to use Typescript and System Js with PNP JS Core in SharePoint Hosted App / Add-in in this blog post. To begin with lets add reference to typed definitions

 
 

How to use Angular Promise using Typescript await and async (ES6)

The typescript async and await is a ES6 functionality. It used to allow the developers to write the asynchronous code to flows as a synchronous method without write a handler or a callback function