Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 560 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 560 Bytes

This repository automates the whole process of creating a SharePoint SPFx WebPart that consumes a custom API secured with Entra ID, as described in this article. It contains 2 projects:

  • azure-function-app: An Azure function app that requires Entra ID authentication, and provides a (very simple) API
  • spfx-solution: An SPFx solution with a WebPart that requests an access token for to the Azure function app, to consume the API