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.

 

Getting User Properties From Office 365 Using Microsoft Graph API

In this article, I have explained how to retrieve user properties from Office 365 using Microsoft Graph API. In my previous article, I have explained how to fetch the access token to consume graph API. The first