Yvan Duhamel

Results 116 comments of Yvan Duhamel

@jesusfer I confirm I can reproduce the same exception. I will investigate it more and update this issue with my progress. Thank you for taking the time to report this,

I believe I have a fix for this issue in https://github.com/Yvand/EntraCP/pull/329, but I'm not entirely sure my scenario was similar to yours. I will do more tests later this week...

@jesusfer thank you for this, that would be very useful indeed. I just published https://github.com/Yvand/EntraCP/releases/tag/nightly, which contains the fix in https://github.com/Yvand/EntraCP/pull/329. FYI it uses the exact same dependencies as the...

@jesusfer ok, somehow I totally missed your comment from yesterday 😅 Many thanks for taking the time to test it! I'll merge the PR soon

@toad-13 there properties are for internal use only: They are set by the claims provider at run-time, and contain the actual $filter / $select that will be sent to Graph

@toad-13 the fact that you did not associate AzureCP with a SPTrustedIdentityTokenIssuer explains why this returns nothing. Creating a SPTrustedIdentityTokenIssuer is a pre-requisite and it depends a lot on your...

@toad-13 once the trust is created, you need to associate the claims provider with that trust. Since you are using AzureCP (you should upgrade to EntraCP), [the script is here](https://entracp.yvand.net/docs-azurecp/usage/install/):...

@drakomi6 sorry for my late reply. I admit I did not try this scenario with so many users in a group, I will test your scenario and come back to...

@drakomi6 I confirm there is an issue with the current implementation: EntraCP uses endpoint `/groups/{id}/members` to return the users members of the groups specified in the textbox. But it returns...

@unh1990, can you confirm you are able to connect to your LDAP from the SharePoint server using the script below: ```powershell $filter = "(&(objectClass=user)(|(sAMAccountName=yvand*)(cn=yvand*)))" $ldapServer = "contoso.local" $ldapBase = "DC=contoso,DC=local"...