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

Update appsettings.json

Open MikeHookTransparity opened this issue 1 year ago • 0 comments

Scopes as arrays do not work with RequiredScope attribute. They should be strings with each scope separated by a space.

Purpose

  • ...

Does this introduce a breaking change?

[ ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] 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
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

MikeHookTransparity avatar May 01 '24 14:05 MikeHookTransparity