Back to Windows Azure Active Directory Solutioss="content-fragment-inner fiji-content-fragment-inner">

Scenario

In this scenario you have WCF service that exposes SOAP endpoint. It needs to authenticate requests based on issued SAML tokens.



Solution Approach

Windows Azure AppFabrice Access Control Service (ACS) is used to solve this scenario.  

Analysis

In this solution an agent (WCF client) uses WIF to send request directly to ACS requesting a SAML token based on the credentials which could be a UID/PWD pair or X.509 client certificate. For more details on tokens read Token Formats Supported in ACSACS issues the SAML token upon successful authentication based on the credentials. The agent sends the token to the WCF service where it is validated and parsed using WIF. For more info read Web Services and ACS. ACS manages WCF service identities and their credentials using Service Identities entities.

How-To's

Code Samples

Resources