Passing params from loginWithRedirect to the new Universal Login

Sure, thanks!

So the first usecase is that we are doing a lazy login/create account. We allow customers to search for the product they want and ask them to create an account (or log in if they are not already) during the “checkout” process. In this case, we just wanted to pass along some information regarding the product they purchased.

The second use-case is that there are 2 different audiences, one being a customer and the other being a provider of service and pending on which role you are in, I would like to have different messaging and fields in the create account experience.

Thanks for all of the help, Dan!