Pre-select a single social connection to skip Auth0 login for New Universal login

Hey there @lightenna welcome back!

It looks like this can indeed be achieved in New Universal Login - It’s working for me using auth0-react authorizationParams for example:

 onClick={() => loginWithRedirect({authorizationParams: {
                      connection: "github"
                    }})}

Hope this helps!

2 Likes