Rally Software

 View Only

Rally integration over OAuth

  • 1.  Rally integration over OAuth

    Posted Jun 08, 2019 08:31 PM
    Hello All,

    I was able to integrate with Rally using an API key. Now I am looking to integrate with Rally over OAuth authentication.

    I am getting below error when trying from my third party system.




    Here is my Authorization URL: https://rally1.rallydev.com/login/oauth2/auth?state=username&response_type=code&redirect_uri=https://company.com/oauth_redirect.do&client_id=[my_clientID]&scope=alm

    I have formatted URL based on the below post.
    https://github.com/RallySoftware/rally-oauth-examples

    Does anyone have any pointers? 

    P.S: I was able to test OAuth using Postman, I am getting above error only when I am trying from Salesforce.