The most recent content from our members.
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…
Good morning, We are being migrated to Version 2 authentication for our WebSocket API. My non-functional team is looking for the OpenAPI spec for the new API so that they can register the egress pattern. I have spent some time looking around the portal but have not been able to find it. Can someone point me in the right…
So I'm going to implement a websocket client to contribute to a websocket client. The first thing I need to do is to obtain an access token. So the first problem I get at the moment is that I'm receiving a 401 Access Denied on my machine account. So I ask this as content to my request Endpoint:…
The client is using PHP and is able to open a WebSocket to the link http://eu-west-1-aws-1-sm.optimized-pricing-api.refinitiv.net:443/ but he asked what information he needs to send to the WebSocket to be able to log in. The installation & Configuration guide says he needs to send the following information: { "Domain":…
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…
Is there any difference between authenticating user by https://api.refinitiv.com/auth/oauth2/v1/token or https://api.refinitiv.com/auth/oauth2/v2/token URLS? So far I am able to use only first URL. Will I have the same token and permissions like I would use second URL?
Hello, We are attempting to connect to the contributions websocket channel here - contrib-ws1-emea1.platform.refinitiv.com We have production credentials and can successfully ftech our auth tokens from https://api.refinitiv.com/auth/oauth2/v1/token when we attempt to login to the websocket channel we get this error:…
I am unable to authenticate a PlatformSession using the Refinitiv.Data libraries (v1.0.0-beta2) for .NET when trying to use GrantRefreshToken grant type. session = PlatformSession.Definition().AppKey(appKey) .OAuthGrantType(new GrantRefreshToken().UserName(username).RefreshToken(refreshToken)) .TakeSignonControl(true)…
Hi support team, We have access to DSS only and managed to get the data by calling REST API successfully. In our tests, we used the (HTTP) authentication method as described in the tutorial here. Now we are trying to authenticate by OAuth 2.0 specification. We have found the document on the developer portal; however, it…
I'm working on an Eikon add-on (desktop, thick client) that uses AAA to log in and entitle users. We're transitioning some of our services to the Elektron Data Platform which requires an OAuth2 token. We want to use the iPlanetDirectoryPro cookie/token which was created when the user previously logged in. In reading the…
It looks like you're new here. Sign in or register to get started.