Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments:

Size: px
Start display at page:

Download "Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments:"

Transcription

1 Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments: Configuring and Deploying Active Directory Federated Services in a Hybrid Architecture Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Cover

2 Table of Contents Introduction 1 Azure Active Directory 2 What Is Hybrid Architecture? 6 How to Implement Azure AD Federated Service 8 in a Hybrid Environment Common Mistakes When Moving to Azure ADFS 14 Conclusion 16 About Rackspace 17 Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Contents

3 Introduction Businesses today are being challenged by the proliferation of handheld devices and new corporate policies for BYOD (Bring Your Own Device). Users want to be able to access their productivity applications from anywhere, from any device a laptop, smartphone or tablet and use only one username and password to access it all. This creates a challenge for IT. How do they give users what they want, while maintaining a secure environment? To accomplish this, businesses need to have a robust, hybrid infrastructure that allows users to seamlessly access their applications whether they are deployed in their on-premises data center or in the cloud. This white paper focuses specifically on Microsoft s approach, featuring Office 365 and Azure. It demonstrates how to configure and deploy Active Directory in a hybrid architecture. We ll discuss why hybrid makes sense, common concerns, pitfalls to consider, and best practices for setting up your hybrid infrastructure leveraging Azure Active Directory Services with Office 365. ABOUT OFFICE 365: Microsoft Office 365 provides secure anywhere access to professional , shared calendars, instant messaging (IM), video conferencing and document collaboration. It represents the cloud version of Microsoft Office, a suite of communication and collaboration productivity tools for businesses of all sizes. ABOUT AZURE: Azure is Microsoft s cloud computing platform for building, deploying and managing applications and services through a global network of Microsoft data centers. Azure consists of a growing collection of integrated services including identify management, analytics, computing, database, mobile, networking, storage and web. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 1

4 Azure Active Directory Azure Active Directory (Azure AD) is Microsoft s multi-tenant, cloud-based directory and identity management service. Azure Active Directory extends on-premises Active Directory into the cloud, enabling users to use their primary organizational account to not only sign in to their domain-joined devices and company resources, but also all of the web and SaaS applications needed for their job. Without Active Directory integration, users have to manage multiple sets of usernames and passwords. In addition, application access can be mistakenly provisioned or de-provisioned automatically based on organization group membership or employee status. Azure Active Directory introduces security and access governance controls that enable administrators to centrally manage user access across SaaS applications such as Office 365. It also gives users the ease of a single sign-on for access to their productivity applications. The architecture of the integration has the following four main building blocks: 1. Single sign-on enables users to access their SaaS applications based on their organizational account in Azure AD. Single sign-on enables users to authenticate to an application using their single organizational account. 2. User provisioning and de-provisioning into a target SaaS occur based on changes made in Windows Server Active Directory and/or Azure AD. A provisioned account enables a user to be authorized to use an application after they have authenticated through single sign-on. 3. Centralized application access management in the Azure Management Portal enables single-point SaaS application access and management, with the ability to delegate application access decision-making and approvals to anyone in the organization. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 2

5 HOW DOES SINGLE SIGN-ON WITH AZURE ACTIVE DIRECTORY WORK? When a user signs in to an application, they go through an authentication process that requires them to prove their identity. Without single sign-on, this is typically done by entering a password that is stored within each and every application. The user is required to know each password for each application. Azure AD supports three different ways to sign in to applications: 1. Federated Single Sign-on enables each application to redirect to Azure AD for user authentication instead of prompting for its own password. This works for applications that support protocols such as SAML 2.0, WS-Federation or OpenID Connect, and is the richest mode of single sign-on. 2. Password-based Single Sign-on enables secure application password storage and replay using a web browser extension or mobile app. This leverages the existing sign-in process provided by the application, but enables an administrator to manage the passwords and does not require the user to know the password. 3. Existing Single Sign-on enables Azure AD to leverage any existing single sign-on that has been set up for the application. The application can be linked to the Office 365 or Azure AD access panel portals; additional reporting can also be enabled in Azure AD when the application is launched there. Once users have authenticated with an application, they also need to have an account record provisioned within the application. This tells the application where their user permissions and level of access are located inside the application. The provisioning of this account record can occur automatically, or it can occur manually by an administrator before the user is provided single sign-on access. For security, Azure AD also includes a full suite of identity management capabilities, including: multi-factor authentication device registration self-service password management self-service group management privileged account management role-based access control application usage monitoring rich auditing security monitoring and alerting Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 3

