How to implement a landing page before calling Auth0 login

Hi guys!

I am new to Auth0 community.

Currently I am implementing Auth0 solution on a Episerver CMS website using ASP.NET (OWIN) solution.

Right now, when I go in to the website, it navigates directly to auth0 login. I would like to have a landing page where has a login button that connects to Auth0 login.

Any tips how can I solve this scenario?

Hi @chiching.lam,

Welcome to the Auth0 Community!

Have you looked at our ASP.NET OWIN example quickstart? I’m think it demonstrates this type of flow.