44
17-20 OCTOBER 2011 DURBAN ICC

TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Embed Size (px)

DESCRIPTION

Organizations planning for Extranet access to SharePoint 2010 or faced with providing access to an Intranet from multiple internal authentication platforms often find it challenging to properly architect SharePoint for extranets, to isolate content, and to manage identities across disparate systems. The complexity involved in understanding how to isolate content from a security perspective but still provide for a collaborative space for end users is complex, and if not done correctly can lead to security breaches and confusion. This session focuses on understanding the various extranet models for SharePoint 2010 and providing real world guidance on how to implement them. Covered are extranet content models and extranet authentication options, including Claims-based authentication and also covering advanced options using tools such as Microsoft's Forefront Identity Manager (FIM) 2010 to centralize identity management to SharePoint 2010 farms, allowing for better control, automatic account provisioning, and synchronization of profile information across multiple SharePoint authentication providers. • Review Extranet design options with SharePoint 2010 • Understand the need for identity management across SharePoint farms • Examine real world deployment guidance and architecture for SharePoint environments using multiple authentication providers

Citation preview

Page 1: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

17-20 OCTOBER 2011

DURBAN ICC

Page 2: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Collaborating with Extranet Partners on SharePoint 2010 OFC306

Michael Noel – Convergent Computing

Page 3: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Michael Noel• Author of SAMS Publishing titles “SharePoint 2010 Unleashed,” “SharePoint 2007 Unleashed,”

“SharePoint 2003 Unleashed”, “Teach Yourself SharePoint 2003 in 10 Minutes,” “Windows Server 2008 R2 Unleashed,” “Exchange Server 2010 Unleashed”, “ISA Server 2006 Unleashed”, and many other titles .

• Partner at Convergent Computing (www.cco.com / +1(510)444-5700) – San Francisco Bay Area based Infrastructure/Security specialists for SharePoint, AD, Exchange, Security

Page 4: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

What we’ll cover• Why an Extranet?• SharePoint 2010 Extranets• Extranet Architecture Options• Claims-based Authentication• Forefront Unified Access Gateway (UAG) for extranets• Forefront Identity Manager for Identity Management

in an Extranet

Page 5: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Why an Extranet?

Page 6: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Why an Extranet?• Security Isolation– Isolation of Data– Less Exposure, Perimeter Network Scenarios

• Partner Collaboration– Share SP Content with External Partners– Control Partner Accounts

Anonymous Customer Scenarios are not Extranets

Page 7: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

SharePoint 2010 Extranets• Claims-based Authentication Support• Multiple Authentication Providers• Better Scalability (Services Architecture)– Goodbye SSP!– Server Groups– Services Applications

• Multiple Authentication Types per Web Application

Page 8: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Sample Extranet Architecture

Page 9: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Design around Security Requirements

• Scenario 1: Extranet and Internal Users in Single Farm– 1A: Single Web App / Single Site Collection– 1B: Single Web App / Separate Site Collections– 1C: Multiple Web Apps / Content DBs– 1D: Separate App Pool / Service App Group

• Scenario 2: Extranet and Internal Users in Single Farm / Separate Trusted Forests

• Scenario 3: Extranet and Internal Users in Multiple Farms / One-Way Trust• Scenario 4: Extranet an Internal Users in Separate Farms / Claims-based

Auth for Internal Access to Extranet• Scenario 5: Extranet an Internal Users in Separate Farms / No Access for

Internal Accounts to Extranet• Scenario 6: Separate Farms / AD FS Federation for Extranet Auth

LessSecurity

MoreSecurity

Page 10: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 1:Extranet and Internal Users in Single Farm

1A: Single Web App / Single Site Collection1B: Single Web App / Separate Site Collections1C: Multiple Web Apps / Content DBs1D: Separate App Pool / Service App Group

Page 11: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 2:Extranet and Internal Users in Single Farm / Separate Trusted Forests

Page 12: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 3:Extranet and Internal Users in Multiple Farms and Perimeter Network / One-Way Trust

Page 13: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 4:Extranet an Internal Users in Separate Farms / Claims-based Auth Provider for Internal Auth to Extranet

Page 14: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 5:Extranet an Internal Users in Separate Farms / No Access for Internal Accounts to Extranet

Page 15: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Scenario 6:Separate Farms / AD FS Federation for Extranet Auth

Page 16: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Extranet Notes

Page 17: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

One-Way Trust Scenarios• People Picker needs to be configured to crawl domain if it doesn’t trust the domain where

the SharePoint farm is installed.• Only with STSADM (Rare exception when you can’t use PowerShell)• Example Syntax:

