To setup your Microsoft Teams app in Cobalt for OAuth, you will need the following credentials from your Microsoft Azure account:

  • Bot Client ID
  • Bot Client Secret
  • App ID
  • Scopes

Pre-requisites

  1. Microsoft Azure Account. You can create one here.
  2. A bot registered in the Microsoft Developer Portal for Teams (See Creating a Teams bot for setup instructions).
  3. Microsoft Teams license
  4. Office 365 license with Admin permissions. You can get the License here.

Required Settings

  • Mandatory Scopes
  1. openid
  2. offline_access
If you haven’t already created an app in Microsoft Azure, you’d need to create one.

Creating a Teams bot

New Bot creation steps

To create a Microsoft Teams bot, please follow the steps mentioned below:

  1. Log in to your Microsoft Developer Portal for Teams.
  2. Navigate to Tools in the side menu and select Bot Management.
Navigation for Bot setup
  1. Click on + New Bot > provide a Name and click on Add. It’s recommended to append a word like Bot so that it’s easy to identify this later on.

Associate Teams bot to application

Now, you need to associate this bot with your Teams application.

  1. In the Teams Developer Portal, navigate to Apps in the side menu.

  2. If you do not have a Teams app yet, click New app and provide a name. This name will be the one displayed in the Microsoft Teams store and to your users.

    • In Basic information, you need to provide a short description and URLs for your application’s website, Privacy Policy, and Terms of Use.

    • Click Save below.

    Ensure that all the fields for App in Basic information are provided, otherwise it gives error while uploading the app in Teams for testing.

  3. Under Configure in the side menu of the app, click on App features.

  4. Select Bot and choose the Bot that you created above in Select an existing bot, choose capabilities as applicable and click on Save below.

Bot association to app

Testing Microsoft Teams Bot

If your app is not published on the Microsoft Teams App Store, then follow the steps given to test your app in Teams:

  1. In your Teams Developer Portal, go to the App created for testing.
  2. Click on the triple-dot menu of the app and choose Download app package option. The package will get downloaded as a .zip file.
Downloading App package
  1. Go to the Microsoft Teams account in which you would like to test the app and it’s authentication.

You will not be able to login into the platform correctly if appropriate license or permissions are missing.

  1. Click Apps option in the side menu and click on Manage your apps option at the bottom.
  2. Click on Upload An App and Upload your app to your org's app catalog and select the .zip file that you downloaded and you will be navigated to the Built for your org page.
Upload App package for testing

If you uploaded the app through Submit an app to your org option, then the admin can approve it by going to Teams Admin Centre > Teams Apps > Manage Apps > Search for the app that you submitted > Click on the app name to open its app details page and change the status to Allowed.

Refer here.

  1. After a successfull upload, select your app. Click on Add and Add to a team and add the bot to a team and a channel.

Creating an app in Microsoft Azure

To create a Microsoft Teams app and aquire the above mentioned credentials, please follow the steps mentioned below:

  1. Log in to your Microsoft Azure account.
  2. Search for Microsoft Entra ID and select it from Services in the top search bar.
Navigation for App setup
  1. Navigate to App Registrations under Manage in the side menu and select the app representing your bot, not your Microsoft Teams app.
  2. Go to your Apps catalog in Cobalt > Search for Microsoft Teams > Settings > Use your credentials > Callback Url > Copy it.
  3. Select Authentication in side menu under Manage > Under Platform configurations, press the Add a platform button > Select Web > Paste the Callback Url > Click on Configure > Click Save button at the bottom.
App Registration
  1. Navigate to Manage > API permissions in the side menu > Click on + Add a permission.
  2. Choose the Microsoft Graph card under Microsoft APIs > Choose Application permissions > Select the mandatory scopes > click on the Add Permissions button.
Setting up Teams Developer app
  1. Navigate to Certificates and Secrets in the side menu and under Client Secrets tab, press the + New client secret button. Give a Description, select the best expiry for your application and click Add to create your credentials.
  2. Copy the displayed Client Secret under the Value column.

Ensure that the Client Secret Value is saved as it will be shown only once.

Getting Client Secret
  1. Navigate to Overview in the side menu > Essentials tab > Copy the Client ID under Application (client) ID.
Getting Client ID
  1. For your App ID or Bot External ID, go to Apps in Teams Developer Portal, select your App which was created earlier and copy the App ID present under Basic Information of the app.
Getting Client ID

Configuring credentials in Cobalt

App settings page lets you configure the authentication settings for an OAuth 2.0 based application. For your customers to provide you authorization to access their data, they would first need to install your application. This page lets you set up your application credentials.

Setting up application client credentials

Cobalt lets you use pre-configured applications to play around. You can do so by selecting Use our credentials. However, if you wish to use your own application, select Use your own credentials. Provide the aquired Client Id and Client secret and save it.

Configuring Scopes

Cobalt lets you configure what permissions to ask from your users while they install your application. The scopes can be added or removed from the App settings page, under Permissions & Scopes section.

For some applications Cobalt sets mandatory scopes which cannot be removed. Additional scopes can be selected from the drop down. Cobalt also has the provision to add any custom scopes supported by the respective platform.

OAuth Scopes

Once the scopes has been added to the application in Cobalt, go to your Microsoft Azure account and update the scopes as added on Cobalt.

Select the OAuth App created for Cobalt and follow Step 6 and 7 above.

If you are facing scopes missing or invalid scope error. Make sure you are not passing any custom scope not supported by the platform. And, the scopes selected here are identical to the ones selected in the platform.

Actions and triggers

Once the above setup is completed, you can create orchestrations of your use-cases using Teams actions and triggers. Following are the set of Teams actions and triggers supported by Cobalt.