...
/Challenge: Adding Public and Admin Views
Challenge: Adding Public and Admin Views
Test yourself by enforcing authorization requirements on individual MVC Views.
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. ...