Search Results for: oauth

Could not find a part of the path … bin\roslyn\csc.exe. Error while setting up of OAuth implicit 2.0 API for PowerApps portal

IF you are not aware of OAuth 2.0 Implicit grant for PowerApps portal, I suggest you refer this Microsoft Docs link. To put in Microsoft words – “This feature allows a customer to make client-side calls to external APIs and secure them by using OAuth implicit grant flow. It provides an endpoint to obtain secure …

Could not find a part of the path … bin\roslyn\csc.exe. Error while setting up of OAuth implicit 2.0 API for PowerApps portal Read More »

{Solved} Access Token validation error. Invalid Audience – Graph API Error

Hello everyone and welcome to my blog. In today’s blog I will discuss about a common error you may encounter while connecting to SharePoint or OneDrive using Graph API and how to resolve the same. When using Graph API, you may encounter the below error. Pic courtesy: Microsoft Learn. The error happen precisely because of …

{Solved} Access Token validation error. Invalid Audience – Graph API Error Read More »

{Solved} Could not create ssl/tls secure channel – Error while connecting to REST API using Certificate

Hello there and welcome to my blog. Today’s blog is going to be a bit different from my usual blogs on Power Platform and Dynamics 365. In today’s blog I will discuss about the error – Could not create ssl/tls secure channel I faced while connecting to a REST API using certificate and how I …

{Solved} Could not create ssl/tls secure channel – Error while connecting to REST API using Certificate Read More »

How to connect to SharePoint search API using certificate authentication

Hello everyone and welcome to my blog. Today’s blog is going to be bit different from my usual blogs on Power Apps and SharePoint. In this blog I will discuss on how to connect to SharePoint Search API using POSTMAN At the end of the article you will also learn the following topics. So let’s …

How to connect to SharePoint search API using certificate authentication Read More »

How to Query Metadata in DataVerse/ Common Data Service using Power Automate

Power Automate is flexible, powerful and not to forget, the future of Power Platform operations. And if you are working on DataVerse or the erstwhile Common Data Service, it is quite improbable that you haven’t worked with the CDS connector in Power Automate. Yet sometimes it is surprising to see some basic stuffs which could …

How to Query Metadata in DataVerse/ Common Data Service using Power Automate Read More »

{solved} Unable to connect to Dynamics 365/ CDS environment with two factor authentication enabled from your external application

Ever since MFA have been enabled for environments, I find quite a few requests on how can we connect to our Dynamics 365/ CDS environments from custom build external applications. I have even customers calling up and asking for a resolution since the console jobs are failing all of a sudden. Now we have two …

{solved} Unable to connect to Dynamics 365/ CDS environment with two factor authentication enabled from your external application Read More »

Create PDF document from files in SharePoint and send as an email attachment

Follow Debajit’s Power Apps & Dynamics 365 Blog on WordPress.com I am very excited to announce the new Utility from XrmForYou stable – “SharePoint Document Merger”. Let’ directly jump to the Utility functionality and other details So what does this Utility address? You have an opportunity in CRM and you are using the OOB CRM-SharePoint integration …

Create PDF document from files in SharePoint and send as an email attachment Read More »

{Solved} How to call Web API from a plugin or custom workflow in Dynamics 365

*Before I get started with the topic, a quick note on the use cases of this particular post. While everything mentioned in the post would work just fine, this post is more of conceptual and feasibility study than a real life implementation use case. For working with CRM data in same environment, SDK is the …

{Solved} How to call Web API from a plugin or custom workflow in Dynamics 365 Read More »

401. Unauthorized error while querying Dynamics 365 Web Api from external application. Follow these steps to avoid the error

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com I have wrote quite a few articles over the last one year to query Dynamics Web API using ADAL from client side and as well as server side. However lately I am receiving …

401. Unauthorized error while querying Dynamics 365 Web Api from external application. Follow these steps to avoid the error Read More »

Authentication between Dynamics 365 Web Api and external web application without user prompt

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.comAs promised, I am back to my second post on this topic. In my previous post, I showed you on how to generate Authorization token of D365 online from Native Console App using the …

Authentication between Dynamics 365 Web Api and external web application without user prompt Read More »

Headless Authentication with Dynamics CRM online Web API – Without using Active Directory Authentication Library (ADAL) {Part-I}

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com Well this topic has been discussed again over multiple times. And I myself has written a blog on how to do a headless authentication (without user intervention) between Dynamics CRM Online Web API …

Headless Authentication with Dynamics CRM online Web API – Without using Active Directory Authentication Library (ADAL) {Part-I} Read More »

Dynamics 365 Portal/ powerapps portal Authentication with with Google Account

Follow my blog for more interesting topics on Dynamics 365, Portals and Power Platform. For training and consulting, write to us at info@xrmforyou.com In my previous blog, I have explained on how to authenticate your Dynamics 365 portals with Azure Active Directory. You can read it here – https://debajmecrm.com/dynamics-365-portal-authentication-with-external-identities-part-i-authentication-with-azure-active-directory/ However these days it’s common to come …

Dynamics 365 Portal/ powerapps portal Authentication with with Google Account Read More »

{Dynamics CRM + Web API + Plugins} Can we make Web API calls from Plugins in Dynamics CRM 2016

After my last couple of blogs on Web API, I am being asked this question repeatedly. Can I use Web API from Plugins/ Custom workflows? And I keep on asking back, why do you need that? After all there is the almighty organization service which virtually allows you do anything and everything that you would …

{Dynamics CRM + Web API + Plugins} Can we make Web API calls from Plugins in Dynamics CRM 2016 Read More »

{KnowHow} How to use Discovery Service Web API of Dynamics CRM 2016

Recently I posted in my blog on how to execute Web API queries from external ASP.NET web application to retrieve data. Details could be found here – https://debajmecrm.com/knowhow-how-to-execute-web-api-calls-to-microsoft-dynamics-crm-from-an-external-asp-net-web-application/. After this post, people has been asking me to how to leverage the Discovery service Web API with Dynamics CRM 2016. And the most common question being …

{KnowHow} How to use Discovery Service Web API of Dynamics CRM 2016 Read More »

{Knowhow} How to execute Web API calls to Microsoft Dynamics CRM from an external ASP.NET web application

Microsoft Web API has delighted all and specially if you have a penchant towards exploring the API features, then Web API must have thrilled you by this time. Many consultants and experts, including myself, have written blogs on how to leverage the Web API features in Dynamics CRM.But all these far, all the examples have …

{Knowhow} How to execute Web API calls to Microsoft Dynamics CRM from an external ASP.NET web application Read More »

Understanding in Depth – Cross Origin resource sharing (CORS) in Dynamics CRM 2016

First don’t get overwhelmed by the title of the topic. All this means how to connect to CRM from a standalone HTML Page using the web-api. Prior to CRM 2016, you cannot connect to CRM OData service from any HTML Page outside dynamics CRM. However with CRM 2016 you are able to do this. If …

Understanding in Depth – Cross Origin resource sharing (CORS) in Dynamics CRM 2016 Read More »