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

  • Client ID
  • Client Secret
  • Scopes

Pre-requisites

  1. Microsoft Azure Account. You can create one here.
If you haven’t already created an app in Microsoft Azure, you’d need to create one.

Creating an app in Microsoft Azure

To create a Microsoft Dynamics CRM 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 Overview in the side menu > Click on +Add > Select App Registration.
  2. Enter the App Name for your application and select Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) under Supported Account Types.
  3. Go to your Apps catalog in Cobalt > Search for Ms Dynamics CRM > Settings > Use your credentials > Callback Url > Copy it.
  4. Under the Redirect URI section, select Platform as Web, paste the Callback Url as the URL and click Register.
App Registration

If you already have an app created, then follows these steps to add Redirect URL:

Select your Application > Select Authentication in side menu > Under Platform configurations, press the Add a platform button > Select Web > Paste the Callback Url > Click on Configure > Click Save button at the bottom.

  1. Navigate to Manage > API permissions in the side menu > Click on + Add a permission.
  2. Choose the Dynamics CRM card under Microsoft APIs > Choose Application permissions > Select the scopes that you require > click on the Add Permissions button.
Setting up Microsoft Dynamics CRM 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.
Getting Client Secret
  1. Navigate to Overview in the side menu > Essentials tab > Copy the Client ID under Application (client) ID.
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.

Actions and triggers

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