‎2006 Apr 13 10:55 PM
I'm curious about how security is handled with Visual Composer Apps. From what I think I know it creates a web app with interactive objects (flash?). Some of the objects data will come from different infoproviders. How do you control the security? Is it at the app level? InfoProvider level? Am I even looking at it the right way?
Thanks!
‎2006 Apr 14 9:01 AM
a) VC is embedded in the Portal and uses therefore Portal security. The users that you use for VC is a Portal user, which you normally map to the backend. That means if you go through the app-layer, you have full security from the application.
b) concerning direct database access (and bypassing a potentially available app layer): there you have to make sure that the authorization on the database level are maintained and mapped to the Portal user.
Mario
‎2006 Apr 14 9:01 AM
a) VC is embedded in the Portal and uses therefore Portal security. The users that you use for VC is a Portal user, which you normally map to the backend. That means if you go through the app-layer, you have full security from the application.
b) concerning direct database access (and bypassing a potentially available app layer): there you have to make sure that the authorization on the database level are maintained and mapped to the Portal user.
Mario