Sherlock
Results
1
issues of
Sherlock
I start by updating user's password in UI  This results in Http Put request to following URL [https://localhost:44340/idm/api/users/ab879063-a184-495b-a99b-4a85e8c96144/properties/cGFzc3dvcmQ] It then goes to `await this.idmService.SetUserPropertyAsync(subject, type, value)` and to `SetUserProperty(metadata.UserMetadata.UpdateProperties,...
bug