Yvan Duhamel
Yvan Duhamel
It looks like you did not set the assembly bindings, as documented in https://entracp.yvand.net/docs/usage/installation/#set-the-assembly-bindings
You cannot. Users who sign-in to SharePoint with different authentication modes are completely different and cannot be mapped. You either need to duplicate permissions (bad idea, almost impossible to maintain)...
Thank you for reporting this, I will repro and give you a feedback asap on this
@Richter79 sorry for the delay, I checked and the property Workphone does not exist for users. See below the list of user properties: https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-1.0#properties
Thank you, I will work on this soon, hopefully today, I'll keep you posted on the progress
I did some tests, and the work required to support property BusinessPhones is significant, because it requires the $filter to be very specifically crafted to be able to use it:...
@jaycallahan1973 one thing to understand: EntraCP does not decide what claim types to use, it reads them from the trust it is associated with ("azuread" based on your screenshot). It...
@RichCasale I was not able to actually test to connect to a US tenant, because I don't have access to one. Are you willing to allow me to try to...
@RichCasale thank you for sharing your analysis, this looks promising, and sorry for my late reply. I will work on it asap, probably tomorrow, and update this thread. Since I...
@RichCasale I opened PR https://github.com/Yvand/EntraCP/pull/246 for this issue, and I just published a [nightly build](https://github.com/Yvand/EntraCP/releases/tag/nightly) that you can test in your environment. To update your farm, please follow [this article](https://entracp.yvand.net/docs/usage/update/)....