sharepoint server 2013 architecture and identity

32
SharePoint Server 2013 Architecture and Identity www.netcomlearning.com

Upload: clinton-blair

Post on 22-Dec-2015

217 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: SharePoint Server 2013 Architecture and Identity

SharePoint Server 2013Architecture and

Identity

www.netcomlearning.com

Page 2: SharePoint Server 2013 Architecture and Identity

Webinar Overview

Architecture Changes

• Security and Identity Management

• Business connectivity changes

• Search improvements

www.netcomlearning.com

Page 3: SharePoint Server 2013 Architecture and Identity

Architecture Changes

Request Management

Service Applications

Office Web Applications

SharePoint Apps

Upgrading to SharePoint 2013

• Demonstration: Administering SharePoint 2013

www.netcomlearning.com

Page 4: SharePoint Server 2013 Architecture and Identity

Request Management

• Enables SharePoint to process incoming requests according to configurable rules

• Run in integrated mode for most environments

• Run in dedicated mode for large environments and multiple farms

• Consists of three components: Request Throtting and Routing

Request Prioritization

Request Load Balancing

• Create routing rules and throttling rules to prioritize requests and maintain service levels

www.netcomlearning.com

Page 5: SharePoint Server 2013 Architecture and Identity

Service Applications

• The Application Management Service manages licenses and permissions for SharePoint apps

• SharePoint Translation Services provides automated, machine-based translation of documents and content

• The Work Management Service aggregates task data from other business platforms in SharePoint My Sites

• Office Web Applications and Web Analytics are no longer service applications in SharePoint 15

www.netcomlearning.com

Page 6: SharePoint Server 2013 Architecture and Identity

Office Web Applications

• Office Web Applications is now a separate server product

• You can scale your Office Web Applications and SharePoint deployments independently

• One Office Web Applications farm can serve multiple SharePoint farms

• Use Windows PowerShell to associate your SharePoint farm with an Office Web Applications farm

www.netcomlearning.com

Page 7: SharePoint Server 2013 Architecture and Identity

SharePoint Apps

• A new way of distributing and exposing functionality through the SharePoint UI

• App logic can run in the cloud or in the local environment

• Apps can be purchased or downloaded from the Office Marketplace

• The Corporate Catalog site collection makes apps available across a SharePoint web application

• Apps can only access SharePoint functionality through the CSOM

www.netcomlearning.com

Page 8: SharePoint Server 2013 Architecture and Identity

Upgrading to SharePoint 2013

• Database attach upgrade is the only supported upgrade path from SharePoint 2010 to SharePoint 15

1. Create a new SharePoint 15 server farm

2. Migrate your content databases

3. Perform the upgrade

• Upgrade of servers and databases is now separate from upgrade of site collections Site collections can continue to run in SharePoint 2010 mode

Platform supports both SharePoint 15 and SharePoint 2010 version of most components and resources

www.netcomlearning.com

Page 9: SharePoint Server 2013 Architecture and Identity

Security and Identity Management

Authentication in SharePoint 2013

SharePoint 2013 and OAuth 2.0

Application Authentication and Authorization

• Server to Server Authentication

www.netcomlearning.com

Page 10: SharePoint Server 2013 Architecture and Identity

Authentication in SharePoint 2013

• Claims-based authentication is now the default option

• Classic authentication mode has been deprecated

• Three types of claims-based authentication are supported Windows claims

FBA claims

SAML claims

• Distributed Cache service tracks FedAuth cookies

• Improved logging and diagnostics for authentication

www.netcomlearning.com

Page 11: SharePoint Server 2013 Architecture and Identity

SharePoint 2013 and OAuth 2.0

• OAuth enables users to share specific resources with third parties without sharing their access credentials

• Third parties are issued with an access token

• An access token grants access to a specific resource for a defined period of time (for example 30 minutes)

• SharePoint 15 implements and extends OAuth 2.0 for two scenarios: Application authentication and authorization

Server to server authentication

www.netcomlearning.com

Page 12: SharePoint Server 2013 Architecture and Identity

Application Authentication and Authorization

SharePoint

1. User loads an app in SharePoint2. App requests an access token from Azure

ACS3. ACS authenticates app and issues token

User

App

Azure ACS

1

2 3

4

5

6

4. App presents access token to SharePoint5. SharePoint returns data to app6. App presents data to user

www.netcomlearning.com

Page 13: SharePoint Server 2013 Architecture and Identity

Polls

www.netcomlearning.com

Page 14: SharePoint Server 2013 Architecture and Identity

Server to Server Authentication

• Enterprise functionality relies on server applications sharing information on behalf of users

• The S2S STS issues access tokens that enable SharePoint to retrieve or provide information on behalf of users

• PowerShell is used to configure trust relationships between SharePoint, Exchange, and Lync

SharePoint Server Exchange Server

SharePoint STS Exchange STSTrust Relationship

Access Token

Data

www.netcomlearning.com

Page 15: SharePoint Server 2013 Architecture and Identity

What’s New in Business Connectivity Services?

OData Connections

External Events

External List Enhancements

