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...
Overview
In this challenge, you have an MVC application where SSO is improperly configured. To complete the challenge, you will need to configure it properly so it can complete the full OIDC authentication flow and render the correct views. ...