-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
People Picker is not working #299
Comments
Hi @Srinivasnamala2003, this error is too generic. Also, AzureCP is outdated and was replaced by EntraCP, which brings major improvements. And just 1 remark: It is counter-productive to post your problem on multiple issues, that does not help in any way, and causes multiple people to receive useless notifications |
Hi Yvand, I hope you are doing well. We are currently facing an issue on the production farm, and users are experiencing difficulties. While we await the Entra CP upgrade to fully resolve the issue, I wanted to check if there is a workaround we can implement in the meantime. Could you please advise on the steps we can take to mitigate the issue for users until the upgrade is completed? |
@Srinivasnamala2003 as I mentioned, the error is too generic to determine the cause, but I suggest you test the connectivity to Entra ID using the scripts available on this page: https://entracp.yvand.net/docs-azurecp/help/troubleshooting/ |
HI Yvand |
@Srinivasnamala2003 you can find the link and the procedure in https://entracp.yvand.net/docs/usage/installation/#download-the-required-assets |
HI @Yvand, After deployed the EntraCP we are not able to see the central admin EntraCP session option in for add the tenant connection |
When Run the get-spclaimprovider is not EntraCP after installing the solution |
hi @Srinivasnamala2003, you have to follow all the steps in the documentation, it requires more steps than a typical wsp file. |
Hi Yvaand Add-Type -AssemblyName "Yvand.EntraCP, Version=1.0.0.0, Culture=neutral, PublicKeyToken=65dc6b5903b51636" Add a Microsoft Entra ID tenant using a client secret$tenant = New-Object "Yvand.EntraClaimsProvider.Configuration.EntraIDTenant" Add a Microsoft Entra ID tenant using a client certificate$tenant = New-Object "Yvand.EntraClaimsProvider.Configuration.EntraIDTenant" |
Can you run the script below and return the output: $solution = Get-SPSolution -Identity "EntraCP.wsp"
Get-SPFeature| Where-Object{$_.SolutionId -eq $solution.SolutionId} |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
We are getting below Error when we connect tenant using Client ID and Client Secert |
Most likely that is because you did not set the assembly bindings |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Hi Yvand
People picker is not working when take the logs we are seeing below error in the logs please give me the suggestion to resolving the issue
we are configure UPA AZure CCP In Sharepoint Subscription edition version
Error :
[AzureCP] Unexpected error occurred Microsoft.Graph could not query tenant 'EYGS.onmicrosoft.com': System.Net.Http.HttpRequestException: An error occurred while sending the request., Callstack:
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.RedirectHandler.d__6.MoveNext() --- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.RetryHandler.d__9.MoveNext() --- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.CompressionHandler.d__2.MoveNext() --- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.AuthenticationHandler.d__16.MoveNext() --- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Graph.HttpProvider.d__19.MoveNext()
The text was updated successfully, but these errors were encountered: