-
Authentication Token related queries
Hello Team, I have multiple questions regarding Authentication Token part. Please find them below: 1. How we validate that the current/previously requested token is yet valid or not 2. What is the limit of authentication token per day and per minute. 3. Could you please give example of how we can limit authentication token…
-
Authentication problem{"error":"429" ,"error_description":"Request rate too high." }
Hi, I am using the Refinitiv Data Library for .NET, and everything has been working perfectly until now. For a few days now I have a problem that looks like this: I also tried sending a request (by Postman) https://api.refinitiv.com/auth/oauth2/v1/token, but the response is the same: { "error": "429", "error_description":…
-
api.refinitiv.com; nested exception
I/O error on POST request for https://api.refinitiv.com/auth/oauth2/v1/token: api.refinitiv.com; nested exception is java.net.UnknownHostException: api.refinitiv.com.
-
Java SDK ReactorChannel dispatch failed: -1(Server has rejected the Login request.)
After a period (typically about 20 mins) we experience an Auth timeout on the RDP; example message below: ReactorChannel dispatch failed: -1(Server has rejected the Login request.) 2023-12-15 16:39:10,947 ERROR com.refinitiv.ema.access.OmmConsu merImpl [] - loggerMsg ClientName: LoginCallbackClient Severity: Error Text:…
-
RDP session quota per machine ID
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…
-
State: Closed/Suspect/Timeout - text: "Authentication token has expired."
Our application is connecting successfully, but the connection drops after a little while. It does so systematically when restarted. The same code works fine for other instances using other machine IDs. I have verified that only this instance use the machineID and I was confirmed that it is dedicated. Is there a…
-
State: Closed/Suspect/Timeout - text: "Authentication token has expired."
com.refinitiv.ema.access.OmmConsumerImpl.rdmLoginMsgCallback [msg-thread-2] ·⊱══> loggerMsg ClientName: LoginCallbackClient Severity: Error Text: RDMLogin stream was closed with status message username AQIC5wM2LY4Sfcw7PI%2BpJrKoLe9CMNUh64rTD0GjH6uqt68%3D%40AAJTSQACMzAAAlNLABQtNTE1NTk5NjQxMzM4MDQzOTM1NwACUzEAAjIx%23…
-
RDP TokenManagement with an account configured for RTO and wealth snapshot News services
A client signed a wealth license for RTO ( service ELEKTRON_DD watchlist 15K ) and a wealth license for snapshot news. Both services are configured on 1 Machine Account. The client uses the Java SDK to get the streaming prices. The client configured a LPC ( legacy protocol convertor ) to manage the service discovery and…
-
OAuth2 does not work with refresh_token in RDP
Hello, We are using RDP to fetch news (/data/news/v1). We use OAuth2 to authenticate (https://api.refinitiv.com/auth/oauth2/v1/token) using a username/password at first and then the refresh_token we get from the response. We realized that after the actual token expiration we cannot retrieve a new one using the…
-
EMA:Failed to perform transport secure channel connections to hosts. Error: Couldn't add the chan...
...nel to the token session as the token reissue interval(-2319 ms) is too small. loggerMsg ClientName: LoginCallbackClient Severity: Error Text: RDMLogin stream was closed with status message username <not set> usernameType <not set> State: Closed/Suspect/Usage error - text: "Failed to perform transport secure channel…
-
Are there any usage restrictions about liveness token?
I am using the liveness token api, /verification/v1/liveness/token, our app will use this token to call the liveness SDK. I want to know if different users and devices can use the same token?
-
Recived token not working
Hello, We are having a problem with the connection token. Some times, when we get the token from refinitiv we get rejected: Getting the token: { "Domain":"Login", "ID":1, "Key":{ "Elements":{ "ApplicationId":"739590397752477c9d02dde57af75cf77f98b680", "AuthenticationToken":"eyJ0eXAiO... Error: [ { "Domain":"Login", "ID":1,…
-
Getting auth token - how to fill request
I keep trying to load API token from that URL https://api.refinitiv.com/auth/oauth2/v2/token using Postman application. I've tried to follow the documentation from Swagger and this is how I filled the required fields: Unfortunately, the result is: { "error": "invalid_client",…
-
Websocket session with desktop session token
Hi Experts, I'm using the example for setting up a websocket connection. All works fine when I'm using the token that was requested in that example or from a separate platform session. However it's not connecting passing token from the established desktop session. The error message: "Text":"TREP authentication failed…
-
WebSocket API: Problems using cookie based authentication (C#)
Hi I am having issues using cookie-based authentication, when opening the web socket connection to wss://emea-1-t2.streaming-pricing-api.refinitiv.com:443/WebSocket. I am developing my application in C# against .Net 5.0 using the WebSocketSharp library. Assume I have a valid access token/refresh token pair acquired from…