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
Sean Jenkin
(Microsoft Community Contributor)
When:
28 Jul 2011 3:08 PM
Last revision by
Alik Levin
When:
17 Feb 2012 10:13 AM
Revisions:
22
Comments:
1
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
>
ASP.NET Web Form Application With Federated Authentication
ASP.NET Web Form Application With Federated Authentication
Article
History
ASP.NET Web Form Application With Federated Authentication
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 ASP.NET Web Forms web application and you need to implement authentication using either Internet identities such as Live ID, Google, Facebook, Yahoo!, or OpenID 2.0 or enterprise identities managed by corporate Active Directory.
Web Application is developed using ASP.NET Web Forms.
Internet identities such as Live ID, Facebook, Google, Yahoo!, OpenID 2.0
Enterprise identities managed by corporate Active Directory (AD)
Solution Approach
Windows Azure AppFabrice Access Control Service (
ACS
) is used to solve this scenario.
ACS provides federation with Internet identities such as Live ID, Google, Facebook, Yahoo!, OpenID 2.0
ACS provides federation with enterprise Active Directory (AD) via AD FS 2.0
WIF is used to parse and validate the incoming tokens at the application.
Analysis
In this solution end user tries to access the web application and the request being denied since WIF identifies there is no token in it. WIF redirects to the configrued ACS namespace. ACS redirects the end user to the configured identity provider (IdP) where he submits his credentials. Upon successful authentication IdP issues a token and the end user seamlessly redirected to ACS where IdP's token is transformed into ACS token which is sent back to the end user. Then it is redirected back to the web application where the ACS' token validated by WIF. All that occurs seemlessly to the end user. For more details read
Web Applications and ACS
How To's
How To: Create My First Claims-Aware ASP.NET Application Using ACS
How To: Host Login Pages in Your ASP.NET Web Application
How To: Implement Claims Authorization in a Claims-Aware ASP.NET Application Using WIF and ACS
How To: Implement Role Based Access Control (RBAC) in a Claims-Aware ASP.NET Application Using WIF and ACS
How To: Configure Trust Between ACS and ASP.NET Web Applications Using X.509 Certificates
Code Samples
Code Sample: ASP.NET Simple Forms
Resources
Windows Azure AppFabric Access Control Service (ACS) Academy Videos
Securing Web Applications with ACS
ACS
,
AD FS
,
adfs
,
cloud
,
Identity
,
WIF