Invite Member to an Organization

Problem
When sending an organization invitation email, the accept invitation redirect_url can’t be customized. right now auth0 forces me to redirect the user to the login route.

Solution
I want to redirect the invitee once he/she accepts the invitation to a custom route in my application.

@joaqra It will use the login URL defined at the Auth0 Application level if one is defined there, or the one defined at the Auth0 tenant level if it isn’t defined at the app level.

If you need to have multiple login URLs for a single application we’d recommend redirecting the user from within your application when they hit the Login URL.