Windows Azure AppFabric Access Control Service (ACS): REST Web Services And OAuth 2.0 Delegation

Scenario

Following are characteristics of the scenario:

  • RESTful web service requires SWT token.
  • Credentials validated by the same authority that exposes the RESTful web service.
  • RESTful web service is accessed by intermediary and not by the end user.
  • Credentials must not be shared with intermediary.

 Scenario: ACS OAuth Delegation REST

Solution

  • Use ACS as an OAuth authorization server.
  • Use WIF Extensions for OAuth CTP.

 Solution: ACS OAuth Delegation REST

Supporting Materials