Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 549 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 549 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.
To achieve this, it contains 2 projects:

  • azure-function-app: An Azure function app, configured to require Entra ID authentication
  • spfx-solution: An SPFx solution with a simple WebPart, that requests an access token to connect to the Azure function app