Leverage Your EMC Storage Investment with User Provisioning for Syncplicity:

Size: px
Start display at page:

Download "Leverage Your EMC Storage Investment with User Provisioning for Syncplicity:"

Transcription

1 Leverage Your EMC Storage Investment with User Provisioning for Syncplicity: Automate and simplify Syncplicity user/group management tasks EMC Global Solutions Abstract Make the most of your existing EMC storage footprint by delivering enterprise file sync and share capabilities via Syncplicity. This product guide provides information about the features, functionality, and deployment of the EMC user provisioning application for Syncplicity, which provides a simple solution for onboarding and managing users. October 2015

2 Copyright 2015 EMC Corporation. All rights reserved. Published in the USA. Published October 2015 EMC believes the information in this publication is accurate as of its publication date. The information is subject to change without notice. The information in this publication is provided as is. EMC Corporation makes no representations or warranties of any kind with respect to the information in this publication, and specifically disclaims implied warranties of merchantability or fitness for a particular purpose. Use, copying, and distribution of any EMC software described in this publication requires an applicable software license. EMC 2, EMC, and the EMC logo are registered trademarks or trademarks of EMC Corporation in the United States and other countries. All other trademarks used herein are the property of their respective owners. For the most up-to-date listing of EMC product names, see EMC Corporation Trademarks on EMC.com. Part Number H

3 Contents Contents Chapter 1 Introduction 4 Purpose of this guide... 5 Business value... 5 Audience... 6 Chapter 2 Application Overview 7 Application architecture... 8 Key components... 8 Active Directory... 8 User Provisioning Application... 8 Developer API Portal... 8 Syncplicity API Gateway... 9 Syncplicity orchestration... 9 EMC user provisioning application for Syncplicity... 9 Overview... 9 CREATE READ UPDATE DELETE Deploying the application Deployment prerequisites Manual deployment process Automatic deployment process Monitor Application log Configuration Prerequisites Configuration process Chapter 3 References 28 EMC documentation Syncplicity documentation

4 Chapter 1 Introduction This chapter presents the following topics: Purpose of this guide... 5 Business value... 5 Audience

5 Purpose of this guide Business value The EMC user provisioning application for Syncplicity provides a simple solution for onboarding users to the EMC Syncplicity file sync and share solution. The user provisioning application is helpful for EMC partners and customers who plan to implement new accounts or migrate customers to the solution on EMC Atmos, EMC Isilon, EMC Elastic Cloud Storage (ECS) and EMC VNX storage systems. This product guide introduces the application and provides the following information: A description of the architecture, functionality, and deployment of the application Instructions to add, remove, and manage Syncplicity users/groups EMC partners can use the user provisioning application when implementing the Syncplicity file sync and share solution to onboard users from the corporate identity provider (IDP) without using third-party identity management applications. The user provisioning application offers the following business benefits: Reduced compliance risk and increased control Businesses no longer need to expose their internal IDP to third-party single sign-on (SSO) and identity management software-as-a-service (SaaS) applications when implementing the Syncplicity file sync and share solution to onboard users in the Syncplicity account. Flexibility and ease of management Leverage your existing EMC storage infrastructure and extend its value with the deployment of the Syncplicity file sync and share solution. Syncplicity combined with EMC storage solutions offers the unmatched flexibility and ease of use of cloud-based file sync and sharing with a secure, on-premise storage infrastructure based on EMC storage products, such as Atmos, Isilon, ECS, VNX, and the storage-defined software ViPR. The next release of this application will provide information on Active Directory integration and synchronization of users. The next release will also demonstrate how this application can be leveraged to offer users self-service sign-up for the Syncplicity file sync and share solution when deployed onpremises through Federation Enterprise Hybrid Cloud and other methods. Scalability and user productivity Businesses with large-scale deployments of Syncplicity can benefit by quickly and efficiently scaling the application for hundreds of users. The automation allows for increased productivity of both IT administrators as well as end users. 5

6 Audience This guide is intended for internal EMC personnel and qualified EMC partners. This guide assumes that EMC partners who intend to deploy the Syncplicity file sync and share solution are: Qualified by EMC to sell, install, and configure Syncplicity solutions Qualified to sell, install, and configure Atmos, Isilon, ECS, VNX, or ViPR Part of the Global Solutions professional services group 6

7 Chapter 2 Application Overview This chapter presents the following topics: Application architecture... 8 Key components... 8 EMC user provisioning application for Syncplicity... 9 Deploying the application

