high-optician-2097
can_interrupt
to falseeager-garden-2535
10/28/2022, 11:18 AMcan_interrupt: false
and response.ignore: false
it fails to get the identity from /admin/identities/ with http 404 error but if we set can_interrupt: false
and response.ignore: true
flow continues and We get the webhook notification with userId in it and we are able to call admin endpoint the get user information.eager-garden-2535
10/28/2022, 11:32 AMadmin/identities
endpoint to get the user data for the given userId
since it does not exist yet it fails and as a result registration flow fails.
Could this be the reason ?
In a Non blocking scenario(can_interrupt: false
and response.ignore: true
) we are able to get userdata from admin/identities
endpoint without an issue.high-optician-2097
can_interrupt
blocks the user creation on our end unless the web hook says “it is ok to save the user”. So if it is true, the user does not yet exist in the DB when the webhook is calledeager-garden-2535
10/28/2022, 1:27 PMeager-garden-2535
11/01/2022, 8:12 AMhigh-optician-2097
eager-garden-2535
11/01/2022, 9:41 AM