M365Bootcamp-TeamsOneProductivityHub

Part 2 - Register your application in Azure Active Directory

  1. Go to Azure Portal, then select Azure Active Directory from the left hand side menu.

  2. Select App Registration and click on New Registration button.

    AAD Registration

  3. Fill the details to register an app:
    • give a name to your application
    • select Accounts in any organizational directory as an access level
    • place auth-popup-url as the redirect url https://<YOUR_NGROK_URL>/auth.html
    • select Register

    AAD Registration

  4. Go to Authentication tab and enable Implicit grant by selecting Access tokens and ID tokens, then click Save button on the top of the page.

    AAD Registration

  5. Go to Overview tab and copy Application (client) ID.

References

Next Step

▶️ Part 3 - Add Microsoft Graph Toolkit and build the auth pop-up page