How to change Auth0 Universal Login initial view in .net core 3.1

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?

Hey there @fanie!

Let me look it out for you and get back with the news soon!

1 Like

If you’re using New Universal Login here are the hints how to achieve that:

and pretty much any other sections in that document:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.