.Net MVC NET Core Sample - Auto redirect to IdP

Hello, I created a sample project using the ASP MVC Core samples provided and it works correctly. (Super easy, nice work!).

I noticed that there is a requirement to have an Account Controller with a /Login method as this is the default for ASP. Is there anything coded in the Auth0 helpers that will allow me to not have that requirement? Something that is coded to intercept the default authentication endpoint request and then just send them directly to the IdP to login?

Thanks!