Portal quickstart for JavaScript application

In this quickstart, you download and run a code sample that demonstrates how a JavaScript SPA can sign in users with Microsoft Entra External ID.

  1. Make sure you've installed Node.js.

  2. Unzip the sample app.

  3. In your terminal, locate the sample app folder, then run the following commands:

    cd App && npm install && npm start
    
  4. Open your browser, visit http://localhost:3000, select Sign-in, then follow the prompts.