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 refer nuget package in Azure Function v1.x

In this article we will see how to refer nuget package in Azure Function version 1.x. Please make sure that your Azure function is version 1 because nuget package is referenced in different way in version 2

 
 

How to Provide Custom Attribute as a Claim from ADFS in SharePoint 2013 using PowerShell

In this article let us see how to use custom attributes as Claims through ADFS in SharePoint 2013 Web application using PowerShell

 

Configuring ADFS as Authentication Provider For SharePoint 2013 Web Application

In this article let us see how to configure ADFS 2.0 as Authentication provider for SharePoint 2013 web application by creating a trusted identity token issuer. (SPTrustedIdentityTokenIssuer).

 

Installing and Configuring ADFS 2.0

In this article let us see how to install and configure ADFS 2.0 in the Windows Server 2008 R2 environment. Usually in the development environment the developer himself will be in a situation to configure the ADFS and the Authenticaiton providers. Hence this will be very useful to Install ADFS and Configure ADFS 2.0.

 
 

Step by Step Procedures to add a Relying Party on ADFS 2.0

In this blog post let us see how to configure the Third party relying party in the ADFS 2.0 Server. This blog post is a continuation of my previous post on Provider Hosted App for SharePoint 2013