Skip to content

Commit

Permalink
move app reg out of prerequisites + intro cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacy authored Dec 10, 2020
1 parent 0967ee9 commit dac1b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ urlFragment: "quickstart-v2-nodejs-webapp-msal"

# Add user authentication to a Node web app with MSAL

This sample Node.js web application uses the Microsoft Authentication Library for Node.js (MSAL Node.js) to sign in users with the OAuth 2.0 authorization code flow.
This sample Node.js web application uses the Microsoft Authentication Library for Node.js (MSAL Node.js) to sign in users by using the OAuth 2.0 authorization code flow.

You can find additional information about supporting user sign-in in your web apps by using the Microsoft identity platform on docs.microsoft.com: [Scenario: Web app that signs in users](https://docs.microsoft.com/azure/active-directory/develop/scenario-web-app-sign-user-overview?tabs=aspnetcore).

Expand All @@ -21,7 +21,7 @@ You can find additional information about supporting user sign-in in your web ap

## Register the application

Start by [registering an app](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app) in your Azure Active Directory (Azure AD) tenant.
First, complete the steps in [Register an application with the Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/quickstart-register-app) to register the app.

Use the following settings for your app registration:

Expand Down

0 comments on commit dac1b04

Please sign in to comment.