In this Webinar tutorial, we are going to learn what Microsoft identity is and how simple it is to implement.
Microsoft identity is known as Micrsoft authentication library and it is an unified authentication library to all micrsosoft identity i.e. msal.js.
Let's understand what it is.
Microsoft identity platform is an evolution of the Azure Active Directory developer platform. It allows developers to build applications that sign in all Microsoft identities. It supports the below kind of activity,
- Work and school accounts
- Personal accounts (such as Outlook.com or Hotmail.com)
- Social identity (such as LinkedIn, Facebook, Google) via MSAL and Azure AD B2C

Let's understand what it was before.
Azure AD v1.0 platform used to authenticate work and school accounts by requesting tokens from the Azure AD v1.0 endpoint. Microsoft identity platform (v2.0) authenticate any Microsoft identity into your application. It is a fully supported open-source Microsoft Authentication Library (MSAL) and is recommended for use against the identity platform endpoints. MSAL supports single sign-on (SSO) experiences for your users.

Let's explore the difference between Microsoft Authentication Library (v2.0) and Azure Active Directory Authentication Library (V1.0).


Join the conversation! Your thoughts help the community grow.