– stsadm.exe -o setapppassword -password AnyPassw0rd– stsadm.exe -o setproperty -pn peoplepicker-searchadforests -pv

"domain:companyabc.com,COMPANYABC\svc_sppplpick,Password1;domain:extranetabc.com" -url https://extranet.companyabc.com

– stsadm.exe -o setproperty -pn peoplepicker-searchadforests -pv "domain:companyabc.com,COMPANYABC\svc_sppplpick,Password1;domain:extranetabc.com" -url https://spcaext.companyabc.com

• Syntax is critical• Run against all web apps

Page 18: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Design for Clientless Access to SharePoint

• Services Applications for Extranet Clients:– Word Services– Excel Services– Visio Services– Access Services– InfoPath Forms Services

• Allows ‘Clientless’ access to SharePoint content, for Extranet partners without Office

Page 19: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Standard Requirements Apply to Extranets as well

• SharePoint-aware Antivirus– i.e. Forefront Protection for SharePoint

• SharePoint-aware Backup and Restore– i.e. System Center Data Protection Manager (DPM)

2010• Rights Management?– Active Directory Rights Management Services (AD RMS)

Page 20: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Content Deployment with Extranets

Page 21: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Claims-based Authentication

Page 22: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Claims-Based Auth• SharePoint doesn’t actually Authenticate Users, it relies on IIS or other providers• SharePoint 2010 Allows for Classic and Claims-based Auth Scenarios• Classic Authentication is similar to SharePoint 2007• Claims based Auth adds the following key benefits:

– Allows for Multiple Authentication Types per Web Application Zone– Removes SharePoint from the Authentication Provider– Allows for federation between organizations (AD FS, etc.) scenarios– Does not require Kerberos Delegation

• Current limitations with Claims-based auth involve SQL Reporting Services, PowerPivot, PerformancePoint, and other SQL tools that require delegation. These appear to be fixed in SQL 2012.

• Remember the difference between Authentication and Authorization…

Page 23: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Classic vs. Claims-based AuthType Classic-mode

authentication Claims-based authentication

WindowsNTLMKerberosAnonymousBasicDigest

Yes Yes

Forms-based authenticationLDAPSQL database or other databaseCustom or third-party membership and role providers

No Yes

SAML token-based authenticationAD FS 2.0Third-party identity providerLDAP

No Yes

Page 24: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Mixed-Mode vs. Multi-Authentication

Page 25: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Example: Partner Environment with Multiple Auth Types on single W.A.

Page 26: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Forefront Unified Access Gateway

Page 27: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

UAG Architecture

DirectAccess

HTTPS (443)

Layer3 VPN

Data Center / Corporate Network

Business Partners /Sub-Contractors

AD, ADFS, RADIUS, LDAP….

Home / Friend / Kiosk

Employees Managed Machines

Mobile

Exchange

CRM

SharePoint

IIS based

IBM, SAP, OracleTerminal / Remote Desktop ServicesNon web

HTTPS /

HTTP

NPS, ILM

Internet

Page 28: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010
Page 29: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

What about TMG? (New ISA)Capability TMG 2010 UAG

2010Publish Web applications using HTTPS X XPublish internal mobile applications to roaming mobile devices X XLayer 3 firewall X X*Outbound scenarios support X X*Array support X Globalization and administration console localization X Wizards and predefined settings to publish SharePoint sites and Exchange X X

Wizards and predefined settings to publish various applications XActive Directory Federation Services (ADFS) support XRich authentication (for example, one-time password, forms-based, smart card) X X

Application protection (Web application firewall) Basic FullEndpoint health detection XInformation leakage prevention XGranular access policy XUnified Portal X

Page 30: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Forefront Identity Manager

Page 31: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Identity and Access Management

Identity and Access Management

Secure Messaging Secure EndpointSecure Collaboration

Active Directory® Federation Services

Information Protection

Page 32: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Manage SharePoint Identities• Create Multiple Authentication Providers for SharePoint

Farms– AD DS Forests (Extranet forests)– AD LDS Authentication Providers– SQL Table (FBA) Authentication Sources– LDAP Providers– Etc…

• Keep those Authentication Providers Managed

Page 33: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

ActiveDirectory

Extranet Forest

Test Forest

FBA Table

LOB App

HR System FIM

Workflow

Manager

• Policy-based identity lifecycle management system

• Built-in workflow for identity management

• Automatically synchronize all user information to different directories across the enterprise

• Automates the process of on-boarding users

User Enrollment

Approval

User provisioned on all allowed systems

Identity ManagementUser provisioning for SharePoint and other Applications

VPN

Page 34: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

HR System FIM

