Security


Manage all security aspects in one DSL


Security in Mendix has two sides: you want different people to see different parts of your application and you want to prevent unauthorised access. Both of these can be managed from the Business Modeler. Access to forms, data and microflow can be limited to authorised users.

Mendix-security

Advantages

  • Allow different people to see different forms and data.
  • Prevent unauthorised people from meddling with your system.
  • Role-based Access Control

Technical Features

  • Specify security at the level of forms, microflows and data in the domain model.
  • Advanced instance-level security: “People in this department cannot see orders from other departments”.
  • The menu bar is optimised based on the forms you are allowed to access.
  • Disable security temporarily while proto-typing to increase development speed.
  • Map your app user-roles with exisiting user-role repositories LDAP, Kerberos and NTLM