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

Update 5.1 to follow BASHER and Zero Trust guidelines

Open salman90 opened this issue 3 years ago • 1 comments

Purpose

  • The following PR addresses updating the sample to follow BASHER, Zero Trust guideline.

Does this introduce a breaking change?

[ x ] Yes
[ ] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ x ] Feature
[ ] 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 https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial.git
cd ms-identity-javascript-react-tutorial
git checkout basher-5-1

cd 5-AccessControl/1-call-api/SPA
npm install
npm start

cd 5-AccessControl/1-call-api/API
npm install
npm start


  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

salman90 avatar Jul 15 '22 21:07 salman90

This sample demonstrates a cross-platform application suite involving an React single-page application (TodoListSPA) calling an Node.js & Express web API (TodoListAPI) secured with the Microsoft identity platform. In doing so, it implements Role-based Access Control (RBAC) by using Azure AD App Roles.

nit:App roles (for users and groups)


In reply to: 1195828334


In reply to: 1195828334


Refers to: 5-AccessControl/1-call-api-roles/README.md:19 in 5d39a6d. [](commit_id = 5d39a6d28c9cf0be68ae5eaf99be49b3563c9039, deletion_comment = False)

kalyankrishna1 avatar Jul 26 '22 18:07 kalyankrishna1