Best practice for supporting both DB and Passwordless connections in React

I was able to solve this myself. For anyone else who comes across this, I was able to pass authorizationParams, that specified the connection, to the loginWithRedirect(...) function. It looks like this:

loginWithRedirect({authorizationParams: { connection: "sms" }})
1 Like