Hello! I have set up a flow-interrupting webhook which returns 403 status code when our custom check for one of the registration fields fails. I return the payload as in this example:
https://www.ory.sh/docs/guides/integrate-with-ory-cloud-through-webhooks#flow-interrupting-webhooks., but with “error” type.
As a result the error message is shown below the validated field (field is provided in my response as ‘instance_ptr’), but the field itself is shown as still valid (it is green instead of red). Is there any option I can provide in response to show this field as invalid? I do not see anything about it in the docs.
Thanks!