sp-dev-fx-webparts/samples/react-photo-sync
Hugo Bernier 9595591f9e Added spfx 1.11 containers 2022-02-15 00:37:36 -05:00
..
.tours Added codetour to the solution. 2020-09-14 18:20:22 +08:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config Adding PnP identifier for the MPN ID entries in samples - distinct sample usage in production 2021-01-07 14:51:39 +02:00
src Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
teams Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
.editorconfig Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
.gitignore Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
.yo-rc.json Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
README.md Added spfx 1.11 containers 2022-02-15 00:37:36 -05:00
gulpfile.js Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
package-lock.json Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
package.json Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
tsconfig.json Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00
tslint.json Synchronize photos from AAD and FileShare to SharePoint UPS. 2020-09-13 21:59:44 +08:00

README.md

SPUPS Photo Sync

Summary

This web part will help the administrators to synchronize the User Profile Photos from Azure AD or from the local filesystem to SharePoint User Profile Store.

Features

  • User selection will help you to update only specific user based on the selection. It will also allow the users to fetch the photos from Azure AD before starting the synchronization.

  • Bulk Sync will allow the admin to upload the photos from their file shares. The filename should be in the format 'UserID.jpg'

  • Access control based on SharePoint Group, not all the users can access the application.

  • Separate section to check the status of the photo update.

  • Azure Function to handle the photo update. PnPPowershell is used in Azure Function.

  • The application supports SPA.

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 thumbnails: A document library to store the thumbnail photos.

  2. Delete thumbnail stored: This flag will decide whether you want to keep the thumbnails generated or to clean it after the sync completed.

  3. Azure Function URL: Azure function URL to run the photo update.

  4. 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.

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

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

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

Preview

User Selection sync

SPUPS-Photo-Sync_1

Bulk sync

SPUPS-Photo-Sync_2

Compatibility

SPFx 1.11 Node.js v10 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Teams Incompatible Local Workbench Incompatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Prerequisites

None

Solution

Solution Author(s)
SPUPS Photo Sync Sudharsan K.(@sudharsank, SPKnowledge)

Version history

Version Date Comments
1.0.0.0 Sep 13 2020 Initial release

Minimal Path to Awesome

  • Clone this repository
  • 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 SPUPS Photo Sync 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 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

Sync photos from Azure AD to SharePoint using Microsoft Graph and Azure Function

Help

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.