A sample Angular application using Microsoft Authentication Library for JavaScript (MSAL.js) 2.0. This version of MSAL library uses the OAuth 2.0 Authorization Code Flow with PKCE
This project was generated with Angular CLI version 10.0.4.
- Register a new AAD application, and add the Application (client) ID to the environment.ts
- Configure the API scope in
auth.service.ts
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.