These are instructions for setting up the XY Application within Microsoft Entra ID and obtaining the application ID, directory ID and secret required for a Microsoft 365 Integration.
- Create an app registration within Microsoft Entra ID (Formerly Azure AD). The account type should be 'Single tenant', and no redirect URI is required.
2.Grant access to Calendars.ReadBasic.All
Grant the new app registration access to calendars. The required claim is Calendars.ReadBasic.All, found under Microsoft Graph > Application permissions. Note that once this has been added, admin consent must be granted.
3.Generate Secret
Generate a secret for the app registration and save it somewhere. Note that we need the value, not the secret ID
4.Get Application ID and Secret ID
Grab the Application ID and Directory ID
Comments
0 comments