Closed
Description
The username
and domain
fields on Adobe ID users are not always present in every response from the server, because username
and domain
are attributes that only exist for Enterprise and Federated ID users. Currently, User Sync crashes if it gets an Adobe ID user who doesn't have one of these fields, so the server is forced to generate them in all responses (even though the API spec does not guarantee their presence). User Sync should be more tolerant, and not crash in this case.