Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 847 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 847 Bytes

Angular4+ with ADAL.js

A simple starter project showing how to use ADAL with Angular4+

Client-App

Server-App

  • Update appsettings.json with your Tenant and ClientID for Server-App
  • Run dotnet build && dotnet run
  • Update Client-App's app.module.ts, change apiEndpoint to reflect Server-App URI