8 Application architecture Figure 1 shows the application architecture. Figure 1. Application architecture Key components Active Directory Active Directory user authentication confirms the identity of any user in the company. As part of the Syncplicity user on-boarding process, you must export the user list from Active Directory, which requires access to their Syncplicity file sync and share account. The user list is exported from any IDP with , first name, and last name of the user in the form of a comma separated value (csv) file. Note: The user list, including , first name, and last name, can be exported from any IDP using the.csv file format. User Provisioning Application Developer API Portal The user provisioning application was developed in Java and has a simple and easy navigational frontend user interface to run the required CREATE, READ, UPDATE, and DELETE (CRUD) functions. The user provisioning application uses Syncplicity application programming interface (API) calls to interact with the orchestration layer. The user provisioning application can be deployed on any system that is exposed to the Internet. The Syncplicity Developer API Portal provides step-by-step instructions for building applications using Syncplicity APIs. You need a Syncplicity Enterprise Edition (EE) license to use the Developer API Portal. 8

9 The user provisioning application must be registered from the MY APPS page in the Developer API Portal. Once the application is registered, the authorization keys (App Key and App Secret Key) are generated. Using these keys, the application can get authorization to communicate with Syncplicity API calls. The users APIs are provided to add, update, and delete users from the company account. The APIs are helpful for provisioning and onboarding users, as well as accessing the Syncplicity clients associated with a specific user. You can log in to the Developer API Portal using Syncplicity login credentials for more information on Syncplicity API calls. Syncplicity API Gateway Syncplicity orchestration The Syncplicity API Gateway enforces rate-limiting to prevent abuse by third-party services, applications, and/or users to further communicate with the Syncplicity orchestration layer. If an excessive level of API usage is reached, a standard HTTP Retry Header with 429 Too Many Requests error is returned. If back-to-back 429 error messages are received, we recommend implementing an exponential backoff algorithm for retrying, with the first retry starting after a minimum of 10 seconds. Syncplicity orchestration is a multitenant, cloud-based, SaaS that is common across all Syncplicity customers in which you are one of the customer s accounts. As a SaaS application, the orchestration layer frees IT departments from deployment and maintenance problems, delivers a constant stream of enhancements and innovations, and enables seamless enterprise collaboration across the extended enterprise. The orchestration layer controls the sync process, enabling sharing of files and folders between users and devices. Orchestration includes authentication (unless delegated to Security Assertion Markup Language [SAML]/OpenID SSO), authorization, account administration, metadata management, sharing and collaboration of the web application, and the API. EMC user provisioning application for Syncplicity Overview The application provides CREATE, READ, UPDATE, and DELETE (CRUD) functions to maintain user/group resources on your SaaS-based Syncplicity account using Syncplicity API calls. Figure 2 provides an overview of the application. 9

10 Figure 2. Application overview Figure 3 shows the application user interface. You can browse to to view the user interface after starting the Jboss application server, as outlined in Configuration process. 10

11 Figure 3. Application interface CREATE The CREATE function creates bulk Syncplicity user accounts using a.csv file, which is the user list exported from your IDP/Active Directory. A common use for the CREATE function is the periodic onboarding of Syncplicity users during the implementation of the new Syncplicity account at a customer site. Using the CREATE function prevents exposing a customers IDP data through the use of third-party cloud-based applications during the onboarding process. To use this function: Obtain the keys, as stated in Configuration process. Select CREATE_USER for the Job Name. Click Upload CSV file to upload the user list. Select LimitedBusiness for the Account Type for Creating User. Click Retrieve Groups to select the group. Click Schedule Job, as shown in Figure 4. 11

12 Figure 4. New user provisioning job for CREATE_USER function Figure 5 shows the Job Scheduled Successfully window. Figure Job Scheduled Successfully window Select the scheduled job and click Run Job. Click Refresh to see the updated status, as shown in Figure 6. The status should be EXECUTING, followed by COMPLETED. 12

13 Figure Completed CREATE_USER job Log in to and check the user accounts/group to ensure that the user accounts were created successfully. Note: You can enable Silent Onboarding auto-activate users and suppress Welcome/Activation by configuring the existing SSO setup in the Syncplicity account. Select Admin > Settings > Custom domain and single sign-on. READ The READ function reads the Syncplicity account user/group information, which you can then view in one of the following ways: You can view the information on-screen, page by page. You can download the information using the.csv file download button from the home page. Common uses for the READ function include: Obtaining Syncplicity account user information for a specific purpose, such as the number of Syncplicity user lists Inputting information for other analytical software for billing and collaboration functionalities Determining how many users in a group have Syncplicity accounts. This information is useful, for example, if groups are charged based on the number of Syncplicity users accounts in that group. To use this function: Obtain the keys, as stated in Configuration process. Select READ_USER for the Job Name. Click Schedule Job, as shown in Figure 7. 13

