Yvan Duhamel

Results 116 comments of Yvan Duhamel

@mpatrick210 FYI v20 is now available for download, closing this issue

Hello @ChristophHannappel, not sure how to do what you ask: In [enum AuthenticationTypes](https://learn.microsoft.com/en-us/dotnet/api/system.directoryservices.authenticationtypes?view=netframework-4.8.1), None (equivalent of simple bind) has value 0, so I do not see how to possibly mix...

@ChristophHannappel maybe you're right, so the possible mappings would be: ``` [AuthenticationTypes] Encryption [ContextOptions] SimpleBind, SecureSocketLayer [AuthenticationTypes] None, Encryption [ContextOptions] SimpleBind, SecureSocketLayer [AuthenticationTypes] Secure, Encryption [ContextOptions] Negotiate, SecureSocketLayer ``` Is...

@ChristophHannappel feel free to look at the linked PR and tell me if the code change looks good

Hi, When you run this command, is there any error related to EntraCP in the SharePoint logs? Does the profile "i:0e.t|microsoftentratrust|[[email protected]" exist in the User Profile service application?

So it does not work because of this error: `System.Net.WebException ---> Inner Exception Details Exception type: System.Security.Authentication.AuthenticationException` Are you using a proxy? Can you try the troubleshooting steps in [this...

This is simply because there is no piece of code in SharePoint to fetch the user information from Entra ID to update the profile in the User Profile service. If...

> https://github.com/bed428/SharePoint-Subscription-Edition/blob/main/SP_EntraID_Profile_Sync.ps1 > > If you want all the attributes I have, you have to make some of them admin writable. (make them user writable then switch them back, the...

EntraCP (or any claims provider) cannot really do this. The only good option is to create the profile for the trusted user in the User Profile Service and set the...

In EntraCP, it is already done: those are the properties set in the column "PickerEntity metadata". But as I already mentioned, SharePoint will ignore it most of the time, unless...