Hi
I was wondering: does any of you know
Purpose: built a custom page in a model driven app in which users need to select one or more documents form a SharePoint folder. I got the SharePoint navigation already working with a canvas component, but look and feel (and especially resizing of columns) is not aligned with model driven app look 'n feel...
Thanks for your feedback!
I don't know of any pre-packaged answers to this, but there is a reason for that:
In order for your PCF to pull content from SharePoint's API the way the OOB MSFT control does, it will need to use MSAL to get the current user's token silently. This requires an App Id, a Tenant Id, and an App Secret or Certificate. At least the Secret is then stored in a Key Vault and accessed through environment variables.
MSFT shortcuts this by using their own fancy first-party app registration in the background that doesn't need to ask for permission. Of course, You can absolutely build a control that accomplishes the same goal, but you would need to take all those setup steps yourself manually. That isn't difficult when you know what you're doing, but it is something people are unlikely to build and put out on the PCF Gallery because it wouldn't work without all that setup and no one wants to deal with 300 GitHub issues from people who just don't know how to set up AD.
User | Count |
---|---|
3 | |
2 | |
2 | |
1 | |
1 |