Configuring and Delivering Salesforce as a managed application to XenMobile Users with NetScaler as the SAML IDP (Identity Provider)

Size: px
Start display at page:

Download "Configuring and Delivering Salesforce as a managed application to XenMobile Users with NetScaler as the SAML IDP (Identity Provider)"

Transcription

1 Solution Guide ios Managed Configuration Configuring and Delivering Salesforce as a managed application to XenMobile Users with NetScaler as the SAML IDP (Identity Provider) Solution Guide 1

2 Introduction Organizations, large and small, leverage Salesforce.com. With the ever-growing Mobile Workspace access to all your CRM data, existing customizations, and breakthrough productivity tools can now be protected for access from anywhere. With the power of the XenMobile and Salesforce, you can now connect to customers in a whole new way, all from your mobile device. Purpose of this document This document is meant to guide administrators in configuring the below components; Salesforce.com for SAML Single Sign-On (SSO) NetScaler as an IDP Salesforce App Config via the XenMobile Console The two uses cases that will be addressed with in this document are; 1. Salesforce SAML authentication using username and password 2. Salesforce SAML authentication using certificates 2

3 Configure Salesforce SAML 2.0 Setting for Single Sign-On Prerequisites 1. Salesforce.com tenant needs to have Custom Domains enabled (e.g. customerdomain.my.salesforce.com) SAML 2.0 SSO Configuration 1. Login to Salesforce.com as an administrator 2. From Setup, enter Single Sign-On Settings in the Quick Find box, then select Single Sign-On Settings, and click Edit. 3. Select SAML Enabled. You must enable SAML to view the SAML single sign-on settings. Click Save. 4. In SAML Single Sign-On Settings, click New. 5. Give this setting a Name for reference within your org. Salesforce inserts the corresponding API Name value. 6. Enter the Issuer. Often referred to as the entity ID for the identity provider and will be provided by your IDP. (e.g Enter the custom domain for the Entity ID. You must share this information with your identity provider. 3

4 8. For the Identity Provider Certificate, use the Choose File button to locate and upload the SSL certificate you will be using for your AAA Virtual Server. 9. For the Request Signing Certificate, select the certificate you want from the ones saved in your Certificate and Key Management settings. 10. For the Request Signature Method, select the hashing algorithm for encrypted requests, RSA-SHA256. (make sure the setting in the NetScaler device matches this value) 11. For the SAML Identity Type, select Assertion contains the User s Salesforce username. 12. For the SAML Identity Location, select Identity is in the NameIdentifier element of the Subject statement. 13. For the Service Provider Initiated Request Binding, select HTTP POST. 14. Enter the Identity Provider Login URL, as and the Identity Provider Logout URL, as Click Save. 4

5 Configure the NetScaler Appliance SAML authentication using username and password Prerequisites 1. NetScaler software release 11.1 or later, with an Enterprise or Platinum license. 2. SSL certificate with external and internal DNS configured for the FQDN presented by the certificate (Wildcard certificates are supported.) 3. The Deny SSL Renegotiation setting (Traffic Management > SSL > Change Advanced SSL setting) needs to be set to NO. Configure LDAP Domain Authentication 1. In the NetScaler configuration utility, in the navigation pane, select Security > AAA Application Traffic > Policies > Authentication > Basic Policies > LDAP. 2. To create a new LDAP policy: On the Policies tab click Add, and then enter SFDC_LDAP_SSO_Policy as the name. In the Server field, click the + icon to add a new server. The Authentication LDAP Server window appears. In the Name field, enter SFDC_LDAP_SSO_Server. Select the bullet for Server IP. Enter the IP address of one of your Active Directory domain controllers. (You can also point to a virtual server IP for the purpose of redundancy if you are load balancing domain controllers) Specify the port that the NetScaler will use to communicate with the domain controller. Use 389 for LDAP or 636 for Secure LDAP (LDAPS). 3. Under Connection Settings, enter the base domain name for the domain in which the user accounts reside within the Active Directory (AD) for which you want to allow authentication. The example below uses cn=users,dc=xenmobiledemo,dc=com. 4. In the Administrator Bind DN field, add a domain account (using an address for ease of configuration) that has rights to browse the AD tree. A service account is advisable, so that there will be no issues with logins if the account that is configured has a password expiration. 5

6 5. Check the box for Bind DN Password and enter the password twice. 6. Under Other Settings: Enter UserPrincipalName as the Server Logon Name Attribute. 7. In the SSO Name Attribute field, enter UserPrincipalName. Enable the User Required and Referrals options. Leave the other settings as they are. 8. Click on More at the bottom of the screen, then add mail as Attribute 1 in the Attribute Fields section. 9. Click the Create button to complete the LDAP server settings. 6

7 10. For the LDAP Policy Configuration, select the newly created LDAP server from the Server drop-down list, and in the Expression field type ns_true. Configure the SAML IDP Policy and Profile For your users to receive the SAML token for logging on to SFDC, you must configure a SAML IDP policy and profile, and bind them to the AAA virtual server to which the users send their credentials. Use the following procedure: 1. Open the NetScaler Configuration Utility and navigate to Security > AAA Application Traffic > Policies > Authentication > Advanced Policies > SAML IDP 2. On the Policies Tab, select the Add button. 3. In the Create Authentication SAML IDP Policy Window, provide a name for your policy (for example SFDC_ SSO_Policy). 4. To the right of the Action field, click the + icon to add a new action or profile. 5. Provide a name (for example, SFDC_SSO_Profile). 6. In the Assertion Consumer Service URL field, enter the URL obtained earlier during SFDC configuration ( value>) 7. In the SP Certificate Name, provide the name for the certificate that was downloaded from SFDC and added to the NetScaler. In case you haven t, you may do so here by clicking on the + button and providing the certificate file and requisite information. 8. In the IDP Certificate Name field, browse to the certificate installed on the NetScaler that will be used to secure your AAA authentication Virtual Server. 9. In the Issuer Name field enter vserver FQDN>/saml/login 10. Set the Encryption Algorithm to AES Set the Service Provider ID field to Set both the Signature and Digest algorithms to SHA Set the SAML Binding to POST. 7

8 14. Click on More, then put in the Audience field. 15. Set the Skew Time to an appropriate value. This is the time difference that will be tolerated between the NetScaler appliance and the SFDC server for the validity of the SAML assertion. 16. Set the Name ID Format to Unspecified, and put HTTP.REQ.USER.ATTRIBUTE(1) in the Name ID Expression field. This directs NetScaler to provide the mail attribute that was defined earlier during LDAP configuration as the user ID for SFDC. 17. Click Create to complete the SAML IDP profile configuration and return to the SAML IDP Policy creation window. 8

9 18. In the Expression field, add the following expression: HTTP.REQ.HEADER("Referer").CONTAINS("salesforce") 19. Click Create to complete the SAML IDP Configuration. To Configure your AAA Virtual Server An employee trying to log in to SFDC is redirected to a NetScaler AAA virtual server that validates the employee's user certificate. This virtual server listens on port 443, which requires an SSL certificate. External and/or internal DNS resolution of the virtual server's IP address (which is on the NetScaler appliance) is also required. The following steps require a preexisting virtual server to be in place. In addition, they assume that DNS name resolution is already in place, and that the SSL certificate is already installed on your NetScaler appliance. 1. In the NetScaler Configuration tab navigate to Security > AAA Application Traffic > Virtual Servers and click the Add button. 2. In the Authentication Virtual Server window, enter the virtual server's name and IP address. (XMD_AV1 and in this example) 3. Scroll down and make sure that the Authentication and State check boxes are selected. 4. Click Continue. 5. In the Certificates section, select No Server Certificate. 6. Under Select Server Certificate, choose your AAA SSL Certificate and select. (Note This is NOT the SFDC SP certificate.) and Click Bind. 7. Click Continue. 8. Under Advanced Authentication Policies click No Authentication Policy to add a Policy Binding 9. From the Select Policy window, select Choose Policy from the drop-down list, select the select the SFDC_SSO_Policy created earlier, and Click Select. 10. Click Bind. 9

10 11. Under Advanced Authentication Policies click No SALM IDP Policy to add a Policy Binding, and click Add Binding. 12. From the Select Policy window, select Choose Policy from the drop-down list, select the select the SFDC_SSO_Policy created earlier, and Click Select. 13. Click Bind. 14. Click Continue. 15. Click Done. After completing the AAA configuration above, this is how the Basic Settings screen of the AAA vserver will look: 10

11 Configure the NetScaler Appliance SAML authentication using certificate Prerequisites 1. NetScaler software release 11.1 or later, with an Enterprise or Platinum license. 2. SSL certificate with external and internal DNS configured for the FQDN presented by the certificate (Wildcard certificates are supported.) 3. The Deny SSL Renegotiation setting (Traffic Management > SSL > Change Advanced SSL setting) needs to be set to NO. Configure Certificate Authentication 1. In the NetScaler configuration utility, in the navigation pane, select Security > AAA Application Traffic > Policies > Authentication > Basic Policies > Cert. 2. To create a new CERT policy: On the Policies tab click Add, and then enter SFDC_CertBased_Policy as the name. In the Server field, click the + icon to add a new Profile. The Create Authentication CERT Profile window appears. In the Name field, enter SFDC_CertBased. Select the bullet for OFF under Two Factor. From the dropdown under User Name Field select Subject:CN From the dropdown under Group Name Field select SubjectAltName:PrincipalName 3. Click the Create button to complete the CERT Profile settings. 4. For the CERT Policy Configuration, select the newly created CERT server from the Server drop-down list, and in the Expression field type ns_true. 5. Click the Create button to complete the CERT Policy settings 11

12 Configure the SAML IDP Policy and Profile For your users to receive the SAML token for logging on to SFDC, you must configure a SAML IDP policy and profile, and bind them to the AAA virtual server to which the users send their credentials. Use the following procedure: 1. Open the NetScaler Configuration Utility and navigate to Security > AAA Application Traffic > Policies > Authentication > Advanced Policies > SAML IDP 2. On the Policies Tab, select the Add button. 3. In the Create Authentication SAML IDP Policy Window, provide a name for your policy (for example SFDC_ SSO_Policy). 4. To the right of the Action field, click the + icon to add a new action or profile. 5. Provide a name (for example, SFDC_SSO_Profile). 6. In the Assertion Consumer Service URL field, enter the URL obtained earlier during SFDC configuration ( value>) 7. In the SP Certificate Name, provide the name for the certificate that was downloaded from SFDC and added to the NetScaler. In case you haven t, you may do so here by clicking on the + button and providing the certificate file and requisite information. 8. In the IDP Certificate Name field, browse to the certificate installed on the NetScaler that will be used to secure your AAA authentication Virtual Server. 9. In the Issuer Name field enter vserver FQDN>/saml/login 10. Set the Encryption Algorithm to AES Set the Service Provider ID field to Set both the Signature and Digest algorithms to SHA Set the SAML Binding to POST. 12

13 14. Click on More, then put in the Audience field. 15. Set the Skew Time to an appropriate value. This is the time difference that will be tolerated between the NetScaler appliance and the SFDC server for the validity of the SAML assertion. 16. Set the Name ID Format to Unspecified, and put HTTP.REQ.USER.NAME in the Name ID Expression field. This directs NetScaler to provide the User Name as the user ID for SFDC. 17. Click Create to complete the SAML IDP profile configuration and return to the SAML IDP Policy creation window. 13

14 18. In the Expression field, add the following expression: HTTP.REQ.HEADER("Referer").CONTAINS("salesforce") 19. Click Create to complete the SAML IDP Configuration. To Configure your AAA Virtual Server An employee trying to log in to SFDC is redirected to a NetScaler AAA virtual server that validates the employee's corporate credentials. This virtual server listens on port 443, which requires an SSL certificate. External and/or internal DNS resolution of the virtual server's IP address (which is on the NetScaler appliance) is also required. The following steps require a preexisting virtual server to be in place. In addition, they assume that DNS name resolution is already in place, and that the SSL certificate is already installed on your NetScaler appliance. 1. In the NetScaler Configuration tab navigate to Security > AAA Application Traffic > Virtual Servers and click the Add button. 2. In the Authentication Virtual Server window, enter the virtual server's name and IP address. (XMD_AV1 and in this example) 3. Scroll down and make sure that the Authentication and State check boxes are selected. 4. Click Continue. 5. In the Certificates section, select No Server Certificate. 6. Under Select Server Certificate, choose your AAA SSL Certificate and select. (Note This is NOT the SFDC SP certificate.) and Click Bind. 7. In the Certificates section, select No CA Certificate. 8. In the Server Cert Key window, click Bind. 9. Under Select CA Certificate, choose your CA Root Certificate and Click Select. 10. Under CRL and OSCP Check, choose your OCSP Optional and Click Bind. 11. Click Continue. 12. Under Advanced Authentication Policies click No Authentication Policy to add a Policy Binding 13. From the Select Policy window, select Choose Policy from the drop-down list, select the Cert_Policy created earlier, and Click Select. 14

15 14. Click Bind. 15. Under Advanced Authentication Policies click No SALM IDP Policy to add a Policy Binding, and click Add Binding. 16. From the Select Policy window, select Choose Policy from the drop-down list, select the select the SFDC_SSO_Policy created earlier, and Click Select. 17. Click Bind. 18. Click Continue. 19. Under Advanced Settings select Login Schemas click No Login Schema to add a Policy Binding, from the Select Policy dropdown select Cert_LoginSchema and click Select. 20. Click Bind. 21. Click Done. After completing the AAA configuration above, this is how the Basic Settings screen of the AAA vserver will look: 15

16 ios Managed Configuration: Salesforce via the XenMobile Console Prerequisites 1. The Salesforce must be an MDM-managed application with in the XenMobile Server. 2. XenMobile server needs to be setup to integrate with a PKI entity for obtaining a user cert. (Only Required if you are using Certificate Based Auth) 3. XenMobile needs to push a Credential Policy to the device, to provision a user cert to the device. (Only Required if you are using Certificate Based Auth) Configure the Salesforce App Config Policy For your users Salesforce application to be configured, you must configure and deploy an App Configuration Policy with in the XenMobile server. This policy will assign the customers Salesforce environment as well as additional DLP settings. Use the following procedure: 1. In the XenMobile console navigate to Configure > Device Policies and click the Add button. 2. Select App Configuration, name your policy and click Next. 3. We will be only configuring ios, so you can uncheck any other OS options. 4. In the Identifier drop down select the Salesforce App ID (com.salesforce.chatter) and select it. 5. If you do not see it, select Add New, and enter the Salesforce App ID (com.salesforce.chatter) 6. In the Dictionary Content you will need to enter your desired application configurations. There are a number of Configuration options see the samples below; a. For Certificate Based Authentication <dict> <key>requirecertauth</key><true></true> <key>clearclipboardonbackground</key><true></true> <key>appservicehosts</key><string>customerdomain.my.salesforce.com</string> <key>appservicehostlabels</key><string>customersalesforcelabel </string> <key>onlyshowauthorizedhosts</key><true></true> </dict> 16

17 b. For User Name and Password Based Authentication <dict> <key>requirecertauth</key><false></false> <key>clearclipboardonbackground</key><true></true> <key>appservicehosts</key><string>customerdomain.my.salesforce.com</string> <key>appservicehostlabels</key><string>customersalesforcelabel </string> <key>onlyshowauthorizedhosts</key><true></true> </dict> 7. Click Next. 8. Assign the policy to the desired Delivery Group and Click Save. 17

18 Salesforce App Configuration Key Definitions Key Description Key-Value Pair RequireCertAuth AppServiceHosts If true, the certificate-based authentication flow initiates. ios: Redirects the user to Safari for all authentication requests. Login hosts. First value in the array is the default host. false customerdomain.my.salesforce.com AppServiceHostLabels Labels for the hosts CustomerSalesforceLabel OnlyShowAuthorizedHosts If true, prevents users from modifying the list of hosts that Salesforce can connect to. true ClearClipboardOnBackground If true, the contents of the ios clipboard are cleared when the mobile app is backgrounded. This prevents the user from accidentally copying and pasting sensitive data outside of the application. true App Tunnel (per-app VPN) o o With the ios per app-vpn feature, you can leverage the VPN profile in conjunction with the Citrix VPN app on a XenMobile-managed ios device. There, you can establish an on-demand VPN tunnel to the enterprise network for a desired set of applications installed on the device. Per App VPN with XenMobile and Citrix VPN Blog Conclusion With the power of the XenMobile and Salesforce, you can now connect to customers in a whole new way, all from your mobile device. 18

19 About the Authors and Contributors Frank Srp is a Senior Technical Marketing Manager specialized on Mobility, Citrix. Sujit Narayanan is a Principal Product Manager, Citrix. Vijaya Raghavan is a Senior Product Manager, Citrix. A special thanks to the reviewers of this Solutions Brief: Matthew Brooks Amandeep Nagra Tarkan Kocoglu Enterprise Sales North America Worldwide Locations Corporate Headquarters 851 Cypress Creek Road Fort Lauderdale, FL 33309, United States Silicon Valley 4988 Great America Parkway Santa Clara, CA 95054, United States 2017 Citrix Systems, Inc. All rights reserved. Citrix, the Citrix logo, and other marks appearing herein are property of Citrix Systems, Inc. and/or one or more of its subsidiaries, and may be registered with the U.S. Patent and Trademark Office and in other countries. All other marks are the property of their respective owner(s). 19

Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider)

Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide ios Managed Configuration Configuring and Delivering Salesforce as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide Citrix.com Solutions

