Information
The app security features (any of the appSecurity-* versions) enable basic features like authentication, authorization and transport security. Depending on the resources in the servers and the security configuration needed additional security features also need to be enabled.
Enabling Security for applications prevents unauthorized users from accessing an application. This is the basic security feature to be added in addition to other features that the server might need.
Solution
Add the appSecurity-2.0 under the featureManager element in the ${server.config.dir}/configDropins/overrides/<any file name>.xml
<featureManager>
<feature>appSecurity-2.0</feature>
</featureManager>