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 10:51 AM
Last revision by
Alik Levin
When:
17 Feb 2012 10:30 AM
Revisions:
9
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
>
Office 365 With Federated Authentication, Identities In Active Directory
Office 365 With Federated Authentication, Identities In Active Directory
Article
History
Office 365 With Federated Authentication, Identities In Active Directory
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 you required to enable single sign-on (SSO) for your Office 365 service integrating with corporate Active Directory (AD).
Office 365.
Users are managed in corporate Active Directory (AD).
Need to provide SSO for corporate users to allow them using their corporate accounts to log on to Office 365 services.
Solution Approach
Active Directory Federation Services (AD FS) used to solve this scenario.
AD FS is used as a Security Token Service (STS).
When inside corporate walls end user is authenticated using AD during the log on to his workstation. When accessing Office 365 services there are series of redirects, seamless to end user, that result in AD FS issuing a token that is validated by Office 365.
When outside corporate walls end user is authenticated using web form provided by AD FS. AD FS accepts credentials and validates them against AD. Upon
successful
authentication end user is redirected to Office 365 service.
Analysis
This is not pure developer scenario as it does not require coding rather pure system configurations.
How To's
Prepare for single sign-on
.
Plan for and deploy Active Directory Federation Services 2.0 for use with single sign-on
Install and configure the Microsoft Online Services Module for Windows PowerShell for single sign-on
Add your domain to Office 365
Verify a domain at any domain name registrar
Verify and manage single sign-on
Manage directory synchronization
Code Samples
N/A
Resources
Single sign-on: Roadmap
Active Directory synchronization: Roadmap
ACS
,
AD FS
,
adfs
,
cloud
,
has image
,
Identity
,
Office 365
,
WIF