How to connect Microsoft Teams
Connecting Microsoft Teams requires creating an app registration in the Azure Portal. You will need admin access to your Microsoft 365 tenant.
Step 1 — Create an app registration in Azure
- Go to portal.azure.com and log in.
- Search for App registrations and click it.
- Click New registration.
- Give it a name (e.g. OpenClaw Bot).
- Under Supported account types, select Accounts in any organizational directory and personal Microsoft accounts.
- Click Register.
Step 2 — Get the Application ID
On the app overview page, copy the Application (client) ID.
Step 3 — Create a client secret
- In the left menu, click Certificates & secrets.
- Click New client secret.
- Give it a description and choose an expiry period.
- Click Add and immediately copy the Value. You will not see it again.
Step 4 — Enter the details in your dashboard
- Open your OpenClaw configuration dashboard.
- Click Communication Channels → MS Teams.
- Paste the App ID and App secret.
- Click Connect MS Teams.
Note: You will also need to publish the bot to your Teams tenant via the Azure Bot Service. Contact your IT administrator if needed.
