00fa5bc8b5 | ||
---|---|---|
.. | ||
.tours | ||
assets | ||
config | ||
src | ||
teams | ||
.editorconfig | ||
.gitignore | ||
.yo-rc.json | ||
README.md | ||
gulpfile.js | ||
package-lock.json | ||
package.json | ||
tsconfig.json | ||
tslint.json |
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
-
Select a library to store the thumbnails: A document library to store the thumbnail photos.
-
Delete thumbnail stored: This flag will decide whether you want to keep the thumbnails generated or to clean it after the sync completed.
-
Azure Function URL: Azure function URL to run the photo update.
-
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.
-
Date format: Date format to be used across the entire application. Used momentJS.
-
SharePoint Groups: Only the users from the configured SharePoint Groups and Site Administrator shall be allowed access.
-
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
Bulk sync
Compatibility
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.
Local Mode
This solution doesn't work on local mode.
SharePoint Mode
If you want to try on a real environment, open: O365 Workbench
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.
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 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.