I have an ASP.NET MVC5 application that I need to configure to work with ADFS, so I'll be choosing Organizational Accounts
authentication and use the tooling to make this work. This will prevent access to the site unless the user gets a token from ADFS.
Is there a way to make some route (ex: /home/index) accessible by anonymous users and only redirect users to the ADFS login page once they access a restricted area?