Listed below are some typical security implementations in Servoy applications.

Basic Servoy Security

Practical where the security will be managed by the developer of the application and does not require anyone else configuring users or permissions.

Steps

Custom Authentication

To allow tenant administrators or "super users" to adminstrate users, or if you are using an external authentication source, you must create custom authentication.  Custom authentication will allow the developer to use a users table in the database for authentication or access an external authentication directory

NOTE: To use external authentication, most likely a plugin is required.

Steps