What is Openbravo ERP support for security features?
These are the main Openbravo ERP security features: • Encrypted communication (https/SSL). • Digest Passwords (SHA-1 BASE 64). • Centrally maintained access control (all Openbravo servlets extend from HttpSecureAppServlet.java which ensures that no unauthenticated access is allowed). • Standard session management through the Servlet API (HttpSession). • Declarative authentication mechanism to implement Single Sign On. Two levels of security are implemented: • Access control: users are assigned to roles. For each Openbravo component (Windows, Process, Reports, Forms, etc.) is defined which roles are granted. • Client/Organization filtering: all data in Openbravo belongs to a client and an organization. for each Openbravo role is defined the clients and organization in the system the role can use. Info is filtered to show info just from the allowed clients/organizations.