I'm just strating a new project in MVC and I need to have a backend that has restricted access.
I was going to set up a group in Active Directory for users who have access rights and use the Authorize atribute on the backend controller to restrict access. I will also enable Windows authentication.
I was just wondering if that would be secure enough for an external facing website for a small to Medium site?
Thanks
Jemes