We are currently using the Refinitiv Data Library for .NET for streaming data. Authentication is performed using ApplicationKey, MachineID, and Password. The login process is outlined at https://github.com/LSEG-API-Samples/Example.DataLibrary.DotNet, as follows:
"rdpSession": {
"rdp-credentials": {
"app-key": "<Application Key>",
"password-grant": {
"machine-id": "<RDP Machine ID>",
"password": "<RDP Password>"
}
}
}
Like in the example, we use the Refinitiv.Data nuget package.
We need to transition to using Customer Identity and Access Management (CIAM) for authentication.
Could you please inform us what changes are necessary in the settings or application to operate with this new type of login? I should have the Service ID and Password available; what modifications need to be made to the application?
Thank you.