Hello All,
I would like to ask you for advice, so one of my client recently receive RTO Service ID and he decide that he would like to use LSEG Data Library for Python in order to get data. He most likely use examples from our github page because in his application in order to authenticate he require "app-key", "username", "password" like below and this also lead me to conclusion that authentication method that he use is v1 which for RTO ServiceID is not the best option.
"sessions": {
"default": "platform.ldp",
"platform": {
"ldp": {
"app-key": "YOUR APP KEY GOES HERE!",
"username": "YOUR LDP LOGIN OR MACHINE GOES HERE!",
"password": "YOUR LDP PASSWORD GOES HERE!"
},
"deployed": {
"app-key": "YOUR APP KEY GOES HERE!",
"realtime-distribution-system": {
"url" : "YOUR DEPLOYED HOST:PORT GOES HERE!",
"dacs" : {
"username" : "YOUR DACS ID GOES HERE!",
"application-id" : 256,
"position" : ""
}
My question is: is it possible to that he can use v2 authentication method in LSEG Data Library (I have seen that this is possible but I could not find example of it) and if yes, is app-key still require? SO if it require still can I just generate it on this page
https://emea1-apps.platform.refinitiv.com/apps/AppkeyGenerato
and it will be working with ServiceID?