Hi, it doesn't seem that Kratos is executing a post-registration webhooks for OIDC accounts, is it a known issue? It does make a post-verification webhook though... 😬
I've made sure that my configuration is correct - I do receive webhooks for email/password registrations, but for OIDS it's just the (useless) verification hook 😮
RESOLVED: I had to duplicate the hook in the
after.hooks
section into the
after.oidc.hooks
. Also, this hook should be BEFORE the
session
hook.
UPD: this was not related only to oidc, in fact none of the hooks were working because of the
session
hooks overriding everything.