Has any information relating to adding After Registration Webhooks to Ory Cloud? I have been looking at Ory CLI to update the config and can not seem to get it working. No error message but the identity get created even if response.ignore is false.
h
high-optician-2097
06/02/2022, 8:30 AM
If the web hook returns 200, the the request is seen as a success. Does the web hook arrive?
We currently do not yet support updating the identity as part of the webhook, there is a very advanced PR though for this: https://github.com/ory/kratos/pull/1585