You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: