Hi,
I am trying to develop an application that is intended to be used by a small number (<10) of humans to access the published-notifications API (NotifiAPI?) for processing change announcements and I'm left with a couple of authentication related questions.
- Is there a suggested model for authentication with the RDP that doesn't require these humans to understand things like how to generate and retrieve an AppKey for themselves? Ideally it would be possible for these people to run the application concurrently but it's likely to only be a maximum of 3 at a time.
- I have a MachineID linked to my account and I can generate a list of 10 AppKeys but I think I'm being limited to only one of these having an open session at any one time. What's the purpose of allowing me to generate many AppKeys if only one is allowed to be used at any one time anyway?
- I found the response to this question from May 2021 suggesting work was scheduled to improve the session quota. https://community.developers.refinitiv.com/questions/78837/rdp-authentication-problem-with-multiple-websocket.html Has this been done? Can I get a larger session quota?
- Is there a way for a user to "Logout" when the application is finished? Thus freeing up the session they were using? I do not mean the takeExclusiveSignOnControl option. I would prefer for users to self-declare that they are finished and no longer need the session kept open
Thanks in advance