Forum Discussion
robert_karen
11 years agoNew Member
having trouble getting oauth2 token from azure w/ java
Hi, I am new to developing BI apps and am stuck trying to get authentication for a web server app via azure. I am getting an authentication code, but when I try to request an authentication toke...
curth
11 years agoPower BI Team
I'm sorry, I'm not familiar with the Java HTTP libraries.
robert_karen
11 years agoNew Member
Maybe you can clarify that I am using correct resource_uri. The one I have registerred in azure is the one included in the request for the auth. code, and it is where the code
response is sent. then that same web app which received the code is making the request for the token, which contains the same resource_uri parameter as in the request-
so the web app requesting the token includes a resource_uri which is 'itself'. is that correct? it doesn't sound right.
thanks for any help?