sp-dev-fx-webparts/samples/react-spupsproperty-sync
Hugo Bernier 429d92a604 Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
..
.devcontainer Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
sharepoint/Images Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
src Updated the SPHelper methods with a proper return type. 2020-04-24 23:19:03 +08:00
teams Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
.editorconfig Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
.gitignore Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
.yo-rc.json Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
README.md Added SPFx 1.10 containers 2022-02-15 00:50:11 -05:00
gulpfile.js Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
package-lock.json Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
package.json Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
tsconfig.json Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00
tslint.json Initial release of SPUPSProperty Sync 2020-04-24 11:29:53 +08:00

README.md

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
react
04/23/2020 12:00:00 AM

SPUPS Property Sync

Summary

This component will help the administrators who are currently maintaining the user profiles in their organization. Since not all the properties from Azure are synced automatically to SharePoint UPS, this solution will help administrator to synchronize specific properties (default or custom) from Azure or maintained in a separate system directly to SharePoint UPS using property import. Below are the features

  • Property Mapping will provide a flexible and user-friendly way to pick the properties to be synced.
  • Templates can be generated based on the 'Property Mapping'.
  • Download the generated templates in both CSV & JSON format.
  • User selection to allow you to update only the users whose properties are changed or yet to be updated.
  • User selection method will allow the admin to update both
    • Manually entered properties or which are maintained in a separate system
    • Properties from Azure AD
  • Bulk Sync will allow the admin to upload the data using the templates generated. They can also use this templates as a base for exporting the data from other system and then feed them here to update the properties.
  • Access control based on SharePoint Group, not all the users can access the applictaion.
  • Anytime access to the template files generated with different property set and the files uploaded for bulk update.
  • Separate section to check the status of the property update. Detailed status on each property and also display the overall status.
  • Azure Function to handle the property update. PnPPowershell is used in Azure Function.
  • The application supports SPA (Single Page Application).

Note: All the supporting lists were created when the web part is loaded for the first time. Whenever the web part is loaded, the supported lists were checked whether it exists or not.

Properties

  1. Select a library to store the templates: A document library to store all the templates generated and also the data files uploaded for bulk sync.

  2. Azure Function URL: Azure function URL to run the property update silently.

  3. Use Certificate for Azure Function authentication: The video mentioned below to setup Azure Function has different options. This setting will decide whether to use the certificate or stored credentials to communicate with SharePoint.

  4. Date format: Date format to be used across the entire application. Used momentJS.

  5. SharePoint Groups: Only the users from the configured SharePoint Groups and Site Administrator shall be allowed access.

  6. Use page full width: This is used when the web part is added to a site page where it has to use full width.

Note: Only the Site Administrator is allowed to update the application properties.

Preview

SPUPS-Property-Sync

Compatibility

SPFx 1.10 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Incompatible Hosted Workbench Compatible (with API permissions) Compatible with Remote Containers

Applies to

Solution

Solution Author(s)
SPUPS Property Sync Sudharsan K. (@sudharsank, Know More)

Version history

Version Date Comments
1.0.0.0 Apr 23 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • From your command line, change your current directory to the directory containing this sample (react-spupsproperty-sync, located under samples)
  • in the command line run:
    • npm install
    • gulp bundle --ship && gulp package-solution --ship
  • Add the .sppkg file to the app catalog and add the Page Comments web part to the page.
  • Azure Function has to be setup for property update. The actual powershell is uploaded in the assets folder. Follow the steps explained in the below video by Paolo Pialorsi.

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Local Mode

This solution doesn't work on local mode.

SharePoint Mode

If you want to try on a real environment, open: O365 Workbench

Video

SharePoint User Profile Property Sync with SPFx and Azure Function

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.