Add User Profile Services support
Closed this issue · 2 comments
koltyakov commented
Add User Profile Services support
koltyakov commented
A basic version is implemented. Not yet releases, as I need to clean up a few things.
If you need this functionality already, ping here, I'll ship sooner.
koltyakov commented
Published with v1.4.0.
User Profiles are fetched via Search API, so the search should be configured in the farm.
Search drived data source can be user only with user associated authentication strategies. E.g. it won't work with addin
strategy.
# sharepoint.yml
# ...
spec:
# Inclide `profiles` property to fetch user profiles
# Object structure for extensibility (adding custom properties)
profiles:
enabled: true
# Optional, an alias for the table name
alias: "profile"