Setup
Connect to your Microsoft Dynamics CRM app for OAuth.
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
- Microsoft Azure Account. You can create one here.
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:
- Log in to your Microsoft Azure account.
- Search for Microsoft Entra ID and select it from Services in the top search bar.
- Navigate to
Overview
in the side menu > Click on+Add
> SelectApp Registration
. - Enter the App Name for your application and select
Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant)
under Supported Account Types. - Go to your
Apps catalog
in Cobalt > Search forMs Dynamics CRM
>Settings
>Use your credentials
>Callback Url
> Copy it. - Under the Redirect URI section, select Platform as
Web
, paste the Callback Url as the URL and clickRegister
.
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.
- Navigate to
Manage
>API permissions
in the side menu > Click on+ Add a permission
. - Choose the
Dynamics CRM
card under Microsoft APIs > ChooseApplication permissions
> Select the scopes that you require > click on theAdd Permissions
button.
- 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 clickAdd
to create your credentials. - Copy the displayed Client Secret under the
Value
column.
- Navigate to
Overview
in the side menu >Essentials
tab > Copy the Client ID underApplication (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.
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.