Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 311 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 311 Bytes

B2c

This is a simple example on how to integrate with Azure B2C in Angular with the usage of MSAL packages and Microsoft Graph API.

To run locally

Make sure the CLIENT_ID in app.module.ts file is updated with the client ID you get in Azure B2C App Registration section.

yarn
yarn start