More information

Configuring and Delivering ServiceNow as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider)

Configuring and Delivering ServiceNow as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide ios Managed Configuration Configuring and Delivering ServiceNow as a managed application to XenMobile Users with 3 rd Party SAML IDP (Identity Provider) Solution Guide 1 Introduction Organizations,

More information

Azure MFA Integration with NetScaler

Azure MFA Integration with NetScaler Azure MFA Integration with NetScaler This guide focuses on describing the configuration required for integrating Azure MFA (Multi-Factor Authentication) with NetScaler. Citrix.com 1 NetScaler is a world-class

More information

Configuring and Delivering Notate for Enterprise as a managed application to XenMobile Users

Configuring and Delivering Notate for Enterprise as a managed application to XenMobile Users Solution Guide ios Managed Configuration Configuring and Delivering Notate for Enterprise as a managed application to XenMobile Users Solution Guide 1 Introduction Organizations, large and small, leverage

More information

Configuring and Delivering AetherPal as a managed application to XenMobile ios Users for Mobile Support.

Configuring and Delivering AetherPal as a managed application to XenMobile ios Users for Mobile Support. Solution Guide ios Managed Configuration Configuring and Delivering AetherPal as a managed application to XenMobile ios Users for Mobile Support. Solution Guide 1 Introduction Remote Support enables IT

