Yvand / EntraCP

EntraCP (formerly AzureCP) is a claims provider that connects SharePoint to your Microsoft Entra ID tenant, in federated authentication
https://entracp.yvand.net/
Apache License 2.0
35 stars 8 forks source link

Workphone is not mapped and cannot be mapped #204

Open Richter79 opened 7 months ago

Richter79 commented 7 months ago

EntryCP seems to read MobilePhone correctly, but not the Workphone property, Also I'm not able to map it via /_admin/EntraCP/ClaimTypesConfig.aspx.

Environment: SP2019

Yvand commented 7 months ago

Thank you for reporting this, I will repro and give you a feedback asap on this

Yvand commented 6 months ago

@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

Richter79 commented 6 months ago

@Yvand : Thanks for the feedback.

It should be mapped to 'businessPhones': The telephone numbers for the user. NOTE: Although this is a string collection, only one number can be set for this property.

Yvand commented 6 months ago

Thank you, I will work on this soon, hopefully today, I'll keep you posted on the progress

Yvand commented 6 months ago

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:

It can be done, but it requires work I cannot commit to do right now. I will put this request in the backlog and keep you posted on the progress

Richter79 commented 6 months ago

Many thanks!