Skip to content

Commit 8187660

Browse files
committed
minor updates
1 parent 5018d2b commit 8187660

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/active-directory-b2c/tutorial-acquire-access-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ App endpoints:
382382
```
383383
node index.js
384384
```
385-
2. In your browser, navigate to `http://localhost:3000` or `http://localhost:<port>`, where <port> is the port that your web server is listening on. You should see the page with a **Sign in to acquire access token** button.
385+
2. In your browser, navigate to `http://localhost:3000` or `http://localhost:port`, where `port` is the port that your web server is listening on. You should see the page with a **Sign in to acquire access token** button.
386386

387387
:::image type="content" source="./media/tutorial-acquire-access-token/signin-acquire-access-token.png" alt-text="Node web app sign in page for acquiring access token":::
388388

articles/active-directory-b2c/tutorial-authenticate-nodejs-webapp-msal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ app.listen(process.env.SERVER_PORT, () => {
483483
node index.js
484484
```
485485

486-
2. In your browser, go to `http://localhost:3000` or `http://localhost:<port>`, where <port> is the port that your web server is listening on. You should see the page with a **Sign in** button.
486+
2. In your browser, go to `http://localhost:3000` or `http://localhost:port`, where `port` is the port that your web server is listening on. You should see the page with a **Sign in** button.
487487

488488
:::image type="content" source="./media/tutorial-authenticate-nodejs-webapp-msal/tutorial-login-page.png" alt-text="Screenshot that shows a Node web app sign-in page.":::
489489

0 commit comments

Comments
 (0)