I'm trying to read data from Jira Cloud into Denodo which is our Virtual Datawarehouse. We use the guide provided by Denodo for Denodo 8.
In essance Denodo will communicate with Jira over OATH 2(3LO).
One of the steps is to generate an authorization URL:
We use:
https://auth.atlassian.com/oauth/token as token endpoint and
https://auth.atlassian.com/authorize as Authorization server
http://127.0.0.1:9090/oauth/2.0/redirectURL.jsp as a redirect URL
According to the documentation the “Redirect URI” has to be filled with the same “Callback URL” that was entered in the Jira configuration.
When I get to the section to generate the authorization URL i get redirected to a site saying "problems logging you in"
Have any of you had any success with getting Denodo to talk to Jira Cloud?