I created a new application and downloaded the sample Asp.NET MVC application. when I click the Login link I am directed to login and sent back to the apps main page. The Auth0 UI shows the successful login. However, when I attempt to access Account/Claims I get into a loop that keeps asking me to log in again.
I am using the sample code without modifications and have confirmed the Domain, Client ID, and Client secret in the settings. I have also confirmed the redirect URL in the web client settings and Application settings.
What do I need to check at this point?