More information

SAML 2.0 Single Sign On with Citrix NetScaler

SAML 2.0 Single Sign On with Citrix NetScaler SAML 2.0 Single Sign On with Citrix NetScaler This guide focuses on defining the process for deploying NetScaler as a SAML IdP for most enterprise applications that support SAML 2.0. Citrix.com 1 Citrix

More information

Integrating PingFederate with Citrix NetScaler Unified Gateway as SAML IDP

Integrating PingFederate with Citrix NetScaler Unified Gateway as SAML IDP Integrating PingFederate with Citrix NetScaler Unified Gateway as SAML IDP This guide focuses on defining the process for deploying PingFederate as an SP, with NetScaler Unified Gateway acting as the SAML

More information

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE

Integrating VMware Workspace ONE with Okta. VMware Workspace ONE Integrating VMware Workspace ONE with Okta VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

XenApp, XenDesktop and XenMobile Integration

XenApp, XenDesktop and XenMobile Integration XA, XD and XM Integration XenApp, XenDesktop and XenMobile Integration for a Comprehensive Mobility and Digital Workspace Solution Citrix.com 1 Desktop and application virtualization have enhanced mobility

More information

How to buy or cancel the XenDesktop Essentials Service

How to buy or cancel the XenDesktop Essentials Service How to buy or cancel the XenDesktop Essentials Service V2 October 2017 Table of Contents What is the Citrix XenDesktop Essentials Service... 3 Get started with the XenDesktop Essentials Service... 3 Change

