I would like to see an example of the set of messages that I need to authenticate the rest Api Azure , ie the get and post specified in this list but examples. The web page is https://msdn.microsoft.com/en-us/library/partnercenter/dn974935.aspx https://azure.microsoft.com/es-es/documentation/articles/resource-manager-api-authentication/
2
- If possible, please detail your question.Peter Pan– Peter Pan2016-07-13 06:44:35 +00:00Commented Jul 13, 2016 at 6:44
- I connect with azure api thanks to the help of Microsoft, with this I managed to make calls to Azure api from iOS application. azure.microsoft.com/en-us/documentation/articles/…Jorge Ferrero Linacero– Jorge Ferrero Linacero2016-07-14 08:24:56 +00:00Commented Jul 14, 2016 at 8:24
Add a comment |
1 Answer
There are two blogs which shows how to authenticate the REST API with ARM via get the access token and use the token to authorize a REST call.
- For C#, please see How to call the Azure Resource Manager REST API from C#.
- For Java, please see Authenticating Azure Resource Management REST API requests using Java.
Meanwhile, you can refer to Azure samples about Azure AD via access https://github.com/Azure-Samples?utf8=%E2%9C%93&query=active-directory.
Hope it helps. Any concern, please feel free to let me know.
2 Comments
Jorge Ferrero Linacero
Thanks for the reply, got what I wanted thanks to this help.azure.microsoft.com/en-us/documentation/articles/…
Peter Pan
@JorgeFerreroLinacero Good. Thanks for your sharing.