Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Post an article
Translate this page
Powered by
Microsoft® Translator
Wikis - Page Details
First published by
Alik Levin
When:
6 Oct 2011 4:23 PM
Last revision by
Alik Levin
When:
17 Feb 2012 10:36 AM
Revisions:
6
Comments:
0
Options
Subscribe to Article (RSS)
Share this
Can You Improve This Article?
Positively!
Click Sign In to add the tip, solution, correction or comment that will help other users.
Report inappropriate content using
these instructions
.
Wiki
>
TechNet Articles
>
Windows Azure AppFabric Cache With Federated Authentication Using ACS
Windows Azure AppFabric Cache With Federated Authentication Using ACS
Article
History
Windows Azure AppFabric Cache With Federated Authentication Using ACS
Back to
Windows Azure Active Directory Solutions For Developers
Table of Contents
Scenario
Solution Approach
Analysis
How To's
Code Samples
Resources
Scenario
In this scenario you are developing a cloud application to be deployed to Windows Azure and the application uses Windows Azure Caching Service. You want to make sure that access to the caches is authorized and that the identities used to access the caches managed by 3rd party.
Application uses Caching Service and deployed to Windows Azure
Need to authorize access to the caches
Identities managed externally to the application
Solution Approach
ACS is used to solve this scenario. review the following diagram:
ACS manages service identities and their credentials
Application requests a token from ACS based on credentials. ACS issues a token upon successful validation of the credentials
Application presents the token to Caching Service and upon successful validation of the token application is granted access to the Caching Service.
Analysis
???
How To's
??
Code Samples
Windows Azure AppFabric Samples
(Caching Samples section)
Resources
Security on the cache service
ACS
,
caching
,
cloud
,
Identity
,
WIF