More information

INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE AUGUST 2018 PRINTED 4 MARCH 2019 INTEGRATING OKTA: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience Integrating Okta with VMware

More information

XenApp 7.x on Oracle Cloud Infrastructure

XenApp 7.x on Oracle Cloud Infrastructure 2018-032 XenApp 7.x on Oracle Cloud Infrastructure OUT OF BAND DEPLOYMENT GUIDE CITRIX SYSTEMS, INC. Citrix.com 1 Deploying Citrix Cloud XenApp and XenDesktop Service with Oracle Cloud Infrastructure Deploying

More information

RECOMMENDED DEPLOYMENT PRACTICES. The F5 and Okta Solution for High Security SSO

RECOMMENDED DEPLOYMENT PRACTICES. The F5 and Okta Solution for High Security SSO July 2017 Contents Introduction...3 The Integrated Solution...3 Prerequisites...4 Configuration...4 Set up BIG-IP APM to be a SAML IdP...4 Create a self-signed certificate for signing SAML assertions...4

More information

Webthority can provide single sign-on to web applications using one of the following authentication methods:

Webthority can provide single sign-on to web applications using one of the following authentication methods: Webthority HOW TO Configure Web Single Sign-On Webthority can provide single sign-on to web applications using one of the following authentication methods: HTTP authentication (for example Kerberos, NTLM,

More information

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow)

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow) Integration Guide PingFederate SAML Integration Guide (SP-Initiated Workflow) Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances,

More information

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy

Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Deployment Guide Guide to Deploying NetScaler as an Active Directory Federation Services Proxy Enabling seamless authentication for Office 365 use cases Table of Contents Introduction 3 ADFS proxy deployment

More information

Single Sign On for GoToMeeting with NetScaler Unified Gateway

Single Sign On for GoToMeeting with NetScaler Unified Gateway Deployment Guide Single Sign On for GoToMeeting with NetScaler Unified Gateway Deployment Guide This deployment guide focuses on defining the process for enabling Single Sign On into GoToMeeting with Citrix

More information

Integrating AirWatch and VMware Identity Manager

Integrating AirWatch and VMware Identity Manager Integrating AirWatch and VMware Identity Manager VMware AirWatch 9.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Configuring Confluence

Configuring Confluence Configuring Confluence Configuring Confluence for SSO enables administrators to manage their users using NetScaler. Users can securely log on to Confluence using their enterprise credentials. To configure

More information

