Set up steps

Azure Entra App Setup

  1. Login to your azure portal and navigate to "App registrations"
  2. Click "New registration" to add a new app
    • Enter any name you'd like
    • Choose "Accounts in this organizational directory only"
    • Select "Web" for "Redirect URI Platform"
    • Enter a dummy url like "https://example.com" (We'll replace this soon)
    • Save
  3. Navigate to your newly added app and click the "Authentication" tab
  4. Check the "ID tokens" checkbox underneath "Implicit grant and hybrid flows"
  5. Save
  6. Navigate to the "Overview" tab and take note of your "Tenant" and "App" ID
  7. Continue with concrete setup

Concrete setup

  1. Install the addon
  2. Navigate to your "Authentication Types" dashboard page
  3. Edit the newly added "Azure Entra" authentication type
  4. Take note of the "Redirect URIs" and download the certificate
  5. Enter the "Tenant" and "App" ID from your app
  6. Save
  7. In your Azure portal, navigate to your "Authentication" tab and configure the "Redirect URIs" (Be sure to remove the dummy URI if needed)
  8. In your Azure portal, navigate to your "Certificates & secrets" tab and upload your certificate

At this point you should be ready to start logging in! Keep in mind it may take Azure a few minutes for everything to settle after you finish configuring.