Hi all,
I wanted to confirm what is the best practice for updating Kratos User Identities.
Lets say I have a user with some identity saved in identities table of Kratos DB.
Now for updating their identity should I be using a Settings Flow (thru POST
https://www.ory.sh/self-service/settings) or Admin flow (thru PUT
https://www.ory.sh/admin/identities/{id}).
I was thinking that if the user tries to update their identity then
Settings Flow should be used and when an
administrator on our platform tries to update other users’ identities then Admin flow is to be used. But not sure if it matters which is being as at the end the result is kind of same.
Would love to know others’ opinions.
Thanks!