Let's explore using Microsoft's Official Microsoft Authentication Library (MSAL) for React from our PCF control
-
-
Quick Takeaway From Using Microsoft Graph Toolkit in PCF
I have always wanted to see how Microsoft Graph Toolkit would work within the PCF context. Here is a quick post to share some of the findings and lessons learned.
-
Choosing Who to Get Embed With: PCF Control or Embedded Canvas App
In this session, we explored which UI extensions to use when and why. We discussed the limitations of each from our experiences in working with them
-
Better PCF ALM with Environment Variables
This is a quick post to implement a better application lifecycle management (ALM) for PCF controls by utilising the Power Apps environment variables.
-
Using React AAD MSAL to call a secure API from a PCF Control
In my previous post, we've created our own custom authentication provider which exposed the members of the Microsoft Authentication Library (MSAL) to handle the authentication for the PCF control. Implementing our own is great, but for reusability, I wondered if there was an existing library we could utilise instead. In the search for this, I've come across an npm package called React AAD MSAL - a React wrapper for Azure AD using the MSAL. We will explore how we can incorporate this to call our custom API secured by the Azure AD from a PCF control.
-
Create Survey PCF Control Using Adaptive Cards Templating
Templating using Adaptive Cards has been in preview for more than a year and I have been itching to try them out so let's do it!