Open Login page by default

I am looking for sample application using Blazor server side app and okta integration. Application should open Okta login page default and all webpages needs to be secure. And also there is one page that should work without authentication, I searched all over but didn’t find the proper solution. Could you please help me in that.

We have a sample blazor app here, and I should think your use case is solvable by just requiring authorization on the main route of your app so users are automatically prompted to login.

okay I will try that option. how to make particular page accessible without authentication. but keeping one thing in mind rest all the pages will be accessible through authentication only.

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