Forum Discussion
Chris Schipper
Jun 25, 2018Copper Contributor
Get an API Access Token through REST Calls
For a week now I have not been able to figure out how to grab a bearer access token through REST API calls. I found the following guide: http://www.vibhutisinha.com/2014/09/step-by-step-to-creat...
Beau Cameron
Jun 25, 2018MVP
Do your permissions require Tenant Admin Approval? (What permissions are you trying to grant)
Chris Schipper
Jun 25, 2018Copper Contributor
They should not require Tenant Admin Approval. I am simply trying to send a request to the following URL: https://accounts.accesscontrol.windows.net/tokens/OAuth/2 and receive the bearer access token. According to the guide that I mentioned above, I should be good to get the token after I hit the "Trust It" button for the app.