BDC Model Scopes

• Demonstration: Adding an OData Connection in SharePoint Designer 2013

www.netcomlearning.com

Page 16: SharePoint Server 2013 Architecture and Identity

OData Connections

• BCS includes native support for OData

• Generate BDC models from OData automatically in Visual Studio

• Build BDC models from OData interactively in SharePoint Designer

• OData provides access to a wide range of third party systems and data sources

www.netcomlearning.com

Page 17: SharePoint Server 2013 Architecture and Identity

External Events

SharePoint

SharePoint BDC

External System

OData endpoint

Operations

Notifications

Alerts

www.netcomlearning.com

Page 18: SharePoint Server 2013 Architecture and Identity

External List Enhancements

• Performance improvements Limit number of results returned

Sorting is performed by external system

Filtering is performed by external system

• Users can export external list data to Excel

www.netcomlearning.com

Page 19: SharePoint Server 2013 Architecture and Identity

BDC Model Scopes

Farm (BCS) Scope

App ScopeSharePoint App SharePoint App

External Systems

BDC Connection

BDC Connection

BDC Connection

BDC Model BDC Model

www.netcomlearning.com

Page 20: SharePoint Server 2013 Architecture and Identity

What’s New in Search?

Search Architecture

Search Crawl

Relevance Enhancements

• User Interface Enhancements

www.netcomlearning.com

Page 21: SharePoint Server 2013 Architecture and Identity

Search Architecture

Crawl Component

Content Processing Component

Index Component

Query Processing Component

Analytics Processing Component

Crawl Database

Analytics Reporting Database

Link Database

Content Sources

Client Application

Event Store

www.netcomlearning.com

Page 22: SharePoint Server 2013 Architecture and Identity

Search Crawl

• Continuous crawl Alternative to scheduled incremental crawl

Crawl processes are started automatically as required

Keeps index as fresh as possible

• Entity search Crawler looks for specific words or phrases, or entities, in

unstructured content

Could include product names or project codenames

Create and deploy dictionaries containing your entities

Entities are stored as managed properties

www.netcomlearning.com

Page 23: SharePoint Server 2013 Architecture and Identity

Relevance Enhancements

• The search analytics component continually works to improve relevance

• Query rules enable you to match search results to user intent• Result sources replace federated locations and search scopes

www.netcomlearning.com

Page 24: SharePoint Server 2013 Architecture and Identity

User Interface Enhancements

• Out of the box Search results differentiated by type

Hover previews of Office documents

Search results optimized per user search history

• Customized at search service level Result blocks provide visual grouping of particular types of

results

• Customized at site level Result types use rules to match search results

Display templates determine look and feel of result types

www.netcomlearning.com

Page 25: SharePoint Server 2013 Architecture and Identity
Page 26: SharePoint Server 2013 Architecture and Identity

Upcoming Webinars

• Free Webinar: Microsoft SQL Server 2012 | Business Intelligence & Cloud Solutions

• Free Webinar: Microsoft Dynamics AX 2012 | Adaptability, Flexibility and Integration with Live Demo

• Free Webinar: Lync Server 2013 Part 3 | Integration and Extensibility

• Free Webinar: SharePoint Server 2013 Part 2 | Business Intelligence & Content Management

• Free Webinar: Transition | Microsoft Office 2003 to Office 2010

• Free Webinar: SharePoint Server 2013 Part 3 | Social Computing & Web Content Management

• Free Webinar: Windows 8 Development - HTML5 with Live Demo

• Free Webinar: Windows Server 2012 DHCP & Data Duplication

• Free Webinar: Windows Server 2012 and Windows 8: Better Together

Sign up for free at: www.netcomlearning.com/webinars

www.netcomlearning.com

Page 27: SharePoint Server 2013 Architecture and Identity

Love of Learning

Your class enrollment at NetCom Learning will

pay for a child’s education for a year!

Empowering Future Generations

www.netcomlearning.com

Page 28: SharePoint Server 2013 Architecture and Identity

MCSA: Windows Server 2012

www.netcomlearning.com

*Free Second Shot Exam expires May 31st, 2013

Page 29: SharePoint Server 2013 Architecture and Identity

MCSE: SharePoint

www.netcomlearning.com

*Free Second Shot Exam expires May 31st, 2013

Page 30: SharePoint Server 2013 Architecture and Identity

MCSE: SharePoint

MCSE: SharePoint• 20331: Core Solutions of Microsoft SharePoint Server 2013

• 20332: Advanced Solutions of Microsoft SharePoint Server 2013

Upcoming Classes:• May 20th in New York City & Live Online

• June 10th in Las Vegas & Live Online

** Contact us for SharePoint 2010 Course Schedules

Locations: Attend in-class or Live Online Instructor-led

• New York

• Las Vegas (All Inclusive Travel Package)

• Arlington VA

• Philadelphia, PA

www.netcomlearning.com

*Free Second Shot Exam expires May 31st, 2013

Page 31: SharePoint Server 2013 Architecture and Identity

Upgrade Paths

*Free Second Shot Exam expires May 31st, 2013