How could Azure help me to secure my rest services? Does the Service Bus provide a easier way to secure my REST services without requiring me in install my own SSL certificate?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Yes. ServiceBus uses SSL to encrypt the connection at the transport level, and ACS for authentication and authorization. You don't need to import your own certificate for this scenario. Here's an example of how to use the SB REST APIs with ACS enabled: http://rickgaribay.net/archive/2012/01/19/common-service-bus-queue-operations-with-the-rest-api.aspx |
|||
|
|