Yvan Duhamel

Results 116 comments of Yvan Duhamel

@Vice93 I would like to understand the root cause of this issue. Do you have repro steps I can use to repro this myself?

@Vice93 I basically do the same, and `$config.Settings.EntraIDTentants` should indeed not be null. When running `[Yvand.EntraClaimsProvider.EntraCP]::CreateConfiguration()` you should see this message in the log: ``` 04/16/2024 09:50:06.78 powershell.exe (0x1660) 0x0864...

I cannot tell you the IP of your proxy, it completely depends on your environment, if you use a proxy at all. If the SharePoint servers have a direct access...

@RamParamesh it is not mandatory to remove AzureCP, but I recommend that you [properly uninstall it](https://entracp.yvand.net/docs-azurecp/usage/remove/#uninstall-azurecp) before deploying EntraCP. Note that both solutions are independent and can run at same...

@RamParamesh sorry no, EntraCP is not a commercial product. It is a completely free, open source project, essentially developped by me, and I do not do it for money. If...

Hi @Kinumikao, thank you very much for raising this, I was not aware about this permission. I will be more than happy to use `User.ReadBasic.All` instead of `User.Read.All` if it...

Hi @Kinumikao, finally I tested the permission `User.ReadBasic.All`. Unfortunately, it cannot replace `User.Read.All` because it denies critical requests such as the one below: `/users?$count=true&$filter=( (startswith(UserPrincipalName, 'testEntraCPUser_001') and UserType eq 'Member')...

@SuyogMahindrakar I'm not sure what kind of proof you request? This project is open source, you can review the code. And it is compiled by GitHub itself through GitHub actions,...

@mpatrick210 thank you for reporting this, this is a bug in LDAPCP and the fix is in progress, you can monitor it here: https://github.com/Yvand/LDAPCP/pull/230

The PR was merged and the nightly build contains the fix, but final release is not published yet as I need to complete integration tests first. I expect that this...