Visit the Azure Portal and create an account if needed.
Navigate to “Microsoft Entra ID”.
Under “Manage”, select “App Registrations”.
Click ”+ New Registration” and fill out the form:
Name: Choose a descriptive name
Supported Account Type: Select based on your needs
Redirect URI: Choose “Web” and enter your Auth service’s callback URL (e.g., https://<subdomain>.auth.<region>.nhost.run/v1/signin/provider/azuread/callback)
Click “Register”
Find the Redirect URL in your project settings -> Sign In Methods after enabling Azure AD.