elasticio / salesforce-component

elastic.io component that connects to Salesforce API (node.js)
Apache License 2.0
3 stars 7 forks source link

Fix redirectUri for OAuth #80

Closed kirill-levitskiy closed 4 years ago

kirill-levitskiy commented 5 years ago

Next configuration should be fixed, even if it doesn't reflect on component's work, because it confuses. There is no such endpoint at the platform.

redirectUri: 'https://app.elastic.io/oauth/v2',

kirill-levitskiy commented 4 years ago

The issue was solved in the PR https://github.com/elasticio/salesforce-component/pull/85