I have implemented an EMA provider to source the data to different downstream applications, and I want to implement an authentication or entitlement management feature such that the access control policy can be enforced to the connected users. One of the potential use cases is that only some host/users can connect to the service, unauthorized user will not be able to login and the connection should be dropped.
Scenario:
The downstream applications connected to my application directly and the data exchanging is in Reuters format by using the EMA C++ API.
Are there any suggested way/best practice for implementing such features under the Reuters EMA API usage?