Ensure that the 'contained database authentication' database flag for Cloud SQL on the SQL Server instance is set to 'off'
Setting contained database authentication to 'on' will enable the use of Contained databases, which is not recommend for most cases due to potential security threats. Most of the threats are related to the USER WITH PASSWORD authentication process, which moves the authentication process from the Database Engine level to the database level.
Updated 7 months ago