how to get OAuth consumer key from jazz via oauthRequestConsumerKeyUrl
![](http://jazz.net/_images/myphoto/9cbda1551e19852757d7716f293a1504.jpg)
One answer
![](http://jazz.net/_images/myphoto/9cbda1551e19852757d7716f293a1504.jpg)
Comments
![](http://jazz.net/_images/myphoto/9cbda1551e19852757d7716f293a1504.jpg)
We have a local installation of CLM 6.0.2. We want to register our application as an incoming friend to Global Configuration (GC) module. I have accessed the rootservices document of GC i.e. https:/localJazz:9443/gc/rootservices, it contains a link for oauthRequestConsumerKeyUrl, as we have to register our application as an inbound friend to RDNG, that's why i am calling this oauthRequestConsumerKeyUrl and sending the json as mentioned in the rootServicesSpecAddendum. But the response that i am getting is an error message saying "Permission Denied" as mentioned in question above.
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Is it a typo? Why "gc" in the URL? I expect "rm" or "jts".
![](http://jazz.net/_images/myphoto/9cbda1551e19852757d7716f293a1504.jpg)
gc is not a typo. I want to register my application in "Consumers (Inbound)" in GC module. It is possible to do it via web interface. But I was trying to find out a way to do it via some api call.
![](http://jazz.net/_images/myphoto/0227396f4efb17d0baa0c12dd70df878.jpg)
Wow, a response 15 months too late. While I am not sure whether you can register a third-party application to GC that way, what you want to achieve as described looks confusing to me.
Comments
Donald Nong
May 06 '16, 5:12 a.m.When you said "jazz", did you mean jazz.net? If so, I don't think you can do it at all - that should require the JazzAdmins role which we don't have.
Saqib Niaz
May 11 '16, 3:44 a.m.@dnong by jazz, I meant our local installation of rational doors next generation.