ms-identity-javascript-angular-tutorial icon indicating copy to clipboard operation
ms-identity-javascript-angular-tutorial copied to clipboard

Update 5.2 to follow BASHER

Open derisen opened this issue 3 years ago • 2 comments

Purpose

  • Bump msal-angular and microsoft.identity.web
  • Use single app registration for both spa and web api
  • new angular groups guard for protecting components
  • code refactoring and documentation improvements

Does this introduce a breaking change?

[ x ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ x] Feature
[ x] Code style update (formatting, local variables)
[ x] Refactoring (no functional changes, no api changes)
[ x] Documentation content changes
[ ] Other... Please describe:

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

  • Overage scenario successfully handled

derisen avatar Sep 17 '22 04:09 derisen

Please add a name for logged-in user image

aremo-ms avatar Sep 19 '22 19:09 aremo-ms

~~Note: missing certificate scripts and instructions~~

derisen avatar Sep 20 '22 03:09 derisen