How do I create Azure credentials for Outlook Calendar integration in Amelia
To connect Amelia with Outlook Calendar and Microsoft Teams, you must create an application in Microsoft Azure (Microsoft Entra ID). This application is used to securely authenticate Amelia and allow calendar synchronization and online meeting creation.
The setup is done entirely in the Azure portal and requires creating an app registration, configuring redirect URIs, and generating a Client ID and Client Secret.
Azure is Microsoft’s public cloud computing platform used to manage services such as Outlook Calendar and Microsoft Teams. You can log in using outlook.com, office365.com, or hotmail.com accounts
How do I create a new application in Microsoft Entra ID?
Start by logging in to the Azure portal and opening Microsoft Entra ID, which is used to manage app registrations and authentication.
In Microsoft Entra ID, open App registrations from the left-hand menu and click New registration.
How do I register the application?
In the Register an application screen, configure the following options:
- Enter a name for your application (for example, Amelia Outlook Integration).
- Under Who can use this application or access this API?, select Accounts in any organizational directory (Any Azure AD directory – Multitenant) and personal Microsoft accounts.
- Under Redirect URI, select Web.
- Paste the Redirect URI provided in Amelia’s Outlook Integration settings.
After completing these fields, click Register.
Where do I find the Client ID?
After the application is created, Azure will open the application overview automatically.
Copy the value labeled Application (client) ID and paste it into the Client ID field in Amelia’s Outlook Integration settings.
How do I generate a Client Secret?
To generate a Client Secret, open Certificates & Secrets from the left-hand menu and click New client secret.
Add a description for the secret and select 730 days (24 months) as the expiration period. Click Add to create the secret.
The client secret expires after 24 months. Once it expires, you must generate a new secret to continue using the Outlook Calendar integration in Amelia
What does the Redirect URIs do?
The Redirect URI defines where users are returned after authenticating with Outlook. This value can’t be edited in Amelia.
By default, Amelia uses the following structure:https://yoursite.com/wp-admin/
Make sure this URL is added under Redirect URIs in your Azure application.
If you allow employees to connect their Outlook calendars from the front-end Employee panel, you must also add the URL of the page where the Employee panel is located as an additional Redirect URI.