There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
In this post we deal with applying a similar approach, but specifically for REST based services. In a RESTful world, the WS-Trust protocol and SAML token format, are exchanged for the OAuth protocol and the Simple Web Token (SWT) token format. The client will obtain a SAML token from ADFS, and exchange the SAML token for a SWT token using Windows Azure Access Control services (ACS) v2. Using this SWT token, can authenticate and consume cloud deployed Web API based REST services.