I am having issues with ory cloud and setting up f...
# general
s
I am having issues with ory cloud and setting up flow-interrupting webhooks they do not seem to always work. I have managed to set one up that will block users from registering when they have not been whitelisted by being present in my db. However I am not able to set up the webhook/action in so that registering with sign up codes is also passed through this extra validation. I tried setting the method to All but it stops working, not even for password registration. Password registration only works when I specifically set the method to “password” which is surprising. Could some one help?
h
Hi, it looks like we are missing the code method here. Currently, the “all” method is broken and gets overwritten by password etc. Do you want this for the code method?
s
Yes i need it for the code method
Is there a way to set that up?
h
Yes, sorry for the delay. you can get the yaml config using „ory get identity-config <project.id> --format yaml“ and copy the webhook value to the code webhook and then use update-config to load the condig!
s
Thank you that worked! 👍