Hi All,
PCF Controls can utilize the Xrm.WebApi client-side sdk from inside Model Driven Apps, without having to go through the trouble of authentication.
For Canvas Apps, this will not work. Wondering if anyone has implemented any workarounds in their PCF controls for Canvas Apps to make server-side calls to Dataverse?
Theoretically it should be possible to generate the Auth bearer token and then use it to execute the Dataverse API calls. But are there any successful samples out there?
PS: Noticed that there is an idea to implement the same from @ScottDurow here - https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Allow-calling-Xrm-WebApi-from-PCF-controls-inside-Canvas-Apps/idi-p/687779
Thanks in advance!
No, we don;t support authentication in PCF controls and it is in the backlog. Not in at least until OCT 2021 release.
You can use connectors in certain cases to manage the authentication at a level above PCF .
hemant
Thanks @HemantG for the quick response!
Have a follow-up question around PCF / road-map of Dataverse REST API.
From a PCF control (for canvas apps), is it possible to do the following?
Thank you! 🙂
WebAPI support is not present in the canvas apps and you can use the Dataverse connector and patch calls to work against the backend - Microsoft Dataverse - Connectors | Microsoft Docs.
We are revisiting the web api design, one of the limitation is that there is no metadata to indicate what entity and action is called in the code even though we have the web api usage declaration. Contrast this with the canvas apps data source, if you use the account table for gallery control, solution detect the account (or custom entity dependency) ,
hemant
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
82
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1