14 Figure New user provisioning job for READ _USER function Select the scheduled job from the home page. Click Run Job to run the scheduled job. Note: After the READ_USER job is scheduled successfully, the job status automatically changes to COMPLETED, as shown in Figure 8. Do not run the READ job. Figure 8. Completed READ_USER job 14

15 6. Select the Job ID, and then select Retrieve All Users or Retrieve Group (depends on your requirement), as shown in Figure 9. If you select Retrieve All Users, the user information shows in the user list, and you can view the information page-by-page or download the information by clicking the.csv file button. If you select Retrieve Group, you must select the specific group that you want to list from that group. The user information shows in the user list, and you can view the information page-by-page or download the information by clicking the.csv file button. Figure 9. Retrieve all users or groups UPDATE The UPDATE function updates the Syncplicity account user/group information. Common uses for the UPDATE function include: Upgrading users from one group to another group to associate a group with a larger storage set, for example To associate users with multiple groups so that users from different groups can collaborate with each another To enable or disable user accounts To use this function: Obtain the keys, as stated in Configuration process. Select UPDATE_USER for the Job Name. Select an option for the Update Users Task Type, as shown in Figure

16 Figure 10. New user provisioning job for UPDATE _USER function Click Upload CSV file to upload the user list, as shown in Figure 11. Click Retrieve Groups to select the group. Figure 11. New user provisioning job for UPDATE_USER function 6. Click Schedule Job. Figure 12 shows the Job Scheduled Successfully window. 16

17 Figure 12. Job Scheduled Successfully window Select the scheduled job and click Run Job. Click Refresh to see the updated status. The status should be EXECUTING, followed by COMPLETED, as shown in Figure 13. Figure 13. Completed UPDATE_USER job 9. Log in to and check the user accounts/group to ensure that the accounts were created successfully. DELETE The DELETE function deletes Syncplicity user accounts in bulk using the.csv file or a text file with the users addresses. This function permanently removes the user accounts from Syncplicity. It also removes the data on all devices associated with the accounts, depending on the policy set up. This information is not recoverable. Common uses for the DELETE function include: Deleting users in bulk from a Syncplicity account. For example, if employees leave the company, their accounts are rarely, if ever, deleted. However, all employee accounts are disabled when they leave active service from a company. The company can then decide to permanently delete the employees from the Syncplicity account. Saving time when deleting users in bulk. The Syncplicity Administration Console is not scalable when deleting users; using this application to semiautomate the process provides a faster way to purge users in bulk. To use this function: Obtain the keys, as stated in Configuration process. Select DELETE_USER for the Job Name. Click Upload CSV file to upload the user list. 17

18 4. Click Schedule Job, as shown in Figure 14. Figure 14. New user provisioning job for DELETE _USER function 5. Select the scheduled job and click Run Job, as shown in Figure 15. Figure 15. Run the scheduled job 18

19 6. Confirm the job to be run by selecting the warning message, as shown in Figure 16. Figure 16. Confirm run job Figure 17 shows the Job Scheduled Successfully window. Figure 17. Job Scheduled Successfully window Click Refresh to see the updated status. The status should be EXECUTING, followed by COMPLETED. Log in to and check the user accounts/group to ensure that the user accounts were created successfully. Deploying the application Deployment prerequisites Table 1 lists the software requirements for deploying the application. 19

20 Table 1. Deployment prerequisites Description Java Development Kit (JDK) 1.7 Jboss application server/wildfly server Action You must install JDK 1.7 before deploying the application. Download the Jboss application server: jbossas/7.1/jboss-as Final/jboss-as Final.zip Note: You can also use the Automatic deployment process to deploy the application. Manual deployment process To deploy the application manually: Download and install the deployment prerequisites listed in Table 2. Install the Jboss application servers and configure the derby database as follows. Create a \derby\main folder in: c:\<user-pro-app>\jboss-as Final\jboss-as Final\modules\org\apache\. For example, C:\user-pro-app\jboss-as Final\jboss-as Final\modules\org\apache\derby\main a. b. Place the following files in the folder created in Step 2a: i. module.xml: In Adobe Reader, click the Attachments icon. Under Attachments, double-click the attached file to open and save the file. ii. derby.jar file: Download the file from Edit the standalone.xml file to add the database location as c:\user-pro-app: a. b. c. Place the application library.war file in the following directory: c:\user- pro-app\jboss-as final\jboss-as Final\standalone\deployments d. Use the standalone.xml file to replace the existing standalone.xml file. In Adobe Reader, click the Attachments icon. Under Attachments, doubleclick the attached file to open and save the file. Edit the database location, that is, open the standalone.xml file in the editor, and search for: <connection-url>jdbc:derby:c:\user-proapp;create=true</connection-url> Replace with the location where you want to store the database files. For example: c:\cuser-pro-app Create a folder named Uploads in the following directory: c:\user-proapp\jboss-as final\jboss-as final 20

