Jump to content

Office 365 Email Administrative Setup

From Prime 16 Online User's Manual
Revision as of 16:25, 9 December 2022 by Jspenceratty (talk | contribs)

Office 365 Azure Active Directory Setup

In the Azure Active Directory menu, click on "App registrations"

At the top of the "App registrations" page, click on the "+ New Registration" link

In the "Register an application" page:

  1. Enter a "Name" for the application, for example, "Prime 16 Email Application".
  2. Leave the "Supported account types" selection of "Accounts in this organizational directory only".
  3. In "Redirect URI", choose "Web" and enter "http://localhost:3017" in the next box.
  4. Click the "Register" button

This should return you to the new app registration. Your chosen Name for the application should appear at the top of the form. Now click on the "API permissions" link

In the "API permissions" page, click on the "+ Add a permission" link

In the "Request API permissions" box, select "Microsoft Graph"

When asked "What type of permissions does your application require?", choose "Delegated permissions"

From the resulting list below that, check the box next to the following options;

  1. OpenId permissions:
  • email
  • offline_access
  • openid
  • profile
  1. IMAP
  • IMAP.AccessAsUser.All
  1. MailboxSettings
  • MailboxSettings.Read
  1. Mail
  • Mail.Read
  • Mail.Read.Shared
  • Mail.ReadWrite
  • Mail.ReadWrite.Shared
  • Mail.Send
  1. POP
  • POP.AccessAsUser.All
  1. SMTP
  • SMTP.Send
  1. User
  • User.Read
  • Mail.Send.Shared

Click "Add permissions" at the bottom of the "Request API permissions" box.

The resulting page should look like this:

Click the "Grant admin consent for kempscaseworks.com" at the top of the "API permissions page". And choose yes. This will keep users from seeing the "Do you grant consent to this application page" when they attempt to use the Email system