Hi all,
I’ve spent the last few hours trying to figure out how I can allow anonymous access on targeted area of my application (built with .NET 6 / Blazor) - with no success.
The authentication part has been working fine for the past few months since we went live, however we need to add a “public” area where non authenticated users are able to navigate part of our web based application without being forced to create a user and/or authenticate.
I was hoping that there is a way of configuring the application in a way that - for example - for certain urls we do not redirect the users to the login area but I can’t find anything useful on neither the documentation nor the community posts. Am I missing something?
Thank you