Creating an application in Azure
Using Microsoft Azure, users must register an application, similar to a workspace, which will be used to connect to Microsoft Teams from Maximo IT.
Before you begin
About this task
This section describes the tasks performed by a System Administrator to create an application in Azure for the users in the team.
Procedure
- Sign in to Azure Portal - https://portal.azure.com with your registered Microsoft work/school account.
- From the left menu, select Azure Active Directory.
- To register a New Application, click App registrations in the left pane.
- Give a name to your new app. For example, MaximoITTeamsIntegrationApp.
- Choose Accounts in this organizational directory only (if it is internal).
- Click Register.
- Copy Key Details such as Application (client) ID and Directory (tenant) ID.
- In the registered app view, click API permissions > + Add a permission.
-
Choose Microsoft Graph and Click Delegated permissions or Application
permissions based on use case.
Note:Useful Teams permissions:
Table 1. Type Permission Name Description Application Chat.ReadWrite.All Send/read messages in any chat Application ChannelMessage.Send Send messages to Teams channels Application Team.ReadBasic.All Read basic info about teams Delegated User.Read View user profile (required basic) Delegated Chat.Read Read user chats - Click Add Permissions.
- Click Grant admin consent if you're an admin.
-
Create a Client secret
-
Go to Certificates & secrets
-
Click + New client secret.
-
Add a description (e.g., "Prod Secret") and expiry (6/12/24 months).
-
Click Add
-
Copy the value and store it securely.
-
- Now your app is registered and has access to Microsoft Teams.