82
Microsoft Azure ADB2C (AD – Active Directory) (B2C – Business to Customer), ADB2C is an customer identity access management service. user can able to create an user access by this services. In digital era most of web and mobile application have Login authentication system . many of Identity providers are gives an authentication service like , Facebook login , twitter login, google login. All these authentication methods are used by users. We can achieve all of these authentication methods are used by Azure ADB2C Identity Platform.
Steps to setup Azure ADB2C in Angular Application
Installing MSAL Dependencies in Angular
Copy & Paste the Below code in Terminal
npm install @azure/msal-browser @azure/msal-angular