Workflow

• Automated user de-provisioning

• Built-in workflow for identity management

• Real-time de-provisioning from all systems to prevent unauthorized access and information leakage

User de-provisioned

User de-provisioned or disabled on all systems

Identity ManagementUser de-provisioning

ActiveDirectory

Extranet Forest

TestForest

FBATable

LOBApp

VPN

Page 35: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

HRSystem

FIM

LDAP

ExtranetAD

InternalAD

givenNamesntitlemailemployeeIDtelephone

SammyDearling

008

givenNamesntitlemailemployeeIDtelephone

givenNamesntitlemailemployeeIDtelephone

SamaraDarling

007

givenNamesntitlemailemployeeIDtelephone

SamDearingIntern

007

givenNamesntitlemailemployeeIDtelephone

555-0129

SamanthaDearing

007

Coordinator

[email protected]

555-0129

SamanthaDearing

Coordinator

007

IdentityData

Aggregation

GivenNamesntitlemailemployeeIDtelephone

[email protected]

SamanthaDearing

007

Coordinator

555-0129

Identity Synchronization and ConsistencyIdentity synchronization across multiple directories

Attribute Ownership

FirstNameLastName

EmployeeID

Title

E-Mail

Telephone

Page 36: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Attribute Ownership

FirstNameLastName

EmployeeID

Title

E-Mail

Telephone

FIMHRSystem

LDAP

ExtranetAD

InternalAD

IdentityData

Brokering(Convergence)givenName

sntitlemailemployeeIDtelephone

SammyDearling

007

givenNamesntitlemailemployeeIDtelephone

givenNamesntitlemailemployeeIDtelephone

SamaraDarling

007

givenNamesntitlemailemployeeIDtelephone

SamDearingIntern

007

givenNamesntitlemailemployeeIDtelephone 555-0129

BobDearing

007

Coordinator

555-0129

SamanthaDearing

Coordinator

[email protected]

007

[email protected]

[email protected]

555-0129

[email protected]

555-0129

SamanthaDearing

[email protected]

Samantha

Coordinator

555-0129

Identity Synchronization and ConsistencyIdentity consistency across multiple directories

Page 37: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Customizable Identity Portal

How you extend it

SharePoint-based Identity Portal for Management and Self Service

Add your own portal pages or web partsBuild new custom solutionsExpose new attributes to manage by extending FIM schemaChoose SharePoint theme to customize look and feel

Page 38: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

• Streamline deployment by enrolling user and computer certificates without user intervention

• Simplify certificate and SmartCard management using Forefront Identity Manager (FIM)

• Can be used to automate Certificate management for dual factor auth approaches to SharePoint logins

Strong Authentication—Certificate Authority

HR System

Active Directory Certificate Services (AD

CS)

FIM CM

FIM

User Enrollment and Authentication request sent by HR System

FIM policy triggers request for FIM CM to issue certificate or SmartCard

User is validated using multi-factor authentication

FIM Certificate Management (CM) requests certificate creation from AD CS

Certificate is issued to user and written to either machine or smart card

End User

SmartCard

User ID andPassword

SmartCardEnd User

Page 39: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

FIM for Extranet Forest Mgmt• Internal AD DS Forest• DMZ Extranet AD DS Forest• FIM Auto-provisions certain user accounts in Extranet forest and

keeps Passwords in Sync to allow Internal users to access/collaborate with Partners

• FIM allows Self-Service Portal Access for Extranet user accounts in the partner forest

• Two-factor Auth scenarios, to automate provisioning of user accounts AND certificates to systems

Page 40: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

FIM for Role Based Access Control• FIM is central to RBAC Strategy• Can auto-add users to Groups based on RBAC Criteria• HR Defines a user’s access based on their role• FIM auto-adds that user to specific Role Groups in AD DS, which are tied to

SharePoint Groups that have the rights that that role group requires.

User1

User2

Role Group

SharePoint Group

Page 41: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Session Summary• Understand the Extranet Design Options for 2010• Keep Extranet Accounts out of local AD• Determine how Identities will be Managed• Use FIM for Identity Management, Self-Service, and

Provisioning/Deprovisioning of Extranet Accounts• Use UAG to secure inbound access to

extranets/intranets

Page 42: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Submit your session evaluation for a chance to win!

Sponsored by MVA

http://microsoftvirtualacademy.com

Page 43: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Creating

the futuretogether

Page 44: TechEd Africa 2011 - Collaborating with Extranet Partners on SharePoint 2010

Thanks for attending!Questions?

Michael NoelTwitter: @MichaelTNoel

www.cco.comSlides: slideshare.net/michaeltnoel