Updating person requires to access two services: Authen service from Identity and Person Service from HP.Api.
First of all, if the user is changing the personal data such as firstname, lastname, email address or Adress, user needs to hit the Identity service to modify the data.
If the user is required to change the Todo-related data, it needs to access to the Hp.Api since these data are stored in MongoDB.
Updating person requires to access two services: Authen service from Identity and Person Service from HP.Api. First of all, if the user is changing the personal data such as firstname, lastname, email address or Adress, user needs to hit the Identity service to modify the data. If the user is required to change the Todo-related data, it needs to access to the Hp.Api since these data are stored in MongoDB.