Adding Configuring a WebApp Components Security
Resources of a Web application are secured using security policies that provide authentication, access control for resources, and confidentiality or data privacy.
Authentication: The means by which communicating entities prove to one another that they are acting on behalf of specific identities authorized for access.
Access control for resources: The means by which interactions with resources are limited to collections of users or programs in order to enforce integrity, confidentiality, or availability constraints.
Confidentiality or data privacy: The means used to ensure that information is made available only to users who are authorized to access it.
The WebApp component provides the Form-based Authentication and the Security Constraint policies to implement security policies for authentication and authorization of resources.