21 Open the command prompt and browse to the following location: c:\user-proapp\jboss-as final\jboss-as final\bin Type the following command to start the server: standalone.bat b=<ipaddress of system where installed> Open the following URL: of the system where Jboss is installed>:prot# (8080)/SyncplicityUserProvisioningApp/csvSUP.xhtml Automatic deployment process To deploy the application using the automation tool: 1. Install JDK 1.7 or higher. 2. Download jboss-as final from 3. Select the zip file, as shown in Figure 18. Figure 18. Download the zip file Unzip the downloaded file. Use the Server SUP_Server_Config.jar file to configure the server: a. Open the.jar file, either by double-clicking on the file or by right-clicking and opening the Java SE Platform library, as shown in Figure

22 Figure 19. Open the.jar file Enter the location of the file, i.e., the unzipped location of jboss-as Final, as shown in Figure 20. b. 22

23 Figure 20. File location c. d. e. f. g. To start the server: Enter the database name. Enter the location of the derby.jar file. Copy the derby.jar file to the desired location. Enter the location where you need to store the database files. Click Configure. Copy the.war file to SyncplicityUserProvisioningApp.war. Select the Start Server tab. Enter the port number and IP address of the system. Click Start Server. The command prompt opens and the server starts after a few seconds. Go to Address of system>:<port-no>/ SyncplicityUserProvisioningApp to access the application. Note: The automation tool also provides an option to remove the configuration and add a new configuration. To remove the configuration, click Remove Configuration. Monitor Application log All application transactions are logged in the following log file. This file can be viewed in Notepad for debugging issues. 23

24 C:\API deployment\jboss-as final\jboss-as final\standalone\log\ server.log Configuration Prerequisites Table 2 lists the software configuration requirements for the application. Table 2. Functional prerequisites Requirement Notes Action Syncplicity EE license Application registration Edited user list You need a Syncplicity EE account to use the Syncplicity Developer API portal. Register the application in the Syncplicity Developer Portal. Obtain a.csv file user list exported from Active Directory. Edit the.csv file so that it contains address, first name, and last name headers (case sensitive), and remove the remaining information. If you do not have a license, you must obtain one before using the application. Complete the steps in Configuration process. Edit the.csv file with address, first name, and last name headers (case sensitive) and remove the rest of the information. Configuration process To configure the application: 1. Log in to the Syncplicity Developer Portal using your Syncplicity login credentials Note: Only Syncplicity EE users are allowed to log in to the Developer Portal. Once you have successfully logged in for the first time, the Syncplicity Developer Portal automatically creates an EE sandbox account for developing and testing your application. Select MY APPS > CREATE APP to register your application. Type the following information: a. b. c. d. e. A unique name for your application. A description for your application. Note that this description is critical when you publish your application for production. The Syncplicity support team will review this information before approving the application. (Optional) Upload a 256x256 or 512x512 pixel icon for your application. Mark the box to accept the API Terms of Use and License. Click Save. Once the application is registered, the App Key and App Secret are generated, as shown in Figure

25 Figure 21. MY APPS page 4. Publish your application. By default, all new applications are created in the Development Phase. This phase allows you to develop and test your application against your sandbox account. Once you have built, tested, and debugged your application, click APPLY FOR PRODUCTION from the MY APPS > Settings page. Your application will be reviewed by the Syncplicity team before being approved for the Production Phase. Once in production, you can continue to log in to the Developer Portal and monitor your application using metrics. Once your application is approved for production, you cannot change the settings for your application. To make changes, you must recall your application and downgrade it back to the developer phase. You can then apply your changes and resubmit the application for production. Note: Since the application is already tested, you can either move from the development phase to the production phase, or you can run tests using your sandbox account before moving to the production phase after registering the application. 5. Obtain the application token. 25

26 As shown in Figure 22, you can obtain the application token once you log in to your sandbox account or Production account. Figure 22. Manage Your Account page 6. Obtain and modify the user list: a. Type the following command to export the user list in the form of a.csv file from the Active Directory: CSVDE -m -f export4.csv -r "(&(objectclass=user)(objectcategory=person))" -l "objectclass, ,givenname, sn b. Edit the first three column headers in the.csv file as address, firstname, and lastname in the same order, as shown in Figure 23. The.csv file is case sensitive. The rest of the information can be deleted and saved as a.csv file. 26

