While working on a WPF MVVM application (prism), I would like to implement authentication, as well as for authentication based on ASP.NET forms. I would like to restrict user access to screens where authorization is required. how can this be implemented in a WPF application since I am using PRISM.
source share