Hi Ory team and community. We are trying to create...
# ory-selfhosting
h
Hi Ory team and community. We are trying to create a PostRegistrationPrePersist webhook. The webhook returns code 200 in the following format as per the docs.
Copy code
{
  "identity": {
    "metadata_admin": {
      "sensitive_data": "str",
      "id": "some_id"
    },
    "metadata_public": {
      "foofoo": "barbar",
      "foo": "bar"
    }
  }
}
The issue is, only the metadata_public got updated, the metadata_admin is still null. Anybody has insights on why this happened?
This apparently is a bug in Kratos. Someone created GitHub issue back in May. https://github.com/ory/kratos/issues/3192 As @high-optician-2097 puts it, it "was missed in the requirements during implementation".