Apparently the mapUserToObject method has changed and added some extra mappings in 4.3.0.
In one of our projects, the claims coming from a client's AD B2C account - to which we don't have access - don't contain a name or emails claim and thus existing code breaks.
Is the solution to update the package providing (empty) defaults for the extra mappings or would you argue that the claims SHOULD always be present in the payload?
Apparently the
mapUserToObject
method has changed and added some extra mappings in4.3.0
.In one of our projects, the claims coming from a client's AD B2C account - to which we don't have access - don't contain a
name
oremails
claim and thus existing code breaks.Is the solution to update the package providing (empty) defaults for the extra mappings or would you argue that the claims SHOULD always be present in the payload?
Related issue #1165