Need to capture additional info and create user on our server during registration

Hi @jon_s,

Welcome to the Auth0 Community!

This is a completely valid approach to getting additional sign-up fields from the user. One alternative to this approach is to configure additional sign-up fields on the signup page.

Please see our How to configure additional signup fields on the Universal Login Page FAQ for more instructions on how to accomplish this.

I recommend using a Post-User Registration Action here, since we want to execute logic after the user registers but before they log in.

Please let me know how this works for you.

Thanks,
Rueben