27 Figure 23. create_users_csv_file_new.csv Go to of the system where Jboss is installed>:8080/syncplicityuserprovisioningapp/home.xhtml Click User Provision. Click Create New Job. Type the App Key, App Secret Key, and Syncplicity Application token to get authorization and establish communication with the Syncplicity API portal to run the user provision functionalities against the Syncplicity orchestration account. Select MY APPS > METRICS to monitor your application usage metrics, as shown in Figure 24. Figure 24. MY APPS > METRICS page 27

28 Chapter 3 References This chapter presents the following topics: EMC documentation Syncplicity documentation

29 EMC documentation Syncplicity documentation The following documents, located on EMC Online Support or EMC.com, provide additional and relevant information: EMC Syncplicity File Sync and Share Solution Reference Architecture Guide EMC Syncplicity File Sync and Share Solution Design Guide EMC Syncplicity File Sync and Share Solution with EMC Atmos Storage Implementation Guide EMC Syncplicity File Sync and Share Solution with EMC Isilon Scale-Out NAS Implementation Guide EMC Syncplicity File Sync and Share Solution with EMC VNX Storage Implementation Guide The following documents, located on provide additional and relevant information:

EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION

EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION EMC SYNCPLICITY FILE SYNC AND SHARE SOLUTION Automated file synchronization Flexible, cloud-based administration Secure, on-premises storage EMC Solutions January 2015 Copyright 2014 EMC Corporation. All

More information

EMC ViPR for On-Demand File Storage with EMC Syncplicity and EMC Isilon or EMC VNX

EMC ViPR for On-Demand File Storage with EMC Syncplicity and EMC Isilon or EMC VNX EMC ViPR for On-Demand File Storage with EMC Syncplicity and EMC Isilon or EMC VNX EMC Solutions Abstract This document describes how to deploy EMC ViPR software-defined storage in an existing EMC Isilon

More information

PingFederate. Identity Menu Builder. User Guide. Version 1.0

PingFederate. Identity Menu Builder. User Guide. Version 1.0 Identity Menu Builder Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Identity Menu Builder User Guide Version 1.0 April, 2011 Ping Identity Corporation 1099 18th Street, Suite

More information

SECURE, ENTERPRISE FILE SYNC AND SHARE WITH EMC SYNCPLICITY UTILIZING EMC ISILON, EMC ATMOS, AND EMC VNX

SECURE, ENTERPRISE FILE SYNC AND SHARE WITH EMC SYNCPLICITY UTILIZING EMC ISILON, EMC ATMOS, AND EMC VNX White Paper SECURE, ENTERPRISE FILE SYNC AND SHARE WITH EMC SYNCPLICITY UTILIZING EMC ISILON, EMC ATMOS, AND EMC VNX Abstract This white paper explains the benefits to the extended enterprise of the on-

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

PingFederate. Salesforce Connector. Quick Connection Guide. Version 4.1

PingFederate. Salesforce Connector. Quick Connection Guide. Version 4.1 PingFederate Salesforce Connector Version 4.1 Quick Connection Guide 2011 Ping Identity Corporation. All rights reserved. PingFederate Salesforce Quick Connection Guide Version 4.1 June, 2011 Ping Identity

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Salesforce SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services

HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services 1 HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided

More information

WHMCS LUXCLOUD MODULE

WHMCS LUXCLOUD MODULE èè WHMCS LUXCLOUD MODULE Update: 02.02.2015 Version 2.0 This information is only valid for partners who use the WHMCS module (v2.0 and higher). 1.1 General overview 1.2 Installing the plugin Go to your

More information

AVG Business SSO Partner Getting Started Guide

AVG Business SSO Partner Getting Started Guide AVG Business SSO Partner Getting Started Guide Table of Contents Overview... 2 Getting Started... 3 Web and OS requirements... 3 Supported web and device browsers... 3 Initial Login... 4 Navigation in

More information

EMC ViPR Controller. Version 2.4. User Interface Virtual Data Center Configuration Guide 302-002-416 REV 01 DRAFT

EMC ViPR Controller. Version 2.4. User Interface Virtual Data Center Configuration Guide 302-002-416 REV 01 DRAFT EMC ViPR Controller Version 2.4 User Interface Virtual Data Center Configuration Guide 302-002-416 REV 01 DRAFT Copyright 2014-2015 EMC Corporation. All rights reserved. Published in USA. Published November,

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox VMware Identity Manager SEPTEMBER 2015 V1 Configuring Single Sign-On from VMware Identity Manager to Dropbox Table of Contents

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

