I have implemented Auth0 universal login within my .net core MVC application, I followed their documentation found on site (Auth0 ASP.NET Core MVC SDK Quickstarts: Login), and everything is working grand.
The hosted login page is launched then the Account/Login route is opened.
I now wanted to implement functionality on the MVC site which would allow me to directly launch the different hosted pages (signup & forgotten password).
I have tried to locate some documentation on how I would go about this from within .net core however I cannot find anything.
Can anyone point me in the right direction?