Integrating Bot with Dynamics CRM (OAuth 2.0 Authentication) – Nishant Rana’s Weblog
Let us continue with our previous posts on understanding and implementing a simple bot that interact with Dynamics CRM using Microsoft Bot Framework
Till now we had hard coded our connection to CRM inside the bot application which was used to create lead records in CRM.
In this post, we will use OAuth2 authentication to connect to CRM Service (Web API).
We’d update our bot to use Sign-In Card. It will launch a web browser (web site which redirects user to authenticate to office 365)…
Full Article
Integrating Bot with Dynamics CRM (OAuth 2.0 Authentication) – Nishant Rana’s Weblog
Blog Syndicated with Nishant Rana’s Permission
More About This Author
Array
- Dyn365CE10 September 2024Sample Code to create and associate Folder / SharePoint Document Location (Dataverse /Dynamics 365 / SharePoint Online)
- Dyn365CE9 September 2024Fixed – The attempted operation is prohibited because it exceeds the list view threshold error– SharePoint Online
- Dyn365CE3 September 2024Fixed – “The relative url contains invalid characters. Please use a different name. Valid relative url names cannot ends with the following strings: .aspx, .ashx, .asmx, .svc , cannot begin or end with a dot, cannot contain consecutive dots and cannot contain any of the following characters: ~ ” # % & * : ? / \ { | }. “ error while creating SharePoint Document Location – Dynamics 365 / Dataverse
- Dyn365CE2 September 2024Data Migration of Quote and Quote Product – few key points (Dataverse/Dynamics 365/ SSIS)