Login/Logout redirect loop

Hello, I am attempting to configure login for my .NET 8 MVC application. I have followed the quick start guide and added login and logout methods to my account controller. When user clicks login they are taken to auth0 to input credentials, after clicking login, it seems to get stuck in a loop of refreshing the page. This is the same with logout. If i stop and restart the app, the user is successfully logged in/out/. Allowed Callback/Login URL’s are configured. So effectively login does work but only after the app is restarted, otherwise it seems to get stuck in a loop

Hi @l1461887

Welcome to the Auth0 Community!
I’m reading through your post and am working on providing some details/documents to assist with everything, just wanted to let you know that we’re looking into this for you.

Thank you for your patience!
Gerald

I was able to find this resource that could prove useful when it comes to setting up your .NET 8 application. One detail that I found in previous looping cases was that " URL" instead of “URI” ( and vice-versa) could cause this, for example regarding the redirectURL/redirectURI parameters.
Do you see anything within your logs related to these events, do they appear as successful?

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