3 messages in com.googlegroups.google-enterprise-developerRe: Security in Onebox
FromSent OnAttachments
davi...@cummins.com13 Jun 2006 14:27 
Nitin Mangtani13 Jun 2006 14:43 
Jeff Ragusa17 Jun 2006 13:18 
Subject:Re: Security in Onebox
From:Nitin Mangtani (nit@google.com)
Date:06/13/2006 02:43:00 PM
List:com.googlegroups.google-enterprise-developer

Hi David,

OneBox API does provide support for passing security information so that the results can be filtered based on users authorization levels.

You can find detailed information about access control with OneBox at: http://code.google.com/enterprise/documentation/oneboxguide.html#secureconnectiontotheprovider

On 6/13/06, davi@cummins.com <davi@cummins.com> wrote:

We are planing to implement the solution into one of our very secure application. But I was not sure if Onebox provides the datalevel security. For example, After logging into my application, I navigate to a screen which fetches data from a common Oracle DB table. The application will sort out data depending on the user's access previlages defined by the application and display the user's relevant data only. Any other user's data must never even be exposed partially. Does Onebox provide such a powerful capability? The documentation speaks security on the URL level only and so I am not convinced the data that each user sees on the screen is limited to his data only. Please help me in making a decision for this scenario.