HOTPin Integration Guide: Microsoft Office 365 with Active Directory Federated Services

HOTPin Integration Guide: Microsoft Office 365 with Active Directory Federated Services HOTPin Integration Guide: Microsoft Office 365 with Active Directory Federated Services Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided

More information

INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs

INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs White Paper INTEGRATING CLOUD ORCHESTRATION WITH EMC SYMMETRIX VMAX CLOUD EDITION REST APIs Provisioning storage using EMC Symmetrix VMAX Cloud Edition Using REST APIs for integration with VMware vcloud

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

More information

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2

How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 èè How to configure the TopCloudXL WHMCS plugin (version 2+) Update: 16-09-2015 Version: 2.2 Table of Contents 1. General overview... 3 1.1. Installing the plugin... 3 1.2. Testing the plugin with the

More information

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0 Windows Live Cloud Identity Connector Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Windows Live Cloud Identity Connector User Guide Version 1.0 April, 2011 Ping Identity

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

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013

www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 www.novell.com/documentation Policy Guide Access Manager 3.1 SP5 January 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

McAfee Directory Services Connector extension

McAfee Directory Services Connector extension Getting Started Guide Revision A McAfee Directory Services Connector extension For use with epolicy Orchestrator 4.6.1 through 5.0 COPYRIGHT Copyright 2013 McAfee, Inc. Do not copy without permission.

More information

Connected Data. Connected Data requirements for SSO

Connected Data. Connected Data requirements for SSO Chapter 40 Configuring Connected Data The following is an overview of the steps required to configure the Connected Data Web application for single sign-on (SSO) via SAML. Connected Data offers both IdP-initiated

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

SAML 2.0 SSO Deployment with Okta

SAML 2.0 SSO Deployment with Okta SAML 2.0 SSO Deployment with Okta Simplify Network Authentication by Using Thunder ADC as an Authentication Proxy DEPLOYMENT GUIDE Table of Contents Overview...3 The A10 Networks SAML 2.0 SSO Deployment

More information

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT

IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT White Paper IBM WEBSPHERE LOAD BALANCING SUPPORT FOR EMC DOCUMENTUM WDK/WEBTOP IN A CLUSTERED ENVIRONMENT Abstract This guide outlines the ideal way to successfully install and configure an IBM WebSphere

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper TABLE OF CONTENTS INTRODUCTION... 3 Where we came from... 3 The User s Dilemma with the Cloud... 4 The Administrator

More information

INTEGRATION GUIDE. DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server

INTEGRATION GUIDE. DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server INTEGRATION GUIDE DIGIPASS Authentication for Salesforce using IDENTIKEY Federation Server Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is

More information

User Management Tool 1.5

User Management Tool 1.5 User Management Tool 1.5 2014-12-08 23:32:23 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.5... 3 ShareFile User Management

More information

Advanced Configuration Administration Guide

Advanced Configuration Administration Guide Advanced Configuration Administration Guide Active Learning Platform October 2015 Table of Contents Configuring Authentication... 1 PingOne... 1 LMS... 2 Configuring PingOne Authentication... 3 Before

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 May 2015 About this guide Prerequisites and requirements NetWeaver configuration Legal notices About

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014

www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014 www.novell.com/documentation Administration Guide Novell Filr 1.0.1 May 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation,

More information

Single Sign On for ShareFile with NetScaler. Deployment Guide

Single Sign On for ShareFile with NetScaler. Deployment Guide Single Sign On for ShareFile with NetScaler Deployment Guide This deployment guide focuses on defining the process for enabling Single Sign On into Citrix ShareFile with Citrix NetScaler. Table of Contents

More information

Copyright 2012 Trend Micro Incorporated. All rights reserved.

Copyright 2012 Trend Micro Incorporated. All rights reserved. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1

EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 EMC SourceOne for Microsoft SharePoint Storage Management Version 7.1 Installation Guide 302-000-227 REV 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

RSA SecurID Software Token 1.3 for iphone and ipad Administrator s Guide

RSA SecurID Software Token 1.3 for iphone and ipad Administrator s Guide RSA SecurID Software Token 1.3 for iphone and ipad Administrator s Guide Contact Information See the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy

Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Deploying EMC Documentum WDK Applications with IBM WebSEAL as a Reverse Proxy Applied Technology Abstract This white paper serves as a detailed solutions guide for installing and configuring IBM WebSEAL

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Configuring Single Sign-on from the VMware Identity Manager Service to WebEx

