Hello :wave: kratos: Is it possible to add a custo...
# ory-selfhosting
c
Hello 👋 kratos: Is it possible to add a custom redirect URL by registration method ? looking to redirect users registered using OIDC to a another URL than the default one ?
looks like there is/was a webhook
redirect
. I can't find it anymore on the code yet
p
May be custom webhook ?
c
I don’t see how to do it using a webhook as from what I saw you can either change the user form data in the flow.
p
In registration flow section we can set
default_browser_return_url
on after section
c
thank you !