Introduction
This document provides a step-by-step guide for MS Dynamics customers to implement OAuth 2.0 authentication for seamless integration with SupportLogic.
Actions to be Performed by the Customer Admin
1. Register the Application in Azure Portal
Open the Azure Portal.
Navigate to App Registrations.
Click on New Registration
On the App Details page:
Enter
SupportLogic Plugin
under Name.Choose Single Tenant under the Supported Account Type.
Click on Register.
After successful creation of the app:
Note down the Application ID and Directory ID for later use.
2. Add API Permissions
Open the API Permissions tab.
Click on Add a permission to add Dynamics CRM to the permissions list.
Select Dynamics CRM from the list.
Choose Delegated Permissions:
Select
user_impersonation
.Click on Add Permissions.
3. Create a Client Secret
Open the Certificates & Secrets tab.
Click on New Client Secret.
In the Client Secret form:
Enter
SupportLogic Plugin
under Name.Set the Expiry Time to Never.
Click on Add.
Copy the Client Secret and note it down for later use.
Note: The secret will not be visible after refreshing the page.
4. Configure the Application User in Dynamics 365
Navigate to Advanced Settings → System → Security → Users in the Dynamics 365 Instance.
Click on New Application User.
Fill in the Application ID in the form:
Other fields will populate automatically.
Under Roles, select System Administrator.
Click on Save.
Final Steps
Verify the following values and forward them to SupportLogic for the backend integration:
Dynamics 365 Instance URL
Application (Client) ID
Directory (Tenant) ID
Client Secret
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article