Configuring Single Sign-on from the VMware Identity Manager Service to WebEx Configuring Single Sign-on from the VMware Identity Manager Service to WebEx VMware Identity Manager SEPTEMBER 2015 V 2 Configuring Single Sign-On from VMware Identity Manager to WebEx Table of Contents

More information

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager

EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager EMC ViPR Controller Add-in for Microsoft System Center Virtual Machine Manager Version 2.3 Installation and Configuration Guide 302-002-080 01 Copyright 2013-2015 EMC Corporation. All rights reserved.

More information

ez Agent Administrator s Guide

ez Agent Administrator s Guide ez Agent Administrator s Guide Copyright This document is protected by the United States copyright laws, and is proprietary to Zscaler Inc. Copying, reproducing, integrating, translating, modifying, enhancing,

More information

Setting Up Resources in VMware Identity Manager

Setting Up Resources in VMware Identity Manager Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Installation & Configuration Guide User Provisioning Service 2.0

Installation & Configuration Guide User Provisioning Service 2.0 Installation & Configuration Guide User Provisioning Service 2.0 NAVEX Global User Provisioning Service 2.0 Installation Guide Copyright 2015 NAVEX Global, Inc. NAVEX Global is a trademark/service mark

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Managing users. Account sources. Chapter 1

Managing users. Account sources. Chapter 1 Chapter 1 Managing users The Users page in Cloud Manager lists all of the user accounts in the Centrify identity platform. This includes all of the users you create in the Centrify for Mobile user service

More information

DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER

DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER DEPLOYING WEBTOP 6.8 ON JBOSS 6.X APPLICATION SERVER ABSTRACT This white paper explains how to deploy Webtop 6.8 on JBoss 6.x application server. November 2014 EMC WHITE PAPER To learn more about how EMC

More information

Centrify Cloud Management Suite

Centrify Cloud Management Suite Centrify Cloud Management Suite Installation and Configuration Guide April 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under and are subject

More information

Table of Contents. Table of Contents 3

Table of Contents. Table of Contents 3 User Guide EPiServer 7 Mail Revision A, 2012 Table of Contents 3 Table of Contents Table of Contents 3 Introduction 5 About This Documentation 5 Accessing EPiServer Help System 5 Online Community on EPiServer

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

User Management Tool 1.6

User Management Tool 1.6 User Management Tool 1.6 2014-12-08 23:32:48 UTC 2014 Citrix Systems, Inc. All rights reserved. Terms of Use Trademarks Privacy Statement Contents User Management Tool 1.6... 3 ShareFile User Management

More information

SOLARWINDS ORION. Patch Manager Evaluation Guide for ConfigMgr 2012

SOLARWINDS ORION. Patch Manager Evaluation Guide for ConfigMgr 2012 SOLARWINDS ORION Patch Manager Evaluation Guide for ConfigMgr 2012 About SolarWinds SolarWinds, Inc. develops and markets an array of network management, monitoring, and discovery tools to meet the diverse

More information

USER GUIDE for Salesforce

USER GUIDE for Salesforce for Salesforce USER GUIDE Contents 3 Introduction to Backupify 5 Quick-start guide 6 Administration 6 Logging in 6 Administrative dashboard 7 General settings 8 Account settings 9 Add services 9 Contact

More information

WatchDox for Windows User Guide. Version 3.9.0

WatchDox for Windows User Guide. Version 3.9.0 Version 3.9.0 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals or

More information

EMC Documentum Interactive Delivery Services Accelerated: Step-by-Step Setup Guide

EMC Documentum Interactive Delivery Services Accelerated: Step-by-Step Setup Guide White Paper EMC Documentum Interactive Delivery Services Accelerated: Step-by-Step Setup Guide A Detailed Review Abstract This white paper is a step-by-step setup guide for users who would like to utilize

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Microsoft Office 365 Using SAML Integration Guide

Microsoft Office 365 Using SAML Integration Guide Microsoft Office 365 Using SAML Integration Guide Revision A Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated.

SP-initiated SSO for Smartsheet is automatically enabled when the SAML feature is activated. Chapter 87 Configuring Smartsheet The following is an overview of the steps required to configure the Smartsheet Web application for single sign-on (SSO) via SAML. Smartsheet offers both IdP-initiated

More information

Scribe Online Integration Services (IS) Tutorial

Scribe Online Integration Services (IS) Tutorial Scribe Online Integration Services (IS) Tutorial 7/6/2015 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying,

More information

WatchDox SharePoint Beta Guide. Application Version 1.0.0

WatchDox SharePoint Beta Guide. Application Version 1.0.0 Application Version 1.0.0 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Configuring Single Sign-on from the VMware Identity Manager Service to ServiceNow

