Problem
-
Due to business requirements, we would need to be able to conditionally gather additional information from a user depending on which account logs in.
-
Allow some users to login using username/password (Example: user logs in successfully and enters application).
-
Require some users to login using username/password and then conditionally gather additional pieces of data, based on what group they are a part of. (Example: users successfully logged in, now require then to enter their favorite number to complete a valid login action).
-
Is this possible with Auth0? If so, how to implement, could I please get some guides/tutorials on this information? I have been unable to come across a customized conditional login experience such as this thus far in my searches across Auth0 forums.