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!