Hi there. After a new user signs up through an invitation to an organization, their organization is not passed along to the callback URL/login URL.
Expected behavior:
- The user goes to the login URL with the
invitation
andorganization
parameters - They sign up
- They are redirected to the login URL with the
organization
URL retained
What actually happens:
- The user goes to the login URL with the
invitation
andorganization
parameters - They sign up
- They are redirected to the login URL, but their
organization
is not passed as a query parameter