Office365 Account Configuration

These are the steps to register ImageManager in the Azure portal (Microsoft Entra ID) and configure it for email functionality (notifications) using Microsoft Graph (Mail.Send).

Follow these steps carefully to ensure your Client ID, Tenant ID (if applicable), and Client Secret are secure.

  1. Sign into the Azure Portal with your Outlook (Microsoft) or organizational account user name and password.
  2. Type App registrations in the top search bar, then click App registrations in the search results.
  3. This takes you to the App Registrations dashboard
  4. Click the New Registration button to register a new application.
  5. This displays the Register an application page.
  6. Complete the Registration form then click Register to continue.
  7. Form details.
  8. After registration, you'll be redirected to the Overview screen.
  9. Collect (copy) the application identifiers.
  10. Application Identifiers
  11. Add a Client Secret.
  12. From the left sidebar, expand the Manage drop down and click Authentication.
  13. The Authentication configuration page will open.
  14. Set up the Application Platform.
  15. Enable Public Client Flows
  16. Grant Microsoft Graph API Permissions
  17. Admin Consent Note: If you selected multitenant or broader configurations, organization admins may need to grant consent for Mail.Send in their tenant. See Azure Admin Consent Documentation.
  • This completes the Office365 Account Configuration.