How can I secure a flow, i.e. how to assert that only an authorized application and submit data to NiFi? Can I connect a flow to LDAP for example where I will have registered all the callers and their permissions (and policies)?
I have seen only the possibility to secure NiFi regarding the user that logs in but this is irrelevant to my question.
[Update 2/10/2017] Checking AWS IoT I see that AWSCredentialsProviderControllerService is being used. Likewise, can we develop (is it recommended actually?) our authentication/authorization service to protect our processes? Is there any such service for LDAP or DB integration?