Universal Login, Showing error messages returned from rules

Happy to help!

The method you’re using, Auth0\SDK\Auth0->login() does not take into account parameters, you’re correct. But you can build the link yourself and include those parameters if you want. The method is here:

… and an example of how that method is used is here:

In your error handling, you can build out the authorize link if those error params are present.