Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
derisen authored Sep 21, 2020
1 parent 5653896 commit 26b0e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Provide the following values for the Single Page Application registration:
- Mark **Yes** for the **Web App/Web API** setting for your application.
- Set the **Reply URL** for your app to `http://localhost:6420`. This sample provided in this repository is configured to run on port 6420.
- Create the application.
- Once the application is created, open your `My Test SPA` and open the **API Access** window (in the left nav menu). Click **Add** and select the name of the Node.js Web API you registered previously, `My Test Node.js Web API`. Select the scope(s) you defined previously, for example, `demo.read` and hit **Save**.
- Once the application is created, click on the **API Permissions** blade (in the left nav menu). Click **Add a Permission** and select the name of the Node.js Web API you registered previously (under **My APIs** tab). Select the scope(s) you defined previously, for example, `demo.read` and hit **Save**.

#### Step 2: Configure the sample code to use your Azure AD B2C tenant

Expand Down

0 comments on commit 26b0e43

Please sign in to comment.