billowy-hydrogen-91000
09/21/2022, 2:03 PM[]
, so no identities are been created.
It works in local environment running Kratos in a docker container, so no clue here of what is happening in the Cloud version.
This is the piece of the config file where the webhook is presented:
registration:
after:
hooks: []
oidc:
hooks:
- hook: session
password:
hooks:
- config:
body: file:///etc/config/kratos/body.jsonnet
method: POST
response:
ignore: false
url: my-backend-url/user/registration
hook: web_hook
- hook: session
This is my jsonnet file:
function(ctx) {
type: 'after_registration',
user_id: ctx.identity.id,
identity: ctx.identity,
flow: ctx.flow,
}
billowy-hydrogen-91000
09/21/2022, 4:08 PMmagnificent-energy-493
steep-lamp-91158
steep-lamp-91158
billowy-hydrogen-91000
09/22/2022, 12:10 PMsteep-lamp-91158