Yvand / EntraCP

EntraCP (formerly AzureCP) is a claims provider that connects SharePoint to your Microsoft Entra ID tenant, in federated authentication
https://entracp.yvand.net/
Apache License 2.0
35 stars 8 forks source link

No users found in People Picker #261

Closed pwann closed 2 weeks ago

pwann commented 2 weeks ago

Hi.

I have installed EntraCP on my SharePoint solution and connected it to Microsoft Entra as per the documentation.

When I check the "Troubleshoot EntraCP" page, it is correctly connecting to the tenant and finding users that are registered in Entra. But when I try to find users via the People Picker no results are returned. Am I missing some People Picker configuration that is not in the documentation?

I checked the EntraCP logs and nothing is throwing any errors, but it's only logging the user I was searching for when on the troubleshooting page.

image

Yvand commented 2 weeks ago

Can you check the SharePoint logs and filter on product/area "EntraCP" while you use the people picker? It will return the activity of the claims provider

pwann commented 2 weeks ago

Hi Yvand. Thanks for the response :)

This is what is being logged; however, it only logs when the "Troubleshoot EntraCP" page is refreshed in Central Adminitration. When using the People Picker, nothing is logged. It seems as though it's not connected to the People Picker at all, if that makes sense.

image

Yvand commented 2 weeks ago

Hi @pwann, for EntraCP to be used in the people picker, you have to use the people picker from any zone in a web application that uses the trusted authentication EntraCP is connected with.

pwann commented 2 weeks ago

Hi @Yvand

Thanks the help. I was able to fix it by giving the web application administrator rights.