This article explores an alternative approach to impersonation or elevated permissions. While Azure Functions offer flexibility, they require coding expertise and an Azure subscription, making them resource-intensive. A simpler solution is Power Automate, which is easy to create and maintain without coding or deployment, though it requires premium triggers for impersonation.
SPFx
Elevated Permissions in SPFx Web part
Learn about managing elevated permissions in SharePoint Framework (SPFx) web parts. This article explores the concepts of permissions, how to request elevated access, and best practices for securely handling permissions in your SPFx solutions to ensure smooth and compliant operations in SharePoint environments.
How to use Brand Fonts in SPFx Web part
How to utilize the Brand Fonts in custom SPFx web part and also other CSS variables that are available OOB.
Modern QuickLinks – SharePoint Web part
Modern QuickLinks enhances the standard SharePoint QuickLinks with advanced features and improved flexibility. Experience a modern design and elevated functionality for a better SharePoint experience.
Controlled Access – Application extension
Unlock advanced access control for Modern SharePoint Pages with custom configuration.
Streamlining SPFx Development with React Hooks
This blog demonstrates how to enhance SharePoint Framework (SPFx) projects by using React Hooks instead of class components. Learn to integrate Hooks into SPFx for improved performance and reusability. #spfx #mvpbuzz #m365 #pnpweekly
PnP React Controls Part 21 – ListItemComments
Learn how to use PnP ListItemComments control. #sharepoint #mvpbuzz #pnpweekly #pnp #spfx
Guest Users To Send Email from SPFx Webpart.
How to send email as Guest users from SPFx web part using different approaches.
SPFx Webpart – External User Access
The article discusses a common issue when using SharePoint Framework web part with external users. It provides a resolution involving granting read access to relevant pages and files, making use of the ClientSideAssets folder, and possibly executing certain commands via the SharePoint Online Management Shell, depending on error messages.
PnP React Controls Part 20 – RichText Control
Learn how to use PnP RichText control.