Deploying Office 365
Introduction
The Office 365 plugin is dynamic - the plugin reads the settings from your Lucy server, so if you update those settings you do not need to re-deploy the plugin.
Azure (Entra ID) settings
Login to your Azure portal and navigate to Microsoft Entra ID (formerly Azure AD).
Navigate to App Registrations and create a New Registration.
Give the application a name.
For the organization type select Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant).
Define a Web redirect URI like so:
https://<yourURL>.<tld>/oauth
Click Register.

In the application overview, click the Redirect URIs option then select Add a platform.
Select the Single-page Application option and add the following two redirects:
https://<yourLucyURL>.<tld>/login/login.html
https://<yourLucyURL>.<tld>/new-o365/dist/index.html
Navigate to Certificates & secrets and create a new client secret. Give the secret a name and expiration date, then click Add.
Copy the Secret Value. Then navigate to the Overview and copy the Application (client) ID and Directory (tenant) ID as well. You will need all three values for the next steps.
Be sure to copy the secret value, once you navigate away from the page you will not be able to see or copy it again.
Deploying the plugin
Sign in to your Office 365 account: https://outlook.live.com/owa/
Select an email from your inbox and click the "Apps" button. Then, select "Get add-ins":
Select My add-ins and scroll to "Custom Add-ins", then click "Add a custom add-in" and "Add from file..."
Upload the XML file from Step 1 and refresh the page. Now when you click the "Apps" button the Lucy plugin should be present:

The first time you use the plugin you must authorize it:

Mac and mobile compatibility
The organization-wide deployment is compatible with Mac and mobile devices. Mobile devices that are part of the organization should require no additional setup. For Apple computers, the user must be logged in through Microsoft's Office for Mac product.
Last updated
Was this helpful?