The model used to authenticate OnBase database user accounts depends on your environment. Specifically, your environment determines whether database user accounts are:
-
A SQL user that logs on to the SQL Server instance and is mapped to a database user
-
A database user that is authenticated at the database level using a password
The database user account type models are configured upon installation depending on your environment, as shown in the following table.
Environment |
Database User Model |
---|---|
SQL Server |
SQL user with login mapped to a database user. |
SQL Server with a Partially Contained Database |
Database user with password. |
Azure SQL Managed Instance with a Partially Contained Database |
Database user with password. |
For more information about the containment feature, see the SQL Server documentation provided by Microsoft.