EMA client id

I am trying runConsumer with the client_id (appkey for non-prod) and jks keystore.

Will the appkey generated using refinitiv appkey generator for Side by Side API, EDP

API, Eikon Data API work with EMA API? How do I add EMA API access to the appkey?


CommandLine.addOption("clientId", "Specifies a unique ID for application making the request to EDP token service, also known as AppKey generated using an AppGenerator.");
CommandLine.addOption("clientSecret", "Specifies the associted client Secret with a provided clientId for V2 logins.");


Thanks in advance.



Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    The example 113 that you are trying is specific for session management - i.e. connection to cloud. If you are migrating from RFA, most likely you are connecting to an in-house market data infrastructure. I would recommend that you start with the consumer 100 example for that, or even better - follow this step-by-step quickstart guide followed by tutorials.

Answers