Office 365 Email Administrative Setup: Difference between revisions
Jspenceratty (talk | contribs) No edit summary |
Jspenceratty (talk | contribs) No edit summary |
||
| Line 34: | Line 34: | ||
# OpenId permissions: | # OpenId permissions: | ||
* email | |||
## | * offline_access | ||
## | * openid | ||
## | * profile | ||
# IMAP | |||
* IMAP.AccessAsUser.All | |||
# MailboxSettings | |||
* MailboxSettings.Read | |||
# Mail | |||
* Mail.Read | |||
* Mail.Read.Shared | |||
* Mail.ReadWrite | |||
* Mail.ReadWrite.Shared | |||
* Mail.Send | |||
# POP | |||
* POP.AccessAsUser.All | |||
# SMTP | |||
* SMTP.Send | |||
# 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: | |||
[[File:Screenshot 2022-12-09 at 10.06.51 AM.png|400px]] | |||
Revision as of 16:07, 9 December 2022
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:
- Enter a "Name" for the application, for example, "Prime 16 Email Application".
- Leave the "Supported account types" selection of "Accounts in this organizational directory only".
- In "Redirect URI", choose "Single-page application (SPA)" and enter "http://localhost:3017" in the next box.
- 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;
- OpenId permissions:
- offline_access
- openid
- profile
- IMAP
- IMAP.AccessAsUser.All
- MailboxSettings
- MailboxSettings.Read
- Mail.Read
- Mail.Read.Shared
- Mail.ReadWrite
- Mail.ReadWrite.Shared
- Mail.Send
- POP
- POP.AccessAsUser.All
- SMTP
- SMTP.Send
- 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: