Thursday, August 23, 2018

How To Secure Your Entire MVC Application With Authorize Attribute

If you would like to secure your admin pages, you need to add “Authorize” attribute for all your admin controllers. However, you might get a situation like; you need to secure your entire MVC application without using any login page. For vast applications, it would be difficult to add “Authorize” attribute for each controller and manage it.

source https://www.c-sharpcorner.com/Blogs/how-to-secure-your-entire-mvc-application-with-authorize-attribute

No comments:

Post a Comment