Your Adoption Kit for Citrix Workspace Standard

Your Adoption Kit for Citrix Workspace Standard Your Adoption Kit for Citrix Workspace Standard Thank you for choosing Citrix as your workspace and secure SaaS partner. We put together this kit of promotional materials to help you prepare and onboard

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Citrix NetScaler Gateway 12.0

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Citrix NetScaler Gateway 12.0 RSA SECURID ACCESS Implementation Guide Citrix 12.0 Peter Waranowski, RSA Partner Engineering Last Modified: February 20 th, 2018 Table of Contents Table of Contents...

More information

ShareFile Account Admin Guide

ShareFile Account Admin Guide ShareFile ShareFile Account Admin Guide A quick guide to get you started with managing your ShareFile account! Intended for: Master Admins, Employees with Admin-level permissions Admin Guide 1 Contents

More information

Oracle PeopleSoft 9.2 with NetScaler for Global Server Load Balancing

Oracle PeopleSoft 9.2 with NetScaler for Global Server Load Balancing Oracle PeopleSoft 9.2 with NetScaler for Global Server Load Balancing This solution guide focuses on defining the deployment process for Oracle PeopleSoft with Citrix NetScaler for GSLB (Global Server

More information

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

Configuring Single Sign-on from the VMware Identity Manager Service to Marketo Configuring Single Sign-on from the VMware Identity Manager Service to Marketo VMware Identity Manager JANUARY 2016 V1 Configuring Single Sign-On from VMware Identity Manager to Marketo Table of Contents

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Okta SAML Authentication with WatchGuard Access Portal. Integration Guide

Okta SAML Authentication with WatchGuard Access Portal. Integration Guide Okta SAML Authentication with WatchGuard Access Portal Integration Guide i WatchGuard Technologies, Inc. Okta SAML Authentication with WatchGuard Access Portal Deployment Overview You can configure Single

More information

Citrix ADC Web App Firewall Service

Citrix ADC Web App Firewall Service Citrix ADC Web App Firewall Service Citrix Product Documentation docs.citrix.com October 15, 2018 Contents Getting started 3 Step 1: Sign Up for Citrix Cloud.................................. 3 Step 2:

More information

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager.

IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS. VMware Identity Manager. IMPLEMENTING SINGLE SIGN-ON (SSO) TO KERBEROS CONSTRAINED DELEGATION AND HEADER-BASED APPS VMware Identity Manager February 2017 V1 1 2 Table of Contents Overview... 5 Benefits of BIG-IP APM and Identity

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure

Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure Deploying Virtual Apps and Desktops with Citrix Provisioning using Oracle Cloud Infrastructure Citrix Virtual Apps and Desktops (formerly XenApp and XenDesktop) on Oracle Cloud (also known as Oracle Cloud

More information

SAP NetWeaver Server with NetScaler for Load Balancing(SSL offload), Application Firewall and- Integrated Caching

SAP NetWeaver Server with NetScaler for Load Balancing(SSL offload), Application Firewall and- Integrated Caching SAP NetWeaver Server with NetScaler for Load Balancing(SSL offload), Application Firewall and- This solution guide focuses on deploying Citrix NetScaler with Load balancing(ssl offload), Application Firewall

More information

User Management Tool

User Management Tool Citrix Product Documentation docs.citrix.com September 21, 2018 Contents What s new 3 What s new in User Management Tool 1.8.1........................... 3 What s new in User Management Tool 1.8............................

More information

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.

Android Mobile Single Sign-On to VMware Workspace ONE. SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3. Android Mobile Single Sign-On to VMware Workspace ONE SEP 2018 VMware Workspace ONE VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware

More information

1Y Citrix. Designing Deploying and Managing Citrix XenMobile 10 Enterprise Solutions

1Y Citrix. Designing Deploying and Managing Citrix XenMobile 10 Enterprise Solutions Citrix 1Y0-371 Designing Deploying and Managing Citrix XenMobile 10 Enterprise Solutions Download Full version : https://killexams.com/pass4sure/exam-detail/1y0-371 QUESTION: 132 What would cause a subset

More information

Slack Cloud App SSO. Configuration Guide. Product Release Document Revisions Published Date

Slack Cloud App SSO. Configuration Guide. Product Release Document Revisions Published Date Slack Cloud App SSO Configuration Guide Product Release Document Revisions Published Date 1.0 1.0 May 2016 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 http://www.pulsesecure.net. 2016

More information

AppScaler SSO Active Directory Guide

AppScaler SSO Active Directory Guide Version: 1.0.3 Update: April 2018 XPoint Network Notice To Users Information in this guide is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless

More information

Salesforce Mobile App Security Guide

Salesforce Mobile App Security Guide Salesforce Mobile App Security Guide Version 3, 0 @salesforcedocs Last updated: October 11, 2018 Copyright 2000 2018 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance

Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Solution Brief Citrix SD-WAN for Optimal Office 365 Connectivity and Performance Evolving Needs for WAN Network Architecture Enterprise networks have historically been architected to provide users access

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

Citrix Tech Zone Citrix Product Documentation docs.citrix.com November 13, 2018

Citrix Tech Zone Citrix Product Documentation docs.citrix.com November 13, 2018 Citrix Product Documentation docs.citrix.com November 13, 2018 Contents Citrix Tech Zone - Learn 3 Tech Insights 3 Tech Briefs 3 Diagrams and Posters 4 Citrix Tech Zone - Design 4 Design Decisions 4 Citrix

More information

Deploying NetScaler with Microsoft Exchange 2016

Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Deploying NetScaler with Microsoft Exchange 2016 Deployment Guide Load balancing Microsoft Exchange 2016 with NetScaler Table of Contents Introduction 3 Configuration 5 NetScaler features

More information

Okta Integration Guide for Web Access Management with F5 BIG-IP

Okta Integration Guide for Web Access Management with F5 BIG-IP Okta Integration Guide for Web Access Management with F5 BIG-IP Contents Introduction... 3 Publishing SAMPLE Web Application VIA F5 BIG-IP... 5 Configuring Okta as SAML 2.0 Identity Provider for F5 BIG-IP...

More information

Integrating YuJa Active Learning into Google Apps via SAML

Integrating YuJa Active Learning into Google Apps via SAML Integrating YuJa Active Learning into Google Apps via SAML 1. Overview This document is intended to guide users on how to integrate YuJa as a Service Provider (SP) using Google as the Identity Provider

More information

White Paper Taking Windows Mobile on Any Device Taking Windows Mobile on Any Device

White Paper Taking Windows Mobile on Any Device Taking Windows Mobile on Any Device White Paper Taking Windows Mobile on Any Device Taking Windows Mobile on Any Device Citrix.com As the adoption of mobile devices continues to expand, IT organizations are challenged to keep up with the

More information

Cloud Secure Integration with ADFS. Deployment Guide

Cloud Secure Integration with ADFS. Deployment Guide Cloud Secure Integration with ADFS Deployment Guide Product Release 8.3R3 Document Revisions 1.0 Published Date October 2017 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San Jose CA 95134 http://www.pulsesecure.net

More information

Augmenting security and management of. Office 365 with Citrix XenMobile

Augmenting security and management of. Office 365 with Citrix XenMobile Office 365 with Citrix XenMobile Augmenting security and management of Office 365 with Citrix XenMobile There are quite a few reasons why Microsoft Office 365 is so popular with enterprise customers. Citrix.com

More information

Salesforce Mobile App Security Guide

Salesforce Mobile App Security Guide Salesforce Mobile App Security Guide Version 2, 2 @salesforcedocs Last updated: November 2, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com,

More information

Citrix XenApp and XenDesktop 7.15 LTSR FIPS Sample Deployments

Citrix XenApp and XenDesktop 7.15 LTSR FIPS Sample Deployments Citrix XenApp and XenDesktop 7.15 LTSR FIPS 140-2 Sample Deployments Contents Introduction... 2 Audience... 2 Security features introduced in XenApp and XenDesktop 7.15 LTSR... 2 FIPS 140-2 with XenApp

More information

VMware AirWatch Integration with RSA PKI Guide

VMware AirWatch Integration with RSA PKI Guide VMware AirWatch Integration with RSA PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Citrix XenApp and XenDesktop 7.6 LTSR FIPS Sample Deployments

Citrix XenApp and XenDesktop 7.6 LTSR FIPS Sample Deployments Citrix XenApp and XenDesktop 7.6 LTSR FIPS 140-2 Sample Deployments Table of contents Introduction... 2 Audience... 2 Security features introduced in XenApp and XenDesktop 7.6 LTSR... 2 FIPS 140-2 with

More information

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1

VMware Workspace ONE Quick Configuration Guide. VMware AirWatch 9.1 VMware Workspace ONE Quick Configuration Guide VMware AirWatch 9.1 A P R I L 2 0 1 7 V 2 Revision Table The following table lists revisions to this guide since the April 2017 release Date April 2017 June

More information

SafeNet Authentication Manager

SafeNet Authentication Manager SafeNet Authentication Manager INTEGRATION GUIDE Using SAM as an Identity Provider for Remedyforce Contents Support Contacts... 2 Description... 3 Single Sign-On Dataflow... 3 Configuring SAM as an Identity

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x RSA SECURID ACCESS Implementation Guide Pulse Connect Secure 8.x Daniel R. Pintal, RSA Partner Engineering Last Modified: January 24 th, 2018 Solution Summary The Pulse

More information

Citrix SSO for Mac OS X. User Guide

Citrix SSO for Mac OS X. User Guide Citrix SSO for Mac OS X User Guide Contents OVERVIEW... 3 FEATURE COMPARISON BETWEEN CITRIX VPN AND CITRIX SSO... 4 COMPATIBILITY WITH MDM PRODUCTS... 5 CONFIGURE AN MDM MANAGED VPN PROFILE FOR CITRIX

More information

Citrix Federated Authentication Service Integration with APM

Citrix Federated Authentication Service Integration with APM Citrix Federated Authentication Service Integration with APM Graham Alderson, 2016-19-12 Introduction This guide will cover how to use APM as the access gateway in front of Storefront when using Citrix

More information

OVERVIEW... 3 WHAT'S NEW... 3 COMPATIBILITY WITH MDM PRODUCTS... 5 CONFIGURE AN MDM MANAGED VPN PROFILE FOR CITRIX SSO... 5

OVERVIEW... 3 WHAT'S NEW... 3 COMPATIBILITY WITH MDM PRODUCTS... 5 CONFIGURE AN MDM MANAGED VPN PROFILE FOR CITRIX SSO... 5 Citrix SSO Contents OVERVIEW... 3 WHAT'S NEW... 3 COMPATIBILITY WITH MDM PRODUCTS... 5 CONFIGURE AN MDM MANAGED VPN PROFILE FOR CITRIX SSO... 5 Device level VPN Profiles... 5 Per-App VPN Profiles... 7

More information

ActivIdentity 4TRESS AAA Web Tokens and F5 BIG-IP Access Policy Manager. Integration Handbook

ActivIdentity 4TRESS AAA Web Tokens and F5 BIG-IP Access Policy Manager. Integration Handbook ActivIdentity 4TRESS AAA Web Tokens and F5 BIG-IP Access Policy Manager Integration Handbook Document Version 1.1 Released July 11, 2012 ActivIdentity 4TRESS AAA Web Tokens and F5 APM Integration Handbook

More information

AirWatch Mobile Device Management

AirWatch Mobile Device Management RSA Ready Implementation Guide for 3rd Party PKI Applications Last Modified: November 26 th, 2014 Partner Information Product Information Partner Name Web Site Product Name Version & Platform Product Description

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : 1Y0-371 Title : Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions Vendor : Citrix Version

More information

Enabling Single Sign-On Using Okta in Axon Data Governance 5.4

Enabling Single Sign-On Using Okta in Axon Data Governance 5.4 Enabling Single Sign-On Using Okta in Axon Data Governance 5.4 Copyright Informatica LLC 2018. Informatica and the Informatica logo are trademarks or registered trademarks of Informatica LLC in the United

More information

Integrating the YuJa Enterprise Video Platform with Dell Cloud Access Manager (SAML)

Integrating the YuJa Enterprise Video Platform with Dell Cloud Access Manager (SAML) Integrating the YuJa Enterprise Video Platform with Dell Cloud Access Manager (SAML) 1. Overview This document is intended to guide users on how to integrate their institution s Dell Cloud Access Manager

More information

RSA SecurID Access SAML Configuration for Datadog

RSA SecurID Access SAML Configuration for Datadog RSA SecurID Access SAML Configuration for Datadog Last Modified: Feb 17, 2017 Datadog is a monitoring service for cloud-scale applications, bringing together data from servers, databases, tools, and services

More information

App Orchestration 2.6

App Orchestration 2.6 Configuring NetScaler 10.5 Load Balancing with StoreFront 3.0 and NetScaler Gateway for Last Updated: June 04, 2015 Contents Introduction... 3 Configure the NetScaler load balancer certificates... 3 To

More information

Self-Service Password Reset

Self-Service Password Reset Citrix Product Documentation docs.citrix.com September 21, 2018 Contents Self-Service Password Reset 1.1.x 3 What s new 3 What s new in version 1.1.20................................... 3 What s new in

More information

Integrating YuJa Active Learning into ADFS via SAML

Integrating YuJa Active Learning into ADFS via SAML Integrating YuJa Active Learning into ADFS via SAML 1. Overview This document is intended to guide users on how to setup a secure connection between YuJa (the Service Provider, or SP) and ADFS (the Identity

More information

esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5

esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 esignlive SAML Administrator's Guide Product Release: 6.5 Date: July 05, 2018 esignlive 8200 Decarie Blvd, Suite 300 Montreal, Quebec H4P 2P5 Phone: 1-855-MYESIGN Fax: (514) 337-5258 Web: www.esignlive.com

More information

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE Guide to Deploying VMware Workspace ONE with VMware Identity Manager SEP 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Integrating Microsoft Intune/ Enterprise Mobility Suite with NetScaler (LDAP+OTP Scenario)

Integrating Microsoft Intune/ Enterprise Mobility Suite with NetScaler (LDAP+OTP Scenario) Integrating Microsoft Intune/ Enterprise Mobility Suite with NetScaler (LDAP+OTP Scenario) This guide focuses on defining the process for integrating Microsoft Intune with NetScaler for scenarios where

More information

Citrix Workspace app for ios

Citrix Workspace app for ios Citrix Product Documentation docs.citrix.com October 22, 2018 Contents What s new in Citrix Workspace app for ios 3 What s new in 1810.1....................................... 3 What s new in 1810........................................

More information

Security Provider Integration SAML Single Sign-On

Security Provider Integration SAML Single Sign-On Security Provider Integration SAML Single Sign-On 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Hands-on Lab Exercise Guide

Hands-on Lab Exercise Guide 611: NetScaler is the Gatekeeper. Become the Keymaster. Hands-on Lab Exercise Guide Christopher Rudolph May 2015 1 Table of Contents Table of Contents... 2 Overview... 3 Lab Preparation... 6 Exercise 1:

More information

4TRESS AAA. Out-of-Band Authentication (SMS) and Juniper Secure Access Integration Handbook. Document Version 2.3 Released May hidglobal.

4TRESS AAA. Out-of-Band Authentication (SMS) and Juniper Secure Access Integration Handbook. Document Version 2.3 Released May hidglobal. 4TRESS AAA Out-of-Band Authentication (SMS) and Juniper Secure Access Integration Handbook Document Version 2.3 Released May 2013 hidglobal.com Table of Contents List of Figures... 3 1.0 Introduction...

More information

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810

Workspace ONE UEM Integration with RSA PKI. VMware Workspace ONE UEM 1810 Workspace ONE UEM Integration with RSA PKI VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Cisco Adaptive Security Appliance 9.5(2)

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Cisco Adaptive Security Appliance 9.5(2) RSA SECURID ACCESS Implementation Guide Cisco Peter Waranowski, RSA Partner Engineering Last Modified: January 9 th, 2018 Solution Summary Cisco Adaptive Security Appliance

More information

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources

VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources VMware AirWatch Integration with F5 Guide Enabling secure connections between mobile applications and your backend resources Workspace ONE UEM v9.6 Have documentation feedback? Submit a Documentation Feedback

More information

PULSE CONNECT SECURE APPCONNECT

PULSE CONNECT SECURE APPCONNECT PULSE CONNECT SECURE APPCONNECT A Micro VPN That Allows Specific Applications on Mobile Devices to Independently Leverage the Connect Secure Gateway Product Release 8.1 Document Revision 1.0 Published:

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.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Configuration Guide - Single-Sign On for OneDesk

Configuration Guide - Single-Sign On for OneDesk Configuration Guide - Single-Sign On for OneDesk Introduction Single Sign On (SSO) is a user authentication process that allows a user to access different services and applications across IT systems and

More information

Welcome to your Citrix User Adoption Kit

Welcome to your Citrix User Adoption Kit Guide Welcome to your Citrix User Adoption Kit Thank you for choosing Citrix as your cloud and virtualization partner. We put together this kit of promotional materials to help you prepare and onboard

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Citrix SSO for ios. Page 1 18

Citrix SSO for ios. Page 1 18 Citrix SSO for ios Page 1 18 Contents OVERVIEW... 3 WHAT'S NEW... 3 KNOWN ISSUES AND FIXED ISSUES... 4 FEATURE COMPARISON BETWEEN CITRIX VPN AND CITRIX SSO... 5 COMPATIBILITY WITH MDM PRODUCTS... 6 CONFIGURE

More information

1Y0-371 Q&As. Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions. Pass home 1Y0-371 Exam with 100% Guarantee

1Y0-371 Q&As. Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions. Pass home 1Y0-371 Exam with 100% Guarantee 1Y0371 Q&As Designing, Deploying and Managing Citrix XenMobile 10 Enterprise Solutions Pass home 1Y0371 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing

More information

Deployment Guide. ICA Proxy for Citrix Receiver with SMS Authentication. Access Gateway Enterprise Edition XenApp XenDesktop

Deployment Guide. ICA Proxy for Citrix Receiver with SMS Authentication. Access Gateway Enterprise Edition XenApp XenDesktop Mobile Device Deployment Guide ICA Proxy for Citrix Receiver with SMS Authentication Access Gateway Enterprise Edition XenApp XenDesktop www.citrix.com Table of Contents Introduction...3 Solution Requirements...4

More information

How to Set Up External CA VPN Certificates

How to Set Up External CA VPN Certificates To configure a client-to-site, or site-to-site VPN using s created by External CA, you must create the following VPN s for the VPN service to be able to authenticate Before you begin Use an external CA

More information

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager

VMware Identity Manager Cloud Deployment. Modified on 01 OCT 2017 VMware Identity Manager VMware Identity Manager Cloud Deployment Modified on 01 OCT 2017 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware Web site at: https://docs.vmware.com/ The

More information

Deployment Guide. ICA Proxy for Citrix Receiver. Access Gateway Enterprise Edition XenApp XenDesktop

Deployment Guide. ICA Proxy for Citrix Receiver. Access Gateway Enterprise Edition XenApp XenDesktop Windows Mac Thin Client ipad iphone WinMo Android Deployment Guide ICA Proxy for Citrix Receiver Access Gateway Enterprise Edition XenApp XenDesktop www.citrix.com Table of Contents Introduction...3 Solution

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

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8

Setting Up Resources in VMware Identity Manager. VMware Identity Manager 2.8 Setting Up Resources in VMware Identity Manager VMware Identity Manager 2.8 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: MOBILE SINGLE SIGN-ON. VMware Workspace ONE

REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: MOBILE SINGLE SIGN-ON. VMware Workspace ONE REVIEWERS GUIDE NOVEMBER 2017 REVIEWER S GUIDE FOR CLOUD-BASED VMWARE WORKSPACE ONE: VMware Workspace ONE Table of Contents Introduction.... 3 Purpose of This Guide....3 Audience...3 Before You Begin....3

More information

Installation Guide. Citrix License Server VPX v1.01

Installation Guide. Citrix License Server VPX v1.01 Installation Guide Citrix License Server VPX Installation Guide Citrix License Server VPX v1.01 This document provides step-by-step instructions for installing and running the Citrix License Server Appliance

More information

ShareFile Technical Presentation

ShareFile Technical Presentation ShareFile Technical Presentation Joerg Vosse Senior Systems Engineer - Citrix ShareFile CEE joerg.vosse@citrix.com ShareFile Enterprise Architecture Overview ShareFile Document Cloud ShareFile.com ShareFile.eu

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide Using SafeNet Authentication Service as an Identity Provider for SonicWALL Secure Remote Access All information herein is either public information or is

More information

Citrix ShareFile Share, store, sync, and secure data on any device, anywhere

Citrix ShareFile Share, store, sync, and secure data on any device, anywhere Citrix ShareFile Share, store, sync, and secure data on any device, anywhere Data Sheet ShareFile is a secure, enterprise data sync and sharing service with flexible storage options that allows IT to mobilize

More information

Comprehensive Citrix HDX visibility powered by NetScaler Management and Analytics System

Comprehensive Citrix HDX visibility powered by NetScaler Management and Analytics System Solution Brief HDX Insight powered by Citrix Comprehensive Citrix HDX visibility powered by NetScaler Management and Analytics System HDX Insight is the only tool in the market that provides endto-end

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE MARCH 2019 PRINTED 28 MARCH 2019 CONFIGURING AD FS AS A THIRD-PARTY IDP IN VMWARE IDENTITY MANAGER: VMWARE WORKSPACE ONE VMware Workspace ONE Table of Contents Overview Introduction Audience AD FS

More information

Google SAML Integration

Google SAML Integration YuJa Enterprise Video Platform Google SAML Integration Overview This document is intended to guide users on how to integrate the YuJa Enterprise Video Platform as a Service Provider (SP) using Google as

More information

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager

VMware Identity Manager Cloud Deployment. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager VMware Identity Manager Cloud Deployment DEC 2017 VMware AirWatch 9.2 VMware Identity Manager You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Configure Unsanctioned Device Access Control

Configure Unsanctioned Device Access Control Configure Unsanctioned Device Access Control paloaltonetworks.com/documentation Contact Information Corporate Headquarters: Palo Alto Networks 3000 Tannery Way Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-support

More information

ArcGIS Server and Portal for ArcGIS An Introduction to Security

ArcGIS Server and Portal for ArcGIS An Introduction to Security ArcGIS Server and Portal for ArcGIS An Introduction to Security Jeff Smith & Derek Law July 21, 2015 Agenda Strongly Recommend: Knowledge of ArcGIS Server and Portal for ArcGIS Security in the context

More information