Download presentation
Presentation is loading. Please wait.
Published byTheodore Matthews Modified over 9 years ago
2
Introduction
4
Please answer the survey questions posted at the end of this meeting. Let us know what sessions you want! Email Josh Topal at v-joshto@Microsoft.com.v-joshto@Microsoft.com Feel free to give feedback too.
6
Module 1: Understanding Identities Module 2: Environment Preparation for Single Sign-On & Directory Synchronization (DirSync) Module 3: Deploying SSO and ADFS 2.0 Module 4: Deploying Directory Synchronization (DirSync)
7
Server Technologies Active Directory Active Directory Federation Services (AD FS) Windows PowerShell™ 2.0 Network Technologies AD sites, trusts, & topology DNS & related technologies Wide area connectivity: networks, equipment, bandwidth, & latency Firewall technologies SSL certificates
8
Module 1 Understanding Identities
9
Understanding Identities Understanding Single Sign-On Understanding DirSync
10
Cloud Identity Separate credential from corporate credential Authentication occurs via cloud directory service Password policy stored in Office 365 Federated Identity Same credential as corporate credential Authentication occurs via on- premises Active Directory service Password policy is stored on- premises Requires Directory Synchronization
11
Cloud IdentityCloud Identity + DirSyncFederated Identity* Scenario Smaller organizations without on-premises Active Directory Medium to Large organizations with Active Directory on-premises Large enterprise organizations with Active Directory on-premises Pros Does not require on-premises server deployment “Source of Authority” is on- premises Enables coexistence Password Synchronization (Optional) Single Sign-On experience “Source of Authority” is on- premises 2-Factor Authentication options Enables coexistence Cons No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies Requires on-premises server deployment Requires on-premises server deployment in high availability scenario * Requires DirSync
12
Understanding Single Sign- On (Federated Identity)
13
Cloud IdentityCloud Identity + DirSyncFederated Identity* Scenario Smaller organizations without on-premises Active Directory Medium to Large organizations with on-premises Active Directory Large enterprise organizations with on-premises Active Directory Pros Does not require on- premises server deployment “Source of Authority” is on- premises Enables coexistence Password Synchronization (Optional) Single Sign-On experience “Source of Authority” is on- premises 2-Factor Authentication options Enables coexistence Cons No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies Requires on-premises server deployment Requires on-premises server deployment in high-availability scenario * Requires DirSync
15
Policy Control Access Control Reduced Support Calls Security
17
Understanding DirSync
18
Cloud Identity Cloud Identity + DirSync Federated Identity* Scenario Smaller organizations without on-premises Active Directory Medium to Large organizations with Active Directory on-premises Large enterprise organizations with Active Directory on- premises Pros Does not require on- premises server deployment “Source of Authority” is on-premises Enables coexistence Password Synchronization (Optional) Single Sign-On experience “Source of Authority” is on- premises 2-Factor Authentication options Enables coexistence Cons No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies No Single Sign-On No 2-Factor Authentication options 2 sets of credentials to manage with, potentially, different password policies Requires on-premises server deployment Requires on-premises server deployment in high-availability scenario * Requires DirSync
21
FeatureDirsync +Password Sync SSO with AD FS Use same username + password Control password policy on-premises No password re-entry if on-premises Client access filtering Authentication occurs on-premises (no credentials on cloud) Support for multi-forest configurations (FIM)
22
Module 1 Environment Preparation
23
DNS Preparation Active Directory Preparation Office 365 OnRamp
24
DNS Preparation
29
Active Directory(AD) Preparation
31
fulvio@contoso.local fulvio@contoso.com
35
Office 365 OnRamp
36
OnRamp for Office 365 is an automated assistance tool that helps you gather configuration requirements and perform deployment readiness checks against your on-premises environment. OnRamp can accelerate the deployment timeline, especially for organizations with requirements such as identity federation or hybrid deployment. Tool is available at: https://onramp.office365.com/onramp
38
Module 3: Deploying SSO & ADFS 2.0
39
Deploying Active Directory Federation Server Deploying Active Directory Federation Server Proxy
40
AD FS 2.x Server Default topology for Office 365 is an AD FS 2.x federation server farm that consists of multiple servers hosting your organization’s Federation Service Recommend using at least two federation servers in a load-balanced configuration AD FS 2.x Proxy Server Federation server proxies are used to redirect client authentication requests coming from outside your corporate network to the federation server farm Federation server proxies should be deployed in the DMZ
41
Windows Server 2008/2008R2 or Windows Server 2012PowerShellWeb Server (IIS).NET 3.5 SP1Windows Identity FoundationPublicly registered domain nameSSL Trusted Public CertificatesWindows Azure Active Directory Module for Windows PowerShellMicrosoft Online Sign In AssistantHigh availability design
42
Internet Explorer 8.0 or laterFirefox 10.0Chrome 17.0 or laterSafari 5.0 or laterMicrosoft Office 2010/2007 (Latest Service Pack)Microsoft Office for Mac 2011 (Latest Service Pack)Microsoft Office 2008 for Mac version 12.2.9Office 365 Desktop Setup (Suggested)Microsoft Online Sign In Assistant
43
1) Single server configuration 2) AD FS 2.x Server Farm and load-balancer 3) AD FS 2.x Proxy Server or UAG/TMG (External Users, Active Sync, Down-level Clients with Outlook) Enterprise Perimeter AD FS 2.x Server Proxy External User Internal user Active Directory AD FS 2.x Server Proxy
45
Active Directory running in Windows Server 2003, Windows Server 2008, or Windows Server 2008 R2 with a functional level of mixed or native mode AD FS 2.x deployed on Windows Server 2008/R2 or Windows Server 2012 AD FS 2.x Proxy deployed, if some users are connecting from outside the company’s network Windows Azure Active Directory Module for Windows PowerShell to establish a trust with Office 365 Required updates installed for Office 365 A unique third-party certificate when installing and configuring federation servers and federation server proxies
46
fulvio@contoso.local fulvio@contoso.com
47
Deploying Active Directory Federation Server
48
AD FS 2.x Server The default topology for Office 365 is an AD FS 2.x federation server farm that consists of multiple servers hosting your organization’s Federation Service We recommend the use of at least two federation servers in a load-balanced configuration
56
Buy and request a certificate from a Third- Party SSL Certificate Provider
60
Select the newly imported and generated certificate
67
Buy and request a certificate from a Third- Party SSL Certificate Provider
112
CommandDescription $cred=Get-Credential Prompt for Office 365 credentials and store them in a variable Connect-MsolService – Credential $cred Connect to Office 365 using stored credentials Set-MSOLAdfscontext -Computer Specify the local AD FS 2.x Server Convert-MSOLDomainToFederated –Domainname Convert the standard local domain to an Identity Federated Domain Get-MSOLFederationProperty Show Identity Federation Proprieties
117
Deploying Active Directory Federation Server Proxy
118
AD FS 2.x Proxy Server Federation server proxies are used to redirect client authentication requests coming from outside your corporate network to the federation server farm Federation server proxies should be deployed in the DMZ
119
External-facing federation server proxies are required if: An organization will use Outlook clients Users will access Office 365 for enterprise from home or public locations Users will access Office 365 for enterprise via mobile devices Prerequisites to deploy federation server proxies are: Federation server proxies deployed in the edge/DMZ network Federation servers & federation server proxies able to communicate over TCP 443 AD FS 2.x deployed on a Windows Server 2008/R2 or Windows Server 2012 Internet Information Services (IIS) 7 or 7.5 installed + Imported Certificate.NET Framework 3.5 SP1 installed
143
AD FS 2.x and SSO are now in place, but there are no users inside the Office 365 subscription We will need to replicate our users from the local AD to Office 365 We will deploy and use DirSync for that purpose (see Module 4)
144
Deployment Considerations
145
Number of usersMinimum number of servers Fewer than 1,000 users 0 dedicated federation servers 0 dedicated federation server proxies 1 dedicated NLB server 1,000 to 15,000 users 2 dedicated federation servers 2 dedicated federation server proxies 15,000 to 60,000 users Between 3 and 5 dedicated federation servers At least 2 dedicated federation server proxies
146
Use the following method only if this condition is true: The problem is caused by an on premise service outage that requires immediately restoring user access or the Active Directory Federation Services (AD FS) 2.0 server is available. Additional Info: http://support.microsoft.com/ kb/2662960/en-us http://support.microsoft.com/ kb/2662960/en-us
147
$cred = Get-Credential When you are prompted, enter Office 365 administrator credentials that are not SSO-enabled Connect-MsolService –credential $cred Set-MsolADFSContext –Computer Note In this command, the placeholder represents the name of the primary AD FS 2.x server Convert-MSOLDomainToStandard –DomainName - SkipUserConversion $false -PasswordFile c:\userpasswords.txt The userpasswords.txt file will contain the Cloud Identity passwords for all users.
148
The AD FS 2.x federation service can support access policies for allowing or denying access based upon the combination of the user requesting access and the IP address of his devices. ScenarioDescription Block all external access to Office 365 Office 365 access is allowed from all clients on the internal corporate network, but requests from external clients are denied based on the IP address of the external client. Block all external access to Office 365, except Exchange ActiveSync Office 365 access is allowed from all clients on the internal corporate network, as well as from any external client devices, such as smart phones, that make use of Exchange ActiveSync. All other external clients, such as those using Outlook, are blocked. Block all external access to Office 365, except for browser-based applications Blocks external access to Office 365, except for passive (browser-based) applications such as Outlook Web Access or SharePoint Online. Block all external access to Office 365 for members of designated Active Directory groups This scenario is used for testing and validating client access policy deployment. It blocks external access to Office 365 only for members of one or more Active Directory group. It can also be used to provide external access only to members of a group.
149
Module 4: Deploying Directory Synchronization (DirSync)
152
DirSync Requirements Overview
154
Windows Installer 4.5 or later Windows PowerShell version 2.0 Microsoft.NET Framework version 3.5 or later Windows Server 2008 R2 x64 with the latest service pack installed
156
Number of objects in Active Directory CPUMemoryHard disk size Fewer than 10,0001.6 GHz4 GB70 GB 10,000–50,0001.6 GHz4 GB70 GB 50,000–100,0001.6 GHz16 GB100 GB 100,000–300,0001.6 GHz32 GB300 GB 300,000–600,0001.6 GHz32 GB450 GB More than 600,0001.6 GHz32 GB500 GB
159
DirSync Synchronization
163
DirSync activation could require up to 48 hours, plan this activity in advance!
175
Troubleshooting
177
Reference Number will be always different
178
Q&A and Feedback
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.