Step-by-Step Guide
Configuring Microsoft Graph API
- Log In to https://portal.azure.com
- Click on left hamburger menu > Microsoft Entra ID > + Add > App registration (Or search for 'registrations' in the top search bar)
- Enter a name and click Register
- Click on API permissions (left side menu)
- Click on Add a permission
-
Microsoft Graph
-
Application Permissions:
- Calendars.ReadWrite (For Reading Resource Calendar and writing back any info needed)
- User.ReadBasic.All (For reading address book to add rooms)
- GroupMember.Read.All (For Join By ID feature)
- Place.Read.All Optional (Used for populating room list, helpful for configuration as you can pick from a dropdown list rather than manually enter each address)
-
Application Permissions:
-
Microsoft Graph
- Click the Add permissions button
- Grant Consent: An admin needs to login and click the “Grant admin consent” button
Obtain credentials
The Tenant ID, Client ID and Secret Value are what are required for configuration, so that Synergy SKY can read and process your meeting room's meetings.
- Navigate to the Overview page of your App registration
- Take note of the:
- Application (client) ID
- Directory (tenant) ID
- Click Add a certificate of secret > + New client secret
- 24 months is the max duration. Be warned, there is no good way to know when this will expire
- Copy the secret Value, not the Secret ID