Set up steps
Azure Entra App Setup
- Login to your azure portal and navigate to "App registrations"
- 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
- Navigate to your newly added app and click the "Authentication" tab
- Check the "ID tokens" checkbox underneath "Implicit grant and hybrid flows"
- Save
- Navigate to the "Overview" tab and take note of your "Tenant" and "App" ID
- Continue with concrete setup
Concrete setup
- Install the addon
- Navigate to your "Authentication Types" dashboard page
- Edit the newly added "Azure Entra" authentication type
- Take note of the "Redirect URIs" and download the certificate
- Enter the "Tenant" and "App" ID from your app
- Save
- In your Azure portal, navigate to your "Authentication" tab and configure the "Redirect URIs" (Be sure to remove the dummy URI if needed)
- 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.