Navigate to “app registrations” using the search bar. Click New Registration.
Name it something like “Onyx Teams Connector”, leave everything else as default, and click Register.
3
Copy IDs
Under “Essentials” in the overview tab, copy the client ID and Directory ID and paste into the Onyx connector later.
4
Create client secret
Navigate to the “Certificates & secrets” tab in Azure Portal and click New client secret.
Fill out the description, set the expiration to 24 months, and click Add.
Copy the secret value in the Value column.
5
Add API permissions
Navigate to the “API Permissions” tab and click Add a permission.
Click Microsoft Graph > Application permissions. Add:
Team.ReadBasic.All (Team)
TeamSettings.ReadWrite.All (TeamsSettings)
Channel.ReadBasic.All (Channel)
ChannelSettings.ReadWrite.All (ChannelSettings)
ChannelMessage.Read.All (ChannelMessage)
ChannelMember.Read.All (ChannelMember)
Click Add permissions, then click Grant admin consent for <Organization name> and Confirm.