Using Actions with org invite flow

I configured Post User Registration flow with code that should do something.
Code is working properly when adding user manually from the dashboard but when sending invitation from Organization, on accept i see user is added but no flow invoked!

I’m seeing the same behaviour. The Post User Registration flow is not run.

We have two scenarios:

  • invite user A to organization B. User A is not registered in the tenant
  • invite user A to organization C. User A is registered in the tenant and a member of organization B.

In either senario, user A clicks on the invitation URL or login URL and is correctly registered with the organizations and the tenant.

The problem is the Post User Registration flow is not run according to the Auth0 logs.