When working with Microsoft 365, you have the option to connect using app registration. This provides an alternative method for integrating Microsoft 365 with Archie, giving you more flexibility and control over your setup.
Connect with app registration
Create the app in Azure
Connect to Azure and go to App Registration
Click on New registration to register an application
Name : Archie
Supported account types : • Accounts in any organizational directory (Any Azure AD directory - Multitenant)
Redirect URI: Leave it empty
Go to Api permissions and add the permission as follow by clicking on Microsoft Graph.
Calendars.ReadWrite Application Have full access to user calendars
Calendars.ReadWrite.Shared Delegated Read and write user and shared calendars
Place.Read.All Delegated Read all company places User.Read Delegated Sign in and read user profile User.Read.All Application Read all users' full profiles
Grant admin consent to all these permissions
Go to Certificates & Secrets and create a new client secret
Description : Archie secret
Expires : Longest period to avoid disconnection with Archie
Copy the Value from the new entry in the table (this value will not be visible after), you will need it in Archie later
Connect the app to Archie
Go to "Settings / Integrations / App marketplace"
Locate the Microsoft 365 app and click "View Integration"
Click "Connect your application"
Enter the information requested:
Directory (Tenant) ID : (You will find this information in the app overview in Azure)
Application (Client) ID : (You will find this information in the app overview in Azure)
Secret ID : Paste the value from the secret you generated when creating the app in Azure. If you lost the secret value, you can generate a new secret in the Azure application
Click Confirm