Yvan Duhamel

Results 116 comments of Yvan Duhamel

I did additional research and my implementation is incomplete and needs a bit more work, I'll update you when it is ready (hopefully this week). If after that it is...

I pushed a [new commit](https://github.com/Yvand/EntraCP/pull/246/commits/5a7d294755d2fc03999a42f2f11bac520e83292f) and I believe it will work much better. I ended up by creating my own class to store the settings (authority and endpoints) per cloud...

Thank you for your feedback, please keep me posted

Yes, you can completely disconnect EntraCP from the SharePoint trust by running the script below: ```powershell # Set private member m_ClaimProviderName to null. Note that using .NET reflection on SharePoint...

There is no need to change any permission mapping in EntraCP, merely to update the user identifier for the guest accounts (in the global configuration page). Note that, since you...

Thank you for the heads-up, this is great, you are in good hands

@Vice93 thank you for reporting this, indeed this is probably legacy code, I'll fix it soon

fixed by https://github.com/Yvand/EntraCP/commit/825a80bd719d9485d2a8489cbfe131ce53e5a0d9

Hello @julmsy, reading this, I immediately think about a certificate validation issue, due to servers not having direct access to internet, and the proxy in Windows is not fully configured....

Hi @Vice93, you can test if `GetConfiguration()` returns null, and if so, you can create it by running `$config = [Yvand.EntraClaimsProvider.EntraCP]::CreateConfiguration()`