We have a datasource in which some fields carry sensitive data. We would like some users (based on JAAS roles) to be able to see the data, and some not. Of course it's very easy for us to include or no include the data in our forms and lists within the javascript code. However using the server integration and the JSONFilter object, all the fields in the datasource are always passed down to the client. So simply using FireBug, Fiddler or others you can see the sensitive data.
So my question is, what are the best practices to dynamically securing datasource fields on the backend using the existing SDK?
So my question is, what are the best practices to dynamically securing datasource fields on the backend using the existing SDK?
Comment