Bug 54526 - Azure AD does not support multiple phone numbers
Azure AD does not support multiple phone numbers
Status: NEW
Product: UCS
Classification: Unclassified
Component: Office 365
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: Mail maintainers
Mail maintainers
:
Depends on: 54403
Blocks: 54424
  Show dependency treegraph
 
Reported: 2022-03-09 12:23 CET by Esteban
Modified: 2022-04-05 18:02 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Esteban univentionstaff 2022-03-09 12:23:24 CET
https://docs.microsoft.com/en-us/azure/active-directory-b2c/user-profile-attributes

LDAP attributes telephoneNumber and mobile can contain a list of elements.
Azure attributes for those fields expect just strings, not a list of strings, so currently, we are filling it with the first element of the LDAP lists.

Look for a way to sync multiple phone numbers if exists.