Google > SQL >

SQL Server Contained Database Authentication Flag Disabled

MEDIUM
Source
CloudSploit
ID
sql-server-contained-database-authentication-flag-disabled

SQL Server Contained Database Authentication Flag Disabled

Ensure that contained database authentication flag is disabled for SQL Server instances.

The Contained Database Authentication allows user to connect to the database without authenticating at the Database Engine level by moving the authentication boundary from the Database Engine level to the database level, hence it is recommended to disable this flag.

Ensure that all SQL Server database instances have contained database authentication flag disabled.