AEM content services - secure json exported
Want to hear thoughts around , on a publish instance, What’s the best way to secure the json exported via content services - .model.json and the custom exporter framework (using the annotation) ? I tend to consider json exported using exporter json as well to be an extension of content services and hence part of content services.
For the latter, (exporter annotations), I understand one can customize the exported json to have what is needed to be exported , but is there a way to secure the json exported to have only certain folks access it ? Is it based on the resource type set within annotation that security is added?
Typically, when one exposes a servlet ,the res type is something that enables security as I gather among other ways such as service amended user account and api checks.