When using auth0 organisations - you can opt to send users invitations to sign up via email, instead of creating users on their behalf first. They get an email with a link like so:
Ticket ID of the organization invitation. When inviting a member to an Organization, your application should handle invitation acceptance by forwarding the invitation and organization key-value pairs when the user accepts the invitation.
I've monkey patched it - and happy to send a video of it working e2e if you don't have 'organisations' available
When using auth0 organisations - you can opt to send users invitations to sign up via email, instead of creating users on their behalf first. They get an email with a link like so:
Adding the invitation to the
/authorise
endpoint works as expected - reference to the Auth0 docI've monkey patched it - and happy to send a video of it working e2e if you don't have 'organisations' available