6 These capabilities can help secure cloud-based applications, streamline IT processes, cut costs and ensure corporate compliance goals are met. Additionally, with just four clicks, Azure AD can be integrated with an existing Windows Server Active Directory, giving organizations the ability to leverage their existing on-premises identity investments to manage access to cloud-based SaaS applications. Below is a visual representation of the Azure Active Directory: Active Directory Other Directories Simple connection Self-service Single sign on Username On-premises Microsoft Azure Active Directory Public cloud Cloud Saas (diagram from WHAT ARE THE BENEFITS OF AZURE AD? Your organization can use Azure AD to improve employee productivity, streamline IT processes, improve security and cut costs in many ways: Quickly adopt cloud services, providing employees and partners with an easy single sign-on experience powered by Azure AD s fully automated SaaS app access management and provisioning services capabilities. Empower employees with access to world-class cloud apps and self-service capabilities from wherever they need to work, on the devices they love to use. Easily and securely manage employee and vendor access to your corporate social media accounts. Improve application security with Azure AD multifactor authentication and conditional access. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 4

7 Implement consistent self-service application access management, empowering business owners to move quickly while cutting IT costs and overhead. Monitor application usage and protect your business from advanced threats with security reporting and monitoring. Secure mobile (remote) access to on-premises applications. COMPARING YOUR ON-PREMISES ACTIVE DIRECTORY TO AZURE ACTIVE DIRECTORY The Active Directory capabilities that are part of Windows Server actually include several different roles, such as Active Directory Domain Services (AD DS), Active Directory Certificate Services (AD CS), Active Directory Lightweight Directory Services (AD LDS), Active Directory Federation Services (AD FS) and Active Directory Rights Management Services (AD RMS). Many people think of Active Directory as Active Directory Domain Services when comparing AD with Azure Active Directory. But Active Directory Domain Services (henceforth just Active Directory) in Windows Server is completely different from Azure Active Directory (Azure AD), and they have different focus areas. Active Directory is a true directory service that has a hierarchical structure (based on X.500) that uses DNS as its locator mechanism and can be interacted with via LDAP. In addition, Active Directory primarily uses Kerberos for authentication. Active Directory enables organizational units (OUs) and Group Policy Objects (GPOs) in addition to actually joining machines to the domain. It allows trusts to be created between domains. Azure AD, while having some aspects of a directory service, is really an identity solution and allows users and groups to be created, but in a flat structure without OUs or GPOs. You can t join a machine to Azure AD unless you are running Windows 10 and ADFS. There s no Kerberos authentication, and you can t query it via LDAP. These missing elements are acceptable for Azure AD on-premises, where all types of communication are possible. However, Azure AD is particularly focused on identity throughout the internet, where the types of communication are typically limited to HTTP (port 80) and HTTPS (port 443) and are used by all types of devices not just corporate assets. Authentication is performed through a number of protocols such as SAML, WS-Federation and OAuth. It s possible to query Azure AD but instead of using LDAP you use a REST API called AD Graph API. These all work over HTTP and HTTPS. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 5

8 Why Hybrid Architecture? In the context of this white paper, a hybrid architecture is one that integrates your Windows Server Active Directory with Azure Active Directory, allowing you to extend your on-premises infrastructure into the cloud. Because it makes use of your existing setup, it allows you to unlock cloud services that you currently consume in the easiest way possible. A hybrid architecture provides an ideal experience for your Office 365 deployment. For a seamless user experience, you might think about combining your on-premises Active Directory with Azure AD by setting up directory synchronization (including password sync) and federation. This allows users on their corporate assets to log on with their AD account, and when they access internet services, such as Office 365, authentication with Azure AD happens seamlessly via the federation. This allows access to all the different services that Azure AD is federated with. This is actually a great benefit of federating your on-premises AD with Azure AD. While it s possible for your organization to federate with various companies out on the internet, it requires a lot of manual effort to set up and maintain. However, if you federate with Azure AD, you ve federated by proxy with all the organizations that Azure AD is federated with pretty much all of the major service providers on the internet today. Think of Azure AD as a federation hub. A hybrid architecture may also be necessary for compliance with regulations that require authentication take place behind your firewalls. So, for example, when signing into a thirdparty SaaS application, users are authenticated using your on-premises Active Directory Domain Services instead of Azure Active Directory. When you think about maximizing Azure AD, you ll want to use it for authentication for internet-based services such as Office 365, as well as thousands of services (e.g., Facebook) that are already federated with Azure AD. By default, they trust Azure AD without you having to do anything beyond enabling the application or service for your user base. In order to accomplish this, you need to deploy Azure Active Directory Federated Service (Azure ADFS). This can be a challenging undertaking if you don t have the right resources. To give you an idea of the complexity, we ll walk through the steps in the next section. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 6

9 THE FOLLOWING TABLE WILL HELP YOU CHOOSE THE CORRECT MODEL AND IDENTITY TO BE USED WITH AZURE AD. I need to Sync new user, contact, and group accounts created in my on-premises AD to the cloud in a single-forest scenario Sync new user, contact, and group accounts created in my on-premises AD to the cloud in a multi-forest scenario Synchronized idenity model DirSync Azure AD Sync/ Azure AD Connect** Federated identity model Azure AD Sync /Azure AD Connect** Enable users to sign in with the same identity and password Immediately disable user accounts 3*** 3*** 3 Enable cloud-based multi-factor authentication solutions 3 3 Enable self-service password reset with AD write-back option 3 3 Customize the user sign-in page to Azure AD/Office Enable users to sign in once using corporate credentials without password caching Enable use of on-premises third-party multi-factor authentication solutions Do not replicate password hashes to the cloud 3 Restrict access based on location or group membership 3 Allow authentication with non-ms identity providers 3 Enable SSO for SaaS applications, hybrid applications, etc. 3 Audit users sign-in to Azure AD/Office * With password sync ** Including Azure AD Basic or Premium capabilities *** Using user password reset 3 Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 7

10 How to Implement Azure AD Federated Service in a Hybrid Environment Setting up the Azure AD Federated Service can be a complex undertaking. The following steps provide high-level guidance on successfully configuring your environment to: deploy Azure AD FS set up Azure AD/Office 365 single sign-on start using Azure AD FS to provide a seamless sign-in experience for end users accessing Azure AD and Office 365 resources. For a more details, please refer to We ll start by building a highly available test environment for the directory synchronization with a single sign-on (SSO) scenario. The goal is to provide users with the most seamless authentication experience possible as they access Microsoft cloud services (and/or other cloud-based applications) while logged on to the corporate network. For the sake of simplicity, and in order to focus on the key aspects that relate to the directory synchronization with an SSO scenario, the test environment features: AZURE SECURITY If you invest in a cloud service, you must be able to trust that your customer data is safe, that the privacy of your data is protected, and that you retain ownership of and control over your data that it will only be used in a way that is consistent with your expectations. Microsoft has built Azure with industryleading security measures and privacy policies, and participated in international compliance programs with independent verification. Azure conforms to global standards including ISO 27007, PCI DSS, HIPAA, SOC 1, SOC 2, FedRAMP and UK G-Cloud. To find out more out Azure s built in security, visit: en-us/support/trust-center/ In the cloud: Azure AD/Office 365 tenant and cloudbased applications that leverage Azure AD for identity management and access control On-premises: Active Directory single-forest environment Two Active Directory Federated Services (ADFS) servers integrated with Active Directory for authentication Two Wireless Application Protocol (WAP) proxies to publish on the internet the AD FS server endpoints A third-party SSL certificate with the appropriate SAN names to be used by ADFS Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 8

11 The following diagram provides an overview of the production environment with the software and service components that need to be deployed and configured. HTTP LDAP ACLs Exit Load Balancer WAP WAP ACLs AD FS ILB AD FS DC DC Virtual network ExpressRoute ACLs DC DC Organization network Figure 1. Typical Azure Deployment Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 9

12 CREATE A TEST AZURE AD/OFFICE 365 TENANT AND LOCAL ENVIRONMENT* For the purpose of testing and familiarizing yourself with ADFS, the easiest way to provision environments for both Azure AD and Microsoft Office 365 Enterprise (including related Office application workloads) is to sign up for the appropriate free trial accounts from Microsoft. For Office 365, there is a free 30-day Enterprise E3 trial. And if you don t already have an Azure account, you can sign up for a free one-month trial. Then you will add your Azure trial subscription to your Office 365 account. This is done by utilizing your Office 365 global administrator account. Next, set up a local environment for Azure using Azure PowerShell. Microsoft Azure PowerShell is the module for Windows PowerShell that you can use to control and automate the deployment and management of the workloads in Azure. The configuration of Azure PowerShell on a local computer consists of: Installing Azure PowerShell Verifying that Azure PowerShell can run scripts, and enabling scripts to run in Windows PowerShell Verifying that WinRM allows Windows PowerShell to connect, and configuring WinRM to support basic authentication Creating external DNS records for adfs, enterpriseregistration, and www Your local environment will include six computers, one for each role (these roles will be configured later in the process). a. Group Managed Services Account (gmsa): A Windows Server 2012 (or higher) on at least one DC computer, i.e. the DC1 computer in our illustration. This is used for creating a group Managed Service Account (gmsa) that will be required during the AD FS installation and configuration. b. Sync Server: A Windows Server 2008 R2 (or higher) computer, i.e. the ADFS1 computer in our illustration. c. AD FS Server: A Windows Server 2012 R2 computer, i.e. the ADFS1 computer in our illustration. d. Web Application Proxy (WAP) Server: A Windows Server 2012 R2 computer, i.e. the EDGE1 computer in our illustration. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 10

13 SET UP SINGLE SIGN-ON WITH THE AZURE AD/OFFICE 365 TENANT This section discusses how to set up single sign-on between your on-premises Active Directory (e.g., yourcompanydevserver.com) and the Azure AD/Office 365 tenant (e.g., yourcompany.onmicrosoft.com) to offer a seamless user experience in accessing cloud resources like an Office 365 Enterprise E3 subscription. For the sake of simplicity, we will leverage the Azure Active Directory Connect (Azure AD Connect) wizard. We ll set up the directory synchronization and the federation between the on-premises infrastructure of your test environment and the Office 365 (yourcompany.onmicrosoft.com) tenant in the cloud. 1. To begin, add a domain to your Azure AD/Office 365 tenant that will be later federated with your on-premises Active Directory. 2. Next, you ll integrate your on-premises Active Directory forest(s) with your Azure AD/Office 365 tenant to configure the Azure-based infrastructure from an identity perspective. This will establish the identity bridge between it and your Azure AD/ Office 365 subscription with the following steps: a. Procure a third-party SSL/TSL certificate: The AD FS role service requires a server SSL/TLS certificate. b. Download Azure AD Connect. c. Execute Azure AD Connect. Azure AD Connect is the one-stop shop for connecting your on-premises directories to Azure AD, whether you are evaluating, piloting, or in production. Azure AD Connect provides a single and unified wizard that streamlines the overall onboarding process for both directory synchronization (single or multiple directories) AND single sign-on (if desired). It automatically performs the following steps: download and setup of all the prerequisites download, setup and guided configuration of the synchronization with the Azure AD Sync tool activation of the sync in the Azure AD tenant setup and/or configuration of AD FS Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 11

14 Azure AD Connect replaces DirSync and Azure AD Sync. It leverages Azure AD Sync as the synchronization engine, and includes a rich set of sync and write-back capabilities: Enable your users to perform self-service password reset in the cloud with writeback to on-premises AD. Enable provisioning from the cloud with user write-back to on-premises AD. Enable write-back of Groups in Office 365 to on-premises distribution groups in a forest with Exchange. Enable device write-back so that your on-premises access control policies enforced by AD FS can recognize devices that registered with Azure AD. This includes the recently announced support for Azure AD Join in Windows You will use Azure AD Connect to: Install prerequisites like the Azure Active Directory Module for Windows PowerShell (64-bit version) and Microsoft Online Services Sign-In Assistant. Install and configure the Azure AD Sync tool, as the sync engine, and enable directory synchronization in the customer s Azure tenant. Configure either password sync or AD FS, depending on which sign-on option is preferred. Includes any required configuration in Azure. Verify everything is working. 4. After executing Azure AD Connect, you may wish to add scale or refine your options right away, or after some time has passed. Additional tasks you may want to configure include the following: View the selected scenario. This allows you to view data about your current configuration. Customize synchronization options. This allows you to add additional AD forests to your connection. In addition, you can specify or further refine sync options, including write-back options. Enable Staging Mode. The sync engine will no longer export any data to Azure AD and on-premises identity infrastructure. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 12

15 5. The final step will be to verify your work. You ll need to verify that your Office 365 user information is being synchronized on the Azure AD tenant through the Azure Management Portal. Then you will also verify that single sign-on is configured correctly. At the end of this process, you should have seamless access to the signed-in user settings in Office 365. If not, you will need to troubleshoot the configuration to resolve the issue. As we said at the beginning of this section, this is a very high-level look at the steps needed to configure single sign-on for Azure AD and Office 365 resources to make access simple and easy, increase security and compliance, and ease manageability of your applications, no matter where they are hosted. For more details, please visit Rackspace can also provide assistance with the planning, architecture and deployment of Azure AD and Office 365. *This paper assumes that your on-premises AD is cloud ready. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 13

16 Common Mistakes When Moving to Azure ADFS According to a THINKstrategies and INetU survey on enterprise migration to the cloud: 70 percent of respondents admitted they had to change their cloud design during the migration More than half made adjustments within the first six months 43 percent of the cloud projects failed or stalled Close to half required an increase in budget within six months This highlights why a thoughtful, upfront strategy is essential when implementing any hybrid architecture. We see these issues every day with customers who may have started a project and run into complex issues they can t solve. We also see it with customers who don t have the right technical resources and don t know where to begin. To make sure your project doesn t become one of the statistics above, here are some common mistakes to avoid. NOT GETTING HELP TO INTEGRATE AZURE ADFS While integrating Azure ADFS is not an overwhelming task, it is complex and requires specific knowledge and skills. While you and your team are probably very knowledgeable about your own AD infrastructure and IT environment, how much experience do you have with Azure and Azure ADFS? Hiring an outside expert typically provides better value than spending time learning a new technology. It s not uncommon to get in over your head with this integration and you can avoid this mistake by getting help at the beginning of your project. TREATING A CLOUD DEPLOYMENT AS AN EXTENSION OF YOUR ON-PREMISES ENVIRONMENT One of the biggest mistakes a company can make is to treat a new cloud addition the same way they would treat adding new hardware or storage. Deploying Azure adds an entirely different infrastructure and associated set of tools and processes to manage. It may require you to think about your environment differently. Without the proper knowledge and expertise to architect, deploy and manage this new environment, your organization may not realize the expected benefits or potential cost savings. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 14

17 AVOIDING HYBRID SOLUTIONS Companies without the right skills and expertise tend to avoid hybrid solutions; this can keep them locked into an expensive, outdated environment. A hybrid architecture leveraging the latest cloud computing technologies gives your business greater flexibility, greater cost control, and increases the options for your end users to access productivity tools whenever they need them, wherever they are. POOR CLOUD DEPLOYMENT PLANNING If you don t take the time to fully understand your business needs and unique IT environment, the result can be a deployment that costs more than expected, is vulnerable to security risks, and doesn t perform reliably and efficiently. Without cloud expertise and best practices, it s difficult to put together the sound upfront planning necessary for a successful deployment. Again, your IT team knows your infrastructure, but do they have the experience needed to plan, architect and deploy a complex hybrid environment? You ll want to be sure your plan takes into account your unique environment, as well as cloud and hybrid best practices. Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 15

18 Conclusion The business environment has changed dramatically and your users are more demanding today than ever before. They need access to their applications wherever they are, in real time, so they can be more productive. You can provide your users with a seamless experience with single sign-on for all their applications, whether hosted on-premises or in the cloud. This will meet their mobility needs, increase productivity, and give your business a great foundation for easily adding new cloud-based productivity applications in the future. It also can help your organization meet security and regulatory requirements, as well as help simplify IT administration and reduce your help-desk load for password-based requests. Make sure you take a thoughtful, strategic approach to this deployment to ensure you maximize the power of Azure. Start with a plan built on best practices and integration expertise to ensure a reliable, secure integration. WHY RACKSPACE FOR MICROSOFT WORKLOADS? o Rackspace is the leader in the Gartner Magic Quadrant for Cloud Enabled Managed Hosting, an accolade we received for exceptional customer service on industry-leading technologies for over 15 years. We have teams of Microsoft Certified Professionals that can help you architect, design, deploy and manage your applications, whether they are on dedicated servers, private clouds, SaaS platforms like Office 365 or even Microsoft Azure itself. We offer support on a number of technology stacks and applications, including the following: Microsoft Azure Office 365 Microsoft Cloud Platform on System Center and Windows Azure Pack Microsoft SQL Server Microsoft Exchange Microsoft Windows Server Microsoft SharePoint Skype for Business WHY RACKSPACE? A leader in the Gartner Magic Quadrant for Cloud-Enabled Managed Hosting, North America and Europe 2014 and 2015 Hosting provider to 69% of the Fortune 100 Extensive Microsoft Expertise: o o o o o o o o 5 time Microsoft Hosting Partner of the Year more than any other partner Microsoft Gold Certified Partner Gold Partner Microsoft Cloud OS Network 200+ Microsoft certifications, including MCITPs, MCSAs, MCSEs and MCTSs Industry-Leading Exchange Provider #1 SharePoint Hosting Provider (Outside of Microsoft) 6 SharePoint MVPs on Staff 85% of SharePoint Hosting Licenses run on our servers Redmond Reader s Choice for Best Hosted Exchange Provider Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 16

19 About Rackspace Rackspace (NYSE: RAX), the #1 managed cloud company, helps businesses tap the power of cloud computing without the challenge and expense of managing complex IT infrastructure and application platforms on their own. Rackspace engineers deliver specialized expertise on top of leading technologies developed by OpenStack, Microsoft, VMware and others, through a results-obsessed service known as Fanatical Support. GLOBAL OFFICES Headquarters Rackspace, Inc. 1 Fanatical Place Windcrest, Texas Intl: UK Office Rackspace Ltd. 5 Millington Road Hyde Park Hayes Middlesex, UB3 4AZ Phone: Intl: +44 (0) Benelux Office Rackspace Benelux B.V. Teleportboulevard EJ Amsterdam Phone: Intl: +31 (0) Hong Kong Office 9/F, Cambridge House, Taikoo Place 979 King s Road, Quarry Bay, Hong Kong Sales: Support Australia Office Rackspace Hosting Australia PTY LTD Level 1 37 Pitt Street Sydney, NSW 2000 Australia 2015 Rackspace US, Inc. All rights reserved. This white paper is for informational purposes only. The information contained in this document represents the current view on the issues discussed as of the date of publication and is provided AS IS. RACKSPACE MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE ACCURACY OR COMPLETENESS OF THE CONTENTS OF THIS DOCUMENT AND RESERVES THE RIGHT TO MAKE CHANGES TO SPECIFICATIONS AND PRODUCT/SERVICES DESCRIPTION AT ANY TIME WITHOUT NOTICE. USERS MUST TAKE FULL RESPONSIBILITY FOR APPLICATION OF ANY SERVICES AND/OR PROCESSES MENTIONED HEREIN. EXCEPT AS SET FORTH IN RACKSPACE GENERAL TERMS AND CONDITIONS, CLOUD TERMS OF SERVICE AND/OR OTHER AGREEMENT YOU SIGN WITH RACKSPACE, RACKSPACE ASSUMES NO LIABILITY WHATSOEVER, AND DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO ITS SERVICES INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. Except as expressly provided in any written license agreement from Rackspace, the furnishing of this document does not give you any license to patents, trademarks, copyrights, or other intellectual property. Rackspace, Fanatical Support, and/or other Rackspace marks mentioned in this document are either registered service marks or service marks of Rackspace US, Inc. in the United States and/or other countries. OpenStack is either a registered trademark or trademark of OpenStack, LLC in the United States and/or other countries. Third-party trademarks and tradenames appearing in this document are the property of their respective owners. Such third-party trademarks have been printed in caps or initial caps and are used for referential purposes only. We do not intend our use or display of other companies tradenames, trademarks, or service marks to imply a relationship with, or endorsement or sponsorship of us by, these other companies. Modified: Single Sign-on for Office 365, Microsoft Azure and On-Premises Environments Page 17

The Hybrid Cloud and Microsoft Azure Bridging Private and Public Environments

The Hybrid Cloud and Microsoft Azure Bridging Private and Public Environments The Hybrid Cloud and Microsoft Azure Bridging Private and Public Environments The Hybrid Cloud and Microsoft Azure Cover Table of Contents Introduction 1 What Is a Hybrid Environment? 2 Buy, Lease or Rent

More information

Effective Azure Migration Moving Applications to the Cloud

Effective Azure Migration Moving Applications to the Cloud Effective Azure Migration Moving Applications to the Cloud Effective Azure Migration Cover Table of Contents Executive Summary 1 Defining Line-of-Business Applications 1 An Example Application 2 The Migration

More information

Rackspace Private Cloud Security

Rackspace Private Cloud Security Rackspace Private Cloud Security Written by: Joe Burke Rackspace Private Cloud Product Architect Rackspace Private Cloud Security Cover Table of Contents 1. Introduction 2 2. Rackspace Private Cloud Security

More information

Azure Active Directory

Azure Active Directory Azure Active Directory Your Cloud Identity Brian Mansure Azure Specialist bmansure@enpointe.com Agenda What Azure Active Directory is What Azure Active Directory is not Hybrid Identity Features Roadmap

More information

Speeding Office 365 Implementation Using Identity-as-a-Service

Speeding Office 365 Implementation Using Identity-as-a-Service August 2015 www.sarrelgroup.com info@sarrelgroup.com Speeding Office 365 Implementation Using Identity-as-a-Service White paper August 2015 This white paper is sponsored by Centrify. August 2015 www.sarrelgroup.com

More information

The Top 5 Federated Single Sign-On Scenarios

The Top 5 Federated Single Sign-On Scenarios The Top 5 Federated Single Sign-On Scenarios Table of Contents Executive Summary... 1 The Solution: Standards-Based Federation... 2 Service Provider Initiated SSO...3 Identity Provider Initiated SSO...3

More information

Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support

Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support Bill Fiddes Learning and Development Specialist Rob Latino Program Manager in Office 365 Support Learning & Development Specialist Customer Support Services Been with Microsoft for 7 years Professionally

More information

1. Before You Shop: INTRODUCTION:

1. Before You Shop: INTRODUCTION: INTRODUCTION: HOSTED EXCHANGE 2013 BUYER S GUIDE: YOUR STEP-BY-STEP GUIDE TO FINDING A BETTER EXCHANGE The recent end of support for Exchange 2003 and widespread adoption of Exchange 2013 has more organizations

More information

Microsoft SharePoint Architectural Models

Microsoft SharePoint Architectural Models Microsoft SharePoint This topic is 1 of 5 in a series Introduction to Fundamental SharePoint This series is intended to raise awareness of the different fundamental architectural models through which SharePoint

More information

Get started with cloud hybrid search for SharePoint

Get started with cloud hybrid search for SharePoint Get started with cloud hybrid search for SharePoint This document supports a preliminary release of the cloud hybrid search feature for SharePoint 2013 with August 2015 PU and for SharePoint 2016 Preview,

More information

Planning your Microsoft Application Strategy in a Cloud Crazy World. Steve Soper Senior Managing Partner

Planning your Microsoft Application Strategy in a Cloud Crazy World. Steve Soper Senior Managing Partner Planning your Microsoft Application Strategy in a Cloud Crazy World Steve Soper Senior Managing Partner Who is AdaptivEdge Founded in June 2013 Partnered with Nth Generation for 2+ years and delivered

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course Code: M20533 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing Microsoft Azure Infrastructure Solutions Overview This course is aimed at experienced IT Professionals who currently

More information

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync

Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Test Lab Guide: Creating a Windows Azure AD and Windows Server AD Environment using Azure AD Sync Microsoft Corporation Published: December 2014 Author: Mark Grimes Acknowledgements Special thanks to the

More information

Office 365 deploym. ployment checklists. Chapter 27

Office 365 deploym. ployment checklists. Chapter 27 Chapter 27 Office 365 deploym ployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of

More information

Course 20533: Implementing Microsoft Azure Infrastructure Solutions

Course 20533: Implementing Microsoft Azure Infrastructure Solutions Course 20533: Implementing Microsoft Azure Infrastructure Solutions Overview About this course This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365

Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365 Cloud-Accelerated Hybrid Scenarios with SharePoint and Office 365 Contents Contents 1 About this guide 3 Overview 9 Authentication and authorization 10 Getting started with identity integration 26 Getting

More information

Managing Office 365 Identities and Services

Managing Office 365 Identities and Services Course 20346B: Managing Office 365 Identities and Services Page 1 of 7 Managing Office 365 Identities and Services Course 20346B: 4 days; Instructor-Led Introduction This is a 4-day Instructor Led Training

More information

Office 365 deployment checklists

Office 365 deployment checklists Chapter 128 Office 365 deployment checklists This document provides some checklists to help you make sure that you install and configure your Office 365 deployment correctly and with a minimum of issues.

More information

How To Design A Private Cloud Powered By Openstack

How To Design A Private Cloud Powered By Openstack Rackspace Private Cloud Powered By OpenStack: The Customer Experience Author: Christian Foster Director, Rackspace Private Cloud Rackspace Private Cloud Powered By OpenStack : The Customer Experience Cover

More information

Mod 2: User Management

Mod 2: User Management Office 365 for SMB Jump Start Mod 2: User Management Chris Oakman Managing Partner Infrastructure Team Eastridge Technology Stephen Hall CEO & SMB Technologist District Computers 1 Jump Start Schedule

More information

Google Apps Deployment Guide

Google Apps Deployment Guide CENTRIFY DEPLOYMENT GUIDE Google Apps Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of your corporate

More information

SINGLE & SAME SIGN-ON ASPECTS

SINGLE & SAME SIGN-ON ASPECTS SINGLE & SAME SIGN-ON ASPECTS OF AZURE ACTIVE DIRECTORY Harold Baele Senior ICT Trainer JULY 2, 2015 SLIDE 1 TRAINER INFO Harold Baele MCT at RealDolmen Education Harold.baele@realdolmen.com - @hbaele

More information

Centrify Cloud Connector Deployment Guide

Centrify Cloud Connector Deployment Guide C E N T R I F Y D E P L O Y M E N T G U I D E Centrify Cloud Connector Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as

More information

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman

Special thanks to the following people for reviewing and providing invaluable feedback for this document: Joe Davies, Bill Mathers, Andreas Kjellman Test Lab Guide: Creating a Microsoft Azure Active Directory and Windows Server Active Directory Environment using Microsoft Azure Active Directory Sync Services Microsoft Corporation Published: December

More information

An Overview of Samsung KNOX Active Directory-based Single Sign-On

An Overview of Samsung KNOX Active Directory-based Single Sign-On C E N T R I F Y W H I T E P A P E R. S E P T E M B E R 2013 An Overview of Samsung KNOX Active Directory-based Single Sign-On Abstract Samsung KNOX is a set of business-focused enhancements to the Android

More information

MICROSOFT 70-346 EXAM QUESTIONS & ANSWERS

MICROSOFT 70-346 EXAM QUESTIONS & ANSWERS MICROSOFT 70-346 EXAM QUESTIONS & ANSWERS Number: 70-346 Passing Score: 800 Time Limit: 120 min File Version: 58.5 http://www.gratisexam.com/ MICROSOFT 70-346 EXAM QUESTIONS & ANSWERS Exam Name:Managing

More information

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led

Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Implementing Microsoft Azure Infrastructure Solutions 20533B; 5 Days, Instructor-led Course Description This course is aimed at experienced IT Professionals who currently administer their on-premises infrastructure.

More information

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions

Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Course 20533B: Implementing Microsoft Azure Infrastructure Solutions Sales 406/256-5700 Support 406/252-4959 Fax 406/256-0201 Evergreen Center North 1501 14 th St West, Suite 201 Billings, MT 59102 Course

More information

Cloud Security. in an Agile World. Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead

Cloud Security. in an Agile World. Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead Cloud Security in an Agile World Written by: Jaret Chiles, Enterprise Cloud Solutions Architect and Matt Tesauro, Product Security Engineering Lead Cloud Security in an Agile World Cover Table of Contents

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure Microsoft Office 365 May 2015 This guide describes how to configure Microsoft Office 365 for use with Dell One Identity Cloud Access Manager

More information

Microsoft 20533 - Implementing Microsoft Azure Infrastructure Solutions

Microsoft 20533 - Implementing Microsoft Azure Infrastructure Solutions 1800 ULEARN (853 276) www.ddls.com.au Microsoft 20533 - Implementing Microsoft Azure Infrastructure Solutions Length 5 days Price $4389.00 (inc GST) Version C Overview This course is intended for IT professionals

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Course 20533A: Implementing Microsoft Azure Infrastructure Solutions Page 1 of 7 Implementing Microsoft Azure Infrastructure Solutions Course 20533A: 4 days; Instructor-Led Introduction This course is

More information

Identity. Provide. ...to Office 365 & Beyond

Identity. Provide. ...to Office 365 & Beyond Provide Identity...to Office 365 & Beyond Sponsored by shops around the world are increasingly turning to Office 365 Microsoft s cloud-based offering for email, instant messaging, and collaboration. A

More information

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led

Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Managing Office 365 Identities and Services 20346C; 5 Days, Instructor-led Course Description This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part

More information

Cloud Based Device Management Using Enterprise Mobility Suite Production Pilot Service Definition Document

Cloud Based Device Management Using Enterprise Mobility Suite Production Pilot Service Definition Document Microsoft Services - GCloud 7 Catalogue Cloud Based Device Management Using Enterprise Mobility Suite Production Pilot Service Definition Document 1 Overview of the Service 1.1 Service Objectives The 2

More information

Course 20346: Managing Office 365 Identities and Services

Course 20346: Managing Office 365 Identities and Services Course 20346: Managing Office 365 Identities and Services Overview About this course This is a 5-day Instructor Led Training (ILT) course that targets the needs of IT professionals who take part in evaluating,

More information

An Overview of Samsung KNOX Active Directory and Group Policy Features

An Overview of Samsung KNOX Active Directory and Group Policy Features C E N T R I F Y W H I T E P A P E R. N O V E M B E R 2013 An Overview of Samsung KNOX Active Directory and Group Policy Features Abstract Samsung KNOX is a set of business-focused enhancements to the Android

More information

WHITEPAPER. 13 Questions You Must Ask When Integrating Office 365 With Active Directory

WHITEPAPER. 13 Questions You Must Ask When Integrating Office 365 With Active Directory WHITEPAPER 13 Questions You Must Ask When Integrating Office 365 With Active Directory Many organizations have begun their push to the cloud with a handful of applications. Microsoft s Office 365 offering

More information

Setup Guide: Server-side synchronization for CRM Online and Exchange Server

Setup Guide: Server-side synchronization for CRM Online and Exchange Server Setup Guide: Server-side synchronization for CRM Online and Exchange Server Version 8.0 Microsoft Dynamics CRM 2016 Authors: Elad Ben Yosef, Sumanta Batabyal This document is provided "as-is". Information

More information

Managing Your Microsoft Windows Server Fleet with AWS Directory Service. May 2015

Managing Your Microsoft Windows Server Fleet with AWS Directory Service. May 2015 Managing Your Microsoft Windows Server Fleet with AWS Directory Service May 2015 2015, Amazon Web Services, Inc. or its affiliates. All rights reserved. Notices This document is provided for informational

More information

Mod 3: Office 365 DirSync, Single Sign-On & ADFS

Mod 3: Office 365 DirSync, Single Sign-On & ADFS Office 365 for SMB Jump Start Mod 3: Office 365 DirSync, Single Sign-On & ADFS Chris Oakman Managing Partner Infrastructure Team Eastridge Technology Stephen Hall CEO & SMB Technologist District Computers

More information

Rackspace Cloud Big Data Platform On-demand Big Data processing platform

Rackspace Cloud Big Data Platform On-demand Big Data processing platform Rackspace Cloud Big Data Platform On-demand Big Data processing platform Rackspace Cloud Big Data Platform: On-demand Big Data Processing Platform Cover Table of Contents Introduction 1 Challenges of Managing

More information

OVERVIEW. DIGIPASS Authentication for Office 365

OVERVIEW. DIGIPASS Authentication for Office 365 OVERVIEW DIGIPASS for Office 365 Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as is'; VASCO Data Security assumes no responsibility

More information

Rackspace IT Industry Service Report

Rackspace IT Industry Service Report Rackspace IT Industry Service Report A study into the cost of poor IT customer service Rackspace IT Industry Service Report A study into the cost of poor IT customer service PAGE: 1 TABLE OF CONTENTS DESCRIPTION

More information

Migrating Exchange Server to Office 365

Migrating Exchange Server to Office 365 Migrating Exchange Server to Office 365 By: Brien M. Posey CONTENTS Domain Verification... 3 IMAP Migration... 4 Cut Over and Staged Migration Prep Work... 5 Cut Over Migrations... 6 Staged Migration...

More information

A Look Back at. Expert Answers to your

A Look Back at. Expert Answers to your A Look Back at 2012 Expert Answers to your Top SharePoint Questions Microsoft SharePoint is the most popular application of its type ever created. According to Microsoft, more than 65,000 companies manage

More information

Google Identity Services for work

Google Identity Services for work INTRODUCING Google Identity Services for work One account. All of Google Enter your email Next Online safety made easy We all care about keeping our data safe and private. Google Identity brings a new

More information

A Tale of Two Workloads

A Tale of Two Workloads A Tale of Two Workloads USING OPENSTACK AND VMWARE VSPHERE TO BUILD A HYBRID SOLUTION CONTENTS. Executive Summary. 2 Understanding the Challenges. 2 Development of a Two-Workload Strategy. 3 Understanding

More information

NCSU SSO. Case Study

NCSU SSO. Case Study NCSU SSO Case Study 2 2 NCSU Project Requirements and Goals NCSU Operating Environment Provide support for a number Apps and Programs Different vendors have their authentication databases End users must

More information

Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud

Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud Private Clouds Can Be Complicated: The Challenges of Building and Operating a Microsoft Private Cloud Tony Bradley Microsoft MVP, CISSP-ISSAP Principal Analyst, Bradley Strategy Group The connected, mobile

More information

Simplify and Secure Cloud Access to Critical Business Data

Simplify and Secure Cloud Access to Critical Business Data SAP Brief SAP Technology SAP Cloud Identity Objectives Simplify and Secure Cloud Access to Critical Business Data Gain simplicity and security in a single cloud solution Gain simplicity and security in

More information

Flexible Identity Federation

Flexible Identity Federation Flexible Identity Federation Quick start guide version 1.0.1 Publication history Date Description Revision 2015.09.23 initial release 1.0.0 2015.12.11 minor updates 1.0.1 Copyright Orange Business Services

More information

Directory Integration with Okta. An Architectural Overview. Okta Inc. 301 Brannan Street San Francisco, CA 94107. info@okta.

Directory Integration with Okta. An Architectural Overview. Okta Inc. 301 Brannan Street San Francisco, CA 94107. info@okta. Directory Integration with Okta An Architectural Overview Okta Inc. 301 Brannan Street San Francisco, CA 94107 info@okta.com 1-888-722-7871 Contents 1 User Directories and the Cloud: An Overview 3 Okta

More information

Now that you have a Microsoft private cloud, what the heck are you going to do with it?

Now that you have a Microsoft private cloud, what the heck are you going to do with it? Now that you have a Microsoft private cloud, what the heck are you going to do with it? Tony Bradley Microsoft MVP, CISSP-ISSAP Principal Analyst, Bradley Strategy Group Abstract Choosing and building

More information

White Paper: Cloud Identity is Different. World Leading Directory Technology. Three approaches to identity management for cloud services

White Paper: Cloud Identity is Different. World Leading Directory Technology. Three approaches to identity management for cloud services World Leading Directory Technology White Paper: Cloud Identity is Different Three approaches to identity management for cloud services Published: March 2015 ViewDS Identity Solutions A Changing Landscape

More information

Identity & Access Management in the Cloud: Fewer passwords, more productivity

Identity & Access Management in the Cloud: Fewer passwords, more productivity WHITE PAPER Strategic Marketing Services Identity & Access Management in the Cloud: Fewer passwords, more productivity Cloud services are a natural for small and midsize businesses, with their ability

More information

Office 365 Single Sign-On: High Availability Without High Complexity

Office 365 Single Sign-On: High Availability Without High Complexity WHITE PAPER Office 365 Single Sign-On: High Availability Without High Complexity WWW.CENTRIFY.COM Office 365 Single Sign-On: High Availability without High Complexity Contents Abstract 3 Introduction 4

More information

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide

Dell One Identity Cloud Access Manager 7.0.2. Installation Guide Dell One Identity Cloud Access Manager 7.0.2 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under

More information

Manage all your Office365 users and licenses

Manage all your Office365 users and licenses Manage all your Office365 users and licenses Delegate 365 White Paper Authors: Toni Pohl, Martina Grom Version: 1.2 of December 2014 atwork information technology gmbh. All rights reserved. For information

More information

How To Manage A Plethora Of Identities In A Cloud System (Saas)

How To Manage A Plethora Of Identities In A Cloud System (Saas) TECHNICAL WHITE PAPER Intel Cloud SSO How Intel Cloud SSO Works Just as security professionals have done for ages, we must continue to evolve our processes, methods, and techniques in light of the opportunities

More information

Collaborating with External Users

Collaborating with External Users Collaborating with External Users Peter Carson March 10, 2015 Gold Sponsor Silver Sponsors Peter Carson President, Envision IT SharePoint MVP Virtual Technical Specialist, Microsoft Canada peter@envisionit.com

More information

Extend and Enhance AD FS

Extend and Enhance AD FS Extend and Enhance AD FS December 2013 Sponsored By Contents Extend and Enhance AD FS By Sean Deuby Introduction...2 Web Service SSO Architecture...3 AD FS Overview...5 Ping Identity Solutions...7 Synergy

More information

Overview of Microsoft Enterprise Mobility Suite (EMS) Cloud University

Overview of Microsoft Enterprise Mobility Suite (EMS) Cloud University Overview of Microsoft Enterprise Mobility Suite (EMS) Cloud University www.infrontconsulting.com Global #1 on System Center Trusted for over a decade Microsoft Partner of the year 2012, 2013 & 2014 #1

More information

Fully Managed, High-performance Cassandra Service Powered by DataStax Enterprise

Fully Managed, High-performance Cassandra Service Powered by DataStax Enterprise Fully Managed, High-performance Cassandra Service Powered by DataStax Enterprise Fully Managed, High-performance Cassandra Service Cover Table of Contents 1. Introducing Managed Cassandra 1 2. Challenges

More information

Identity and Access Management for the Cloud

Identity and Access Management for the Cloud Identity and Access Management for the Cloud What you need to know about managing access to your clouds Organizations need to control who has access to which systems and technology within the enterprise.

More information

Managing the Transition to IT as a Service Broker

Managing the Transition to IT as a Service Broker Managing the Transition to IT as a Service Broker Successfully moving to new IT structure requires focus on the human side of the equation Contents Executive Summary. 2 Introduction: IT at the Crossroads.

More information

IBM Cognos TM1 on Cloud Solution scalability with rapid time to value

IBM Cognos TM1 on Cloud Solution scalability with rapid time to value IBM Solution scalability with rapid time to value Cloud-based deployment for full performance management functionality Highlights Reduced IT overhead and increased utilization rates with less hardware.

More information

Microsoft Premier Deployment. Office 365 Service Description

Microsoft Premier Deployment. Office 365 Service Description Microsoft Premier Deployment Office 365 Service The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication and

More information

Enterprise Self Service Quick start Guide

Enterprise Self Service Quick start Guide Enterprise Self Service Quick start Guide Software version 4.0.0.0 December 2013 General Information: info@cionsystems.com Online Support: support@cionsystems.com 1 2013 CionSystems Inc. ALL RIGHTS RESERVED.

More information

Starting the Journey to Managed Infrastructure Services

Starting the Journey to Managed Infrastructure Services Starting the Journey to Managed Infrastructure Services A GUIDE TO SELECTING INITIAL WORKLOADS FOR MIGRATION CONTENTS Executive Summary. 2 A New Age of Innovation. 2 IT Has Reached the Pivot Point. 3 The

More information

RackConnect User Guide

RackConnect User Guide RackConnect User Guide Updated: November 8, 2011 RackConnect User Guide Page 2 of 15 DISCLAIMER This RackConnect User Guide (the Guide ) is for informational purposes only and is provided AS IS. The information

More information

IT Exam Training online / Bootcamp

IT Exam Training online / Bootcamp DumpCollection IT Exam Training online / Bootcamp http://www.dumpcollection.com PDF and Testing Engine, study and practice Exam : 70-534 Title : Architecting Microsoft Azure Solutions Vendor : Microsoft

More information

Ondřej Výšek Sales Lead, Microsoft MVP. vysek@kpcs.cz

Ondřej Výšek Sales Lead, Microsoft MVP. vysek@kpcs.cz Ondřej Výšek Sales Lead, Microsoft MVP vysek@kpcs.cz Azure Active Directory Features Free edition Basic edition Premium edition Directory as a service User and group management using UI or Windows PowerShell

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure About this Course This course is aimed at experienced IT Professionals who currently administer their on-premise infrastructure. The course introduces the student

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

Identity and Access Management (IAM) Across Cloud and On-premise Environments: Best Practices for Maintaining Security and Control

Identity and Access Management (IAM) Across Cloud and On-premise Environments: Best Practices for Maintaining Security and Control Identity and Access Management (IAM) Across Cloud and On-premise Environments: Best Practices for Maintaining Security and Control agility made possible Enterprises Are Leveraging Both On-premise and Off-premise

More information

Security Overview Enterprise-Class Secure Mobile File Sharing

Security Overview Enterprise-Class Secure Mobile File Sharing Security Overview Enterprise-Class Secure Mobile File Sharing Accellion, Inc. 1 Overview 3 End to End Security 4 File Sharing Security Features 5 Storage 7 Encryption 8 Audit Trail 9 Accellion Public Cloud

More information

Cloud Identity Management Tool Quick Start Guide

Cloud Identity Management Tool Quick Start Guide Cloud Identity Management Tool Quick Start Guide Software version 2.0.0 October 2013 General Information: info@cionsystems.com Online Support: support@cionsystems.com Copyright 2013 CionSystems Inc., All

More information

Managing the Transition to IT as a Service Broker Successfully moving to new IT structure requires focus on the human side of the equation

Managing the Transition to IT as a Service Broker Successfully moving to new IT structure requires focus on the human side of the equation Managing the Transition to IT as a Service Broker Successfully moving to new IT structure requires focus on the human side of the equation Managing the Transition to IT as a Service Broker Cover Table

More information

Three Ways to Integrate Active Directory with Your SaaS Applications OKTA WHITE PAPER. Okta Inc. 301 Brannan Street, Suite 300 San Francisco CA, 94107

Three Ways to Integrate Active Directory with Your SaaS Applications OKTA WHITE PAPER. Okta Inc. 301 Brannan Street, Suite 300 San Francisco CA, 94107 OKTA WHITE PAPER Three Ways to Integrate Active Directory with Your SaaS Applications Okta Inc. 301 Brannan Street, Suite 300 San Francisco CA, 94107 info@okta.com 1-888-722-7871 wp-3waysad-113012 Table

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

HOTPin Integration Guide: Google Apps with Active Directory Federated Services

HOTPin Integration Guide: Google Apps with Active Directory Federated Services HOTPin Integration Guide: Google Apps with Active Directory Federated Services Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as

More information

Understanding Enterprise Cloud Governance

Understanding Enterprise Cloud Governance Understanding Enterprise Cloud Governance Maintaining control while delivering the agility of cloud computing Most large enterprises have a hybrid or multi-cloud environment comprised of a combination

More information

Connectivity to Polycom RealPresence Platform Source Data

Connectivity to Polycom RealPresence Platform Source Data Polycom RealAccess Security White Paper The Polycom RealAccess service is delivered using the Software as a Service (SaaS) model. This white paper outlines how the service protects sensitive customer data

More information

How To Manage A Privileged Account Management

How To Manage A Privileged Account Management Four Best Practices for Passing Privileged Account Audits October 2014 1 Table of Contents... 4 1. Discover All Privileged Accounts in Your Environment... 4 2. Remove Privileged Access / Implement Least

More information

INTRODUCTION... 2 THINK LIKE A CFO... 3 WHAT S A CIO TO DO?... 3 THE CAPEX VS. OPEX DIVIDE... 3 TODAY, CAPEX IS OUT AND OPEX IS IN...

INTRODUCTION... 2 THINK LIKE A CFO... 3 WHAT S A CIO TO DO?... 3 THE CAPEX VS. OPEX DIVIDE... 3 TODAY, CAPEX IS OUT AND OPEX IS IN... INTRODUCTION... 2 THINK LIKE A CFO... 3 WHAT S A CIO TO DO?... 3 THE CAPEX VS. OPEX DIVIDE... 3 TODAY, CAPEX IS OUT AND OPEX IS IN.... 4 AN EXAMPLE: BUYING A LASER PRINTER... 5 AN ALTERNATIVE: OUTSOURCING

More information

Agenda. Federation using ADFS and Extensibility options. Office 365 Identity overview. Federation and Synchronization

Agenda. Federation using ADFS and Extensibility options. Office 365 Identity overview. Federation and Synchronization Agenda Office 365 Identity overview 1 Federation and Synchronization Federation using ADFS and Extensibility options 2 3 What s New in Azure AD? Cloud Business App - Overview 4 Identity Management is

More information

SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online

SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online SPHOL300 Synchronizing Profile Pictures from On-Premises AD to SharePoint Online Contents Overview... 3 Introduction... 3 The Contoso Ltd. Scenario... 4 Exercise 1: Member Server Sign up for Office 365

More information

FileCloud Security FAQ

FileCloud Security FAQ is currently used by many large organizations including banks, health care organizations, educational institutions and government agencies. Thousands of organizations rely on File- Cloud for their file

More information

Microsoft Office 365 from Vodafone. Administrator s Guide for Midsize Businesses and Enterprises

Microsoft Office 365 from Vodafone. Administrator s Guide for Midsize Businesses and Enterprises Microsoft Office 365 from Vodafone Administrator s Guide for Midsize Businesses and Enterprises Contents Footer bar Return to contents page Go to next of section Return to start of section Previous page

More information

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365

Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 Configuring Single Sign-On from the VMware Identity Manager Service to Office 365 VMware Identity Manager JULY 2015 V1 Table of Contents Overview... 2 Passive and Active Authentication Profiles... 2 Adding

More information

SharePoint 2013 Logical Architecture

SharePoint 2013 Logical Architecture SharePoint 2013 Logical Architecture This document is provided "as-is". Information and views expressed in this document, including URL and other Internet Web site references, may change without notice.

More information

Understanding and Configuring Password Manager for Maximum Benefits

Understanding and Configuring Password Manager for Maximum Benefits Understanding and Configuring Password Manager for Maximum Benefits Written by Chris Radband, senior professional services consultant, Dell Software Introduction About Password Manager The pain of password

More information

Enterprise Mobility Management Migration Migrating from Legacy EMM to an epo Managed EMM Environment. Paul Luetje Enterprise Solutions Architect

Enterprise Mobility Management Migration Migrating from Legacy EMM to an epo Managed EMM Environment. Paul Luetje Enterprise Solutions Architect Enterprise Mobility Management Migration Migrating from Legacy EMM to an epo Managed EMM Environment Paul Luetje Enterprise Solutions Architect Table of Contents Welcome... 3 Purpose of this document...

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Implementing Microsoft Azure Infrastructure Solutions

Implementing Microsoft Azure Infrastructure Solutions 20533B - Version: 1 02 July 2016 Implementing Microsoft Azure Infrastructure Solutions Implementing Microsoft Azure Infrastructure Solutions 20533B - Version: 1 5 days Course Description: This course is

More information

CA Single Sign-On r12.x (CA SiteMinder) Implementation Proven Professional Exam

CA Single Sign-On r12.x (CA SiteMinder) Implementation Proven Professional Exam CA Single Sign-On r12.x (CA SiteMinder) Implementation Proven Professional Exam (CAT-140) Version 1.4 - PROPRIETARY AND CONFIDENTIAL INFORMATION - These educational materials (hereinafter referred to as

More information

The Incremental Advantage:

The Incremental Advantage: The Incremental Advantage: MIGRATE TRADITIONAL APPLICATIONS FROM YOUR ON-PREMISES VMWARE ENVIRONMENT TO THE HYBRID CLOUD IN FIVE STEPS CONTENTS Introduction..................... 2 Five Steps to the Hybrid

More information

Quest Collaboration Services 3.6.1. How it Works Guide

Quest Collaboration Services 3.6.1. How it Works Guide Quest Collaboration Services 3.6.1 How it Works Guide 2011 Quest Software, Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information