Challenge: Adding Public and Admin Views
Understand how to configure single sign-on correctly in an ASP.NET Core MVC application. This lesson guides you through fixing OIDC client settings, enabling a public view without authentication, and restricting admin views to users with the admin role, ensuring proper access control.
We'll cover the following...
We'll cover the following...
...