Configuring Microsoft Azure for Email Archive
- Go to https://portal.azure.com/#home.
- Navigate to App registrations (you may want to search for it), and then select New registration.
- Provide an application name, and then select Accounts in any organizational directory and personal Microsoft accounts.
- Click Register.
- Azure AD will assign a unique application (client) ID to your app, and then take you to your application's Overview page. Click Certificates and secrets.
- Under Client secrets, add a new client secret. Provide a description and an expiration time period, and click Add.
- On the App registrations page, click the app you just created, and then select Authentication.
- Click Add a platform, and select Mobile and desktop applications.
- Select https://login.microsoftonline.com/common/oauth2/nativeclient and https://login.live.com/oauth20_desktop.srf (LiveSDK). Then, click Configure.
- Under Advanced settings, enable Live SDK support and Default client type.
- Click Save.
- Navigate to API permissions.
- Select, Add a permission, then Microsoft Graph, and then Application permissions.
- Under Mail, select Mail.Read and Mail.ReadWrite.
- Click Add permissions.
- Click Grant admin consent for Laserfiche.
Important: Keep a record of your client secret value because it will be hidden next time you view it.
Limit application permissions to specific Exchange Online mailboxes
- See Microsoft's online help for Limiting application permissions to specific Exchange Online mailboxes.