# Microsoft Teams

## Setup Guide

You can create your Microsoft Teams integration in the Azure portal.

You'll need the following information to set up your Microsoft Teams App with KollaConnect:

* Client ID
* Client Secret
* Scopes

### Prerequisites

* Microsoft Azure account - Setup a free account [here](https://azure.microsoft.com/en-us/free/)

### Get Your Microsoft App Client Secret

1. In the Microsoft Azure portal, go to `App Registrations` (the easiest way is to search for it in the top search bar)
2. Click on your app, or if you don't have one, click on `New Registration` to add one
3. In your App Registration Details page, go to Certificates & Secrets section
4. Create a new client secret and keep it handy for later

### Add the Kolla OAuth redirect URI to your app

1. In your App Registration Details page, go to the Authentication section
2. Under Web > Redirect URIs add the Kolla OAuth redirect URI\
   <https://connect.getkolla.com/oauth>
3. Click Save

<figure><img src="https://150191288-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKrlHxfmg9RkU2Lu5cZWU%2Fuploads%2F8gdiKKUUw1quqWQX803g%2Fteams-url-redirect.gif?alt=media&#x26;token=32b78336-e149-4888-a495-7202b75cc133" alt=""><figcaption><p>Adding the Kolla redirect URI to a teams app</p></figcaption></figure>

{% hint style="info" %}
Make sure your Microsoft App has the necessary permissions set for your integration. You can set permissions under the API Permissions section.
{% endhint %}

### Add the Kolla Teams Connector

1. Go to your Kolla Admin and go to the Connectors section
2. Click on Add Connector and select Teams connector
3. Add your client ID and client secret from previous steps
