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:
23 Aug 2011 1:19 PM
Last revision by
Yagmoth555
(Microsoft Partner)
When:
1 Feb 2013 9:06 PM
Revisions:
10
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
>
Multi-Tenant Windows Azure Application With Federated Authentication - Building SaaS
Multi-Tenant Windows Azure Application With Federated Authentication - Building SaaS
Article
History
Multi-Tenant Windows Azure Application With Federated Authentication - Building SaaS
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
multi-tenant
web application to be deployed on Windows Azure. It requires that the application's tenants will be able to provide authentication to their users. When the tenant signs up for the application he
should
be able to select authentication method such as Facebook, Google, LiveID, Yahoo!, OpenID 2.0, or AD FS for
corporate
accounts. When finished with the sign up process the tenant's end users are readily able to use selected authentication method to log on to the application.
Multi-tenant Software as a Service (SaaS) web application deployed to Windows Azure.
The application requires authentication.
Authentication method should be configured during the sign up process.
Solution Approach
ACS is used to solve this scenario. ACS provides federation with Internet and enterprise identity providers. ACS
Management Service is used during sign-up (on-boarding)
process for automating the configuration for each tenant and its authentication method.
ACS used for federation with Internet identity providers (IdP's) such as LiveID, Google, Facebook, Yahoo!, and OpenID 2.0 IdP's
ACS used for federation via AD FS with enterprise identity providers that manage identities in Active Directory (AD)
ACS
Management Service used for automation during on-boarding process when configuring a tenant for specific IdP.
Analysis
ACS Management Service is the key enabling component in this scenario. ACS Management Service allows to perform management and administrative tasks for your ACS namespace programmatically. For more details read
ACS Management Service
.
How To's
How To: Use Management Service to Configure an OpenID Identity Provider
How To: Use Management Service to Configure Facebook as an Internet Identity Provider
How To: Use Management Service to Configure AD FS 2.0 as an Enterprise Identity Provider
How To: Use the ACS Management Service to Configure Rules and Rule Groups
How To: Use ACS Management Service to Configure Certificates and Keys
How To: Use ACS Management Service to Configure Service Identities
How To: Use ACS Management Service to Configure Relying Party Applications
Code Samples
Code Sample: Management Service
Fabrikam Shipping SaaS Demo Source Code
Resources
Windows Azure AppFabric Access Control Service (ACS) Academy Videos
ACS Architecture
ACS Management Service
http://www.fabrikamshipping.com/
ACS
,
AD FS
,
adfs
,
azure
,
cloud
,
en-US
,
Identity
,
WIF
,
Windows Azure