question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

People Picker is searching users only from current site and not entire active directory

See original GitHub issue

I have noticed that people picker is searching users present in current site only . It should fetch all users in active directory ``` <PeoplePicker context={this.props.pageContext} titleText=“People Picker” personSelectionLimit={1} groupName={‘’}// Leave this blank in case you want to filter from all users showtooltip={true} isRequired={false} tooltipMessage={“Search for people”} selectedItems={this._getPeoplePickerItems} />

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:33 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
AsishPcommented, Dec 9, 2018

@sympmarc , @ManiKum @harshdamaniahd, forgot to add few key points as below.

  1. The Site users are prepopulated by default, so the users could still choose from them
  2. If not, search will pull more data after entering 3 characters of the user name similar to OOB People picker control.
  3. Have added a delay of 1 sec to allow the search results to return when resolving suggestions. I am trying to find a way to show a spinner for this wait but not ready yet (will submit another PR later if already merged)

@tsekityam, @Arknev , could you please test this on your tenancy with large user sets to pull users which are not site users. If the resolve suggestions doesn’t happen within the default 1 sec delay Please use resolveDelay (in millisecs) to add more delay if needed.

1reaction
AsishPcommented, Dec 9, 2018

@ManiKum, yeah it should be ready in PR soon. Ironing some final functionality implementation with default users and resolving some final bugs. After that as soon as it is merged it will be ready for use.

Read more comments on GitHub >

github_iconTop Results From Across the Web

People Picker doesn't resolve users from other domains
Fixes an issue in which you receive the No match found error when you try to resolve users from other domains from People...
Read more >
People Picker not Showing All Users from Active Directory ...
By default, the People picker should show accounts from AD where the server belongs to. It also will get the users from Two-way-Trusted...
Read more >
SharePoint People Picker search only from Active Directory
In sharepoint, when we search for users using "People Picker", it fetches the users from "User Information List" as well as Active Directory....
Read more >
Configure People Picker to find users from the UPA
Traditionally when users are located via People Picker, an LDAP query is executed to the domain / forests configured in the People Picker...
Read more >
SharePoint Claims Based Authentication Provider - Optimal IdM
Optimal People Picker for SharePoint is a federated claims provider that ... it not only supports multiple AD forests, but it also allows...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found