Configuring Single Sign-on from the VMware Identity Manager Service to ServiceNow Configuring Single Sign-on from the VMware Identity Manager Service to ServiceNow VMware Identity Manager AUGUST 2015 V1 Configuring Single Sign-On from VMware Identity Manager to ServiceNow Table of Contents

More information

PingFederate. IWA Integration Kit. User Guide. Version 2.6

PingFederate. IWA Integration Kit. User Guide. Version 2.6 PingFederate IWA Integration Kit Version 2.6 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 2.6 March, 2012 Ping Identity Corporation

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

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

Egnyte Single Sign-On (SSO) Installation for OneLogin

Egnyte Single Sign-On (SSO) Installation for OneLogin Egnyte Single Sign-On (SSO) Installation for OneLogin To set up Egnyte so employees can log in using SSO, follow the steps below to configure OneLogin and Egnyte to work with each other. 1. Set up OneLogin

More information

EMC ApplicationXtender Server

EMC ApplicationXtender Server EMC ApplicationXtender Server 6.5 Monitoring Guide P/N 300-010-560 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 1994-2010 EMC Corporation. All

More information

SAP Cloud Identity Service Document Version: 1.0 2014-09-01. SAP Cloud Identity Service

SAP Cloud Identity Service Document Version: 1.0 2014-09-01. SAP Cloud Identity Service Document Version: 1.0 2014-09-01 Content 1....4 1.1 Release s....4 1.2 Product Overview....8 Product Details.... 9 Supported Browser Versions....10 Supported Languages....12 1.3 Getting Started....13 1.4

More information

CA NetQoS Performance Center

CA NetQoS Performance Center CA NetQoS Performance Center Install and Configure SSL for Windows Server 2008 Release 6.1 (and service packs) This Documentation, which includes embedded help systems and electronically distributed materials,

More information

Enabling Single Sign- On for Common Identity using F5

Enabling Single Sign- On for Common Identity using F5 Enabling Single Sign- On for Common Identity using F5 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information

AT&T Synaptic Storage as a Service SM Getting Started Guide

AT&T Synaptic Storage as a Service SM Getting Started Guide AT&T Synaptic Storage as a Service SM Getting Started Guide Version 3.0 2011 AT&T Intellectual Property. All rights reserved. AT&T and the AT&T logo are trademarks of AT&T Intellectual Property. All other

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Centrify Mobile Authentication Services

Centrify Mobile Authentication Services Centrify Mobile Authentication Services SDK Quick Start Guide 7 November 2013 Centrify Corporation Legal notice This document and the software described in this document are furnished under and are subject

More information

RSA Authentication Manager 8.1 Virtual Appliance Getting Started

RSA Authentication Manager 8.1 Virtual Appliance Getting Started RSA Authentication Manager 8.1 Virtual Appliance Getting Started Thank you for purchasing RSA Authentication Manager 8.1, the world s leading two-factor authentication solution. This document provides

More information

Novell Access Manager

Novell Access Manager J2EE Agent Guide AUTHORIZED DOCUMENTATION Novell Access Manager 3.1 SP3 February 02, 2011 www.novell.com Novell Access Manager 3.1 SP3 J2EE Agent Guide Legal Notices Novell, Inc., makes no representations

More information

EMC Documentum Interactive Delivery Services Accelerated Overview

EMC Documentum Interactive Delivery Services Accelerated Overview White Paper EMC Documentum Interactive Delivery Services Accelerated A Detailed Review Abstract This white paper presents an overview of EMC Documentum Interactive Delivery Services Accelerated (IDSx).

More information

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04 Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

More information

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM

SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM SETTING UP ACTIVE DIRECTORY (AD) ON WINDOWS 2008 FOR DOCUMENTUM @ EROOM Abstract This paper explains how to setup Active directory service on windows server 2008.This guide also explains about how to install

More information

DameWare Server. Administrator Guide

DameWare Server. Administrator Guide DameWare Server Administrator Guide About DameWare Contact Information Team Contact Information Sales 1.866.270.1449 General Support Technical Support Customer Service User Forums http://www.dameware.com/customers.aspx

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

Configuration Guide BES12. Version 12.3

Configuration Guide BES12. Version 12.3 Configuration Guide BES12 Version 12.3 Published: 2016-01-19 SWD-20160119132230232 Contents About this guide... 7 Getting started... 8 Configuring BES12 for the first time...8 Configuration tasks for managing

More information

WatchDox for Windows. User Guide. Version 3.9.5

WatchDox for Windows. User Guide. Version 3.9.5 WatchDox for Windows User Guide Version 3.9.5 Notice Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to

More information