@byteterrace/msal-angular

An implementation of the Microsoft Authentication Library for Angular.

Usage no npm install needed!

<script type="module">
  import byteterraceMsalAngular from 'https://cdn.skypack.dev/@byteterrace/msal-angular';
</script>

README

  1. About
  2. License
  3. Version Support
  4. Prerequisites
  5. Installation
  6. Usage

About

This is a fork of the @azure/msal-angular project; it is used by various ByteTerrace projects.

Version Support

Angular Version Support Status Supported Angular Versions
1.x.x Active Development 8, 9, 10, 11

Prerequisites

Register an application in Azure AD to get a clientId.

Installation

NPM:

npm install @azure/msal-browser @byteterrace/msal-angular

License

Copyright © 2021 ByteTerrace. All rights reserved. Dual-licensed under the Apache 2.0 OR MIT licenses (the "License").

Usage

TBD.