Contact Center Enterprise Solutions SSO Overview, Design, Deployment and CSDL Overview

Size: px
Start display at page:

Download "Contact Center Enterprise Solutions SSO Overview, Design, Deployment and CSDL Overview"

Transcription

1

2 Contact Center Enterprise Solutions SSO Overview, Design, Deployment and CSDL Overview Vipin Palawat BRKCCT-1041

3 Cisco Spark Ask Question, Get Answers Use Cisco Spark to communicate with the speaker during the event! What if I have a question after visiting Cisco Live?... Cisco Spark How? Spark rooms will be available until July 29, Go to the Cisco Live Mobile app 2. Find this session 3. Click the join link in the session description 4. Navigate to the room, room name = Session ID 5. Enter messages in the room BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 3

4 Agenda Single Sign-on Introduction Single Sign-on for Enterprise reference designs Single Sign-on deployment considerations Introduction Contact Center Enterprise Security and Secure Development Lifecycle Conclusion Planned security updates

5 Disclaimer * The Cisco products, services or features identified in this document may not yet be available or may not be available in all areas and may be subject to change without notice, and Cisco will have no liability for delay in the delivery or failure to deliver any of the products or features set forth in this document. Consult your local Cisco business contact for information on the products or services available in your area. You can find additional information via Cisco s World Wide Web server at Actual performance and environmental costs of Cisco products will vary depending on individual customer configurations and conditions. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 5

6 Single Sign-on Introduction

7 The Problem With Passwords BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 7

8 UCCE / PCCE Interfaces (Login separately) Finesse CUIC EIM WIM Media Sense ISE CCE Administration BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 8

9 Single Sign-On Definition SSO (Single Sign On) means that user logs in to application once and user will be "automatically" signed in to every other authorized application, regardless of the platform, technology and domain. With SSO the barriers for deploying stronger authentication is much lower. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 9

10 Single Sign On Is Not just about login experience This is why it is important for end user and admins As an end user, I want to: Sign-on once for all of my applications and services Login to different authorized applications without being re-prompted for login As an administrator, I want to: Why can t I login once across all my Cisco products and search for a contact to collaborate faster? Manage all users add, edit and delete from common directory. Enforce password policies for all users consistently. Allow external applications to use my managed user identities for authentication and authorization. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 10

11 SSO Concepts (SAML) Allows an Identity Provider to provide Assertions to a Service Provider about a Principal Allows a Service Provider to query an Identity Provider about a Principal Service Provider an entity providing a service that needs authentication (SAML consumer) Identity Provider an entity that can authenticate a user (SAML authority) Principal the identity that the user is using (usually an end user) Assertions Statements about identity Authentication Attributes Authorization Queries Questions about identity Authentication Attributes Authorization BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 11

12 SAML in action Browser Get Identity Page Browse to web page Needs authentication Redirect to identity provider Identity Provider Service 1 BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 12

13 Browser User Authenticates Login Username: Identity Provider Password: Continue Cancel Service 1 BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 13

14 Browser Successful response XHTML form post back to Service 1 Post to Success URL with signed SAML Response Authentication Succeeds Identity Provider Service 1 This works great for simple browser based applications. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 14

15 SSO Concepts (Oauth) OAuth (Open Authorization) is an open standard for authorization. It allows users to allow access to their private resources (e.g. photos, videos, contact lists) implemented by a provider to a consumer of those resources without having to hand out their credentials, typically username and password. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 15

16 Where have I seen this before? BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 16

17 OAuth Flow Browser Browsing Site Service 1 (Consumer) POST to Request URL consumer_key Service 2 (Provider) Response Unauthorized Token oauth_token BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 17

18 OAuth Flow Browser Provider Authenticates User (possibly through SAML) Redirct to GET to Auth URL oauth_token oauth_callback Service 1 (Consumer) Service 2 (Provider) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 18

19 OAuth Flow Browser Service 1 would like to access your account. They request to perform the following operations: Upload Pictures Update Status Allow Deny Service 1 (Consumer) Service 2 (Provider) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 19

20 OAuth Flow Browser GET oauth_callback Redirect to oauth_callback Service 1 (Consumer) GET/POST using oauth_token Service 2 (Provider) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 20

21 SSO Protocol Summary Allows secure authentication without exposing users credentials outside authentication provider Allows secure consumer-server authorization without credentials Together SAML and OAuth make it possible for a user to authenticate once securely - and allow access to their data as needed BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 21

22 SSO Cisco Implementation Summary Auth code Grant flow 1. IdP Identity Provider Explicit Initial Trust Agreement 2. IdS Cisco Identity Service SP Service Provider Authorization Server Validate Token 3. Resource Server e.g. Finesse SAML Only browser access OAuth If browser based application involves REST API and gadgets Client Client BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 22

23 Authentication and Authorization Authentication is the process of verifying that "you are who you say you are" Enterprise IdP is responsible Yes, you are Vipin Palawat Authorization is the process of verifying that you are permitted to do what you are trying to do Done by a individual applications (example: Finesse, CUIC, CCE) through a trusted IdS. Role based access control is still owned by individual applications. Cisco IdS acts as an authorization server to bridge between IdP and applications. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 23

24 BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 24

25 Which IdP Does Cisco Support? Cisco goal is to supports any IdP vendor that is compliant with the SAMLv2 Oasis Standard. As a Cisco tested reference model, we currently test our products against selected authentication methods of the following IdP s: Microsoft Active Directory Federation Services (ADFS) 2.x / 3.0 initial support Configured as an IdP Stored identity profiles Eventually support any IdP that supports SAMLv2 Stretch Goal for Release 11.5 Oracle PingFederate Open Access Manager BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 25

26 6. Present Assertion to IdS 8. Issue Tokens 7. Generate/Persist Tokens SSO Message Flow 0. Metadata 10. Role based access control Application (Finesse, CUIC, UCCE, MediaSense, etc) SSO Valve Client Lib IdS 11.Validate Token Cisco Identity Service (IdS) [Authorization Server] Identity Provider (IdP) [ADFS, PingIdentity, Oracle, etc] Corporate Directory New addition required for SSO 1. Idp cookies 2. Persist Refresh Token and Cache BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 26

27 SSO Design

28 SSO Questions you may have Which topologies are supported with SSO? What is SSO Hybrid mode? Can I use both address and userid? What needs to be installed and configured for enabling SSO? Procedure for SSO logout Third party integrations User experience Can I enable SSO for administrators? BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 28

29 Enterprise Reference Designs SSO Support Reference Designs PCCE Solution HCS-CC Solution UCCE Solution 2000 Agent Yes Yes Yes 4000 Agent Yes Yes Agent Yes (with limits)* Yes (with limits)* Contact Director Yes(with limits)* * -- Release 11.5 will only be supporting max 4000 active SSO agents for agent reference design active SSO agents planned for future. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 29

30 Enterprise Reference Design SSO Component Support Core Components VRU: CVP ACD: CCE Desktop: Finesse Reporting: CUIC Integrated Features (ON/OFF) No additional hardware Cisco Optional Components (Additional hardware/vm) MediaSense Cisco Unified SIP Proxy Remote Expert Mobile Enterprise Chat and Remote Silent Monitoring SocialMiner Call Control: UCM Gateways Third Party Optional Components Additional hardware/vm Topology Options Centralized Distributed Global Remote Office Options (Office with Agents, Office with Agents and LBO, Home Agent with CVO, Mobile Agent) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 30

31 Enterprise Reference Design SSO Component Support Core Components SSO for Agent and Supervisors only in Release 11.5 VRU: CVP ACD: CCE Desktop: Finesse Reporting: CUIC Integrated Features (ON/OFF) No additional hardware Cisco Optional Components (Additional hardware/vm) MediaSense Cisco Unified SIP Proxy Remote Expert Mobile Enterprise Chat and Remote Silent Monitoring SocialMiner Call Control: UCM Gateways, CVVB Third Party Optional Components (SSO Java Client Library available) Additional hardware/vm egain VIM Topology Options Centralized Distributed Global Remote Office Options (Office with Agents, Office with Agents and LBO, Home Agent with CVO, Mobile Agent) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 31

32 Enterprise Reference Design SSO Topology Support * -- Could be centralized or distributed Centralized Side A Side B Geographic Redundant DC Distributed Side A 80 ms RTT Side B Note: 1. Global topology and Remote PGs are not supported in Release Additional PGs and its peripheral can be added if they are co-resident with core DC or within 80ms RTT from core DC. Global Side A Core DC* 80 ms RTT Side B 400 ms RTT UCM PG MR PG VRU PG Remote DC (n) ** Peripheral UCM, Finn CVP Remote Office Options Office with Agents Office with Agents and LBO 200 ms RTT Home Agent with CVO Mobile Agent BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 32

33 Third Party SSO Integration Java Client Library Components and Partners need to use Java only Client Library to achieve SSO for Java applications (gadgets, web apps). Non Java integrations not supported in Targeted for future releases. address Requirement for multi-domain Enterprise users which are SSO enabled (in hybrid or full SSO modes) will be required to use address for multiple domains. Absolutely all supervisors (non-sso or SSO) need to use address in Release 11.5 Allows just userid for a single domain BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 33

34 Logout for SSO No single global logout, only single application logout in ways to log out OS user logout (Recommended) Browser: Logout from all applications and quit/exit browser IMPORTANT!!! If you logout from only one application and another agent use same browser, he could login automatically to another application where explicit logout were not performed. Close and quit browser (important for Mac users) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 34

35 HTTPS requirement for SSO HTTPS is required for SSO feature to be enabled across enterprise solution. Finesse now supports the same scale for HTTP and HTTPS Finesse can support 2000 agents per cluster in 11.5 with HTTPS Clear solution documented steps for enabling HTTPS across solution Using self signed certificates CA signed certificates Browser behavior and requirements for self-signed and signed certificates BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 35

36 SSO Deployment Options There are three modes of deployment supported for Enterprise Contact Center solutions: 1. SSO OFF Existing AD based and local authentication No experience change for Agents when SSO is OFF 2. SSO Enabled Every component in deployment is enabled with SSO for agents and supervisors (Two step login) Step 1: Agent is served the login page from IdP Step 2: Application landing page for any additional inputs (example extension in Finesse), and other information. Finally, application browser interface based on role 3. SSO Hybrid User based decision to enable SSO. Allow phased migration of agents to SSO. Allows enabling SSO for local PGs Allows enabling SSO for agents up to max limit of 4000 SSO agents in agent reference design. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 36

37 Mixed Authentication IdS In the same CC application server we can have users that are SSO enabled and users that are local authenticated SSO Valve/Realm SSO process initiated or Local Authentication Local authentication Authorization Process Get Roles User DB Verifies credentials CC Application 2016 Cisco and/or its affiliates. All rights reserved. Cisco Public 37

38 SSO Hybrid Deployment Finesse User Experience 1. Agent provides address in a Login Information Page and thereafter experience bifurcates SSO enabled agents provided with IdP served login page, followed by landing page (to enter extension etc.) Non-SSO enabled agents, are presented the usual login page with extension 2. Agent presented Finesse desktop BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 38

39 Log in Information page (Hybrid Mode) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 39

40 Example Authentication page served by Idp BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 40

41 SSO Finesse landing page (IdP authentication) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 41

42 Usual Non-SSO login page BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 42

43 SSO Configuration Flow 1. Install or upgrade to Install IdS (Standalone or co-located) 3. Configure IdP 4. Configure System Inventory 5. Configure IdS (using SSO gadget) 6. Register Components with IdS 7. Test SSO (optional) 8. Set SSO mode (Non SSO, SSO or hybrid) 9. Enable SSO for users individually by using tools 10.Enable multiple users for SSO (using the Migration Tool if address is used). BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 43

44 SSO System Inventory Note: Don t use IP address for server. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 44

45 Configure IdS BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 45

46 Configure IdS BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 46

47 BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 47

48 BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 48

49 IdS Registration and SSO Mode Global Selection BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 49

50 SSO Configure IdS and register components IdP Metadata exchange Maintains Inventory Ids Client CCE Admin App IdP Metadata Upload, Download IdS Config Gadget IdS Config Client Registration IdS-A Config Config, Authcode Replication IdS-B Config Provides UI to List, View State and Register components SSO config GET/PUT SSO state GET/PUT CUIC Finesse MediaSense Others BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 50

51 SSO Design Considerations and Summary Hybrid Mode available for enterprise solution. Allows phased and controlled migration and allows deployment with certain components not yet SSO enabled. FIPPA supported in hybrid mode Available in Hybrid mode for non SSO agents and supervisors Multiple domains for users handled by IdP for federated use case Cisco IdS Serviceability RTMT, Syslog All server addressing using FQDN Impact on NAT, DNS mandatory for Finesse, CUIC and IdS hosts BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 51

52 SSO Design Considerations and Summary Failover for IdS handled by idsclientlib used by components Token Caching by idsclientlib, in components On Refresh token expiry, the user has to re-login. Default: 24 hours and can be changed. Token handling by Cisco IdS: Validation by IdS only Any IdS can issue and validate, tokens and authcode from other IdS redundant pair Token refreshing by any IdS BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 52

53 SSO Deployment Considerations

54 Cisco IdS Deployment Options Reference Designs PCCE Solution 2000 Agent IdS Co-located with CUIC/LD onbox HCS-CC Solution IdS Co-located with CUIC/LD onbox UCCE Solution IdS Co-located with CUIC/LD onbox 4000 Agent Standalone IdS (4vCPU) Standalone IdS (4vCPU) Agent Standalone IdS (4vCPU)* Standalone IdS (4vCPU)* IdS cluster of active-active for now, WAN deployable with max 80ms RTT * -- Release 11.5 will only be supporting max 4000 active SSO agents for agent reference design. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 54

55 SSO Phased Migration Planning for SSO, user details moved to IdP/LDAP All servers are configured with FQDN and IP Addresses should not be used Ensure user records in Application databases are marked with sso/non-sso If Hybrid mode has to be supported User records should be keyed on UPNs ( -id) for multi-domain or use existing userid for single domain. Appropriate mapping should be used to migrate existing data. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 55

56 User Migration Packaged CCE and Unified CCE SSO enabled agents have to use address as login ID for multidomain and userid (or format) for single domain. Export/Import Tool Extracts all agents & supervisors to CSV file Admin change SSO-enabled agents & supervisors to UPN format Admin import CSV file (to update login name in the person table) CSV could be used to populate ADFS(automatic update to ADFS is not in 11.5) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 56

57 Cisco Secure Development Lifecycle (CSDL) Introduction

58 Cisco Secure Development Lifecycle (CSDL) BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 58

59 CSDL Introduction Cisco Secure Development Lifecycle is an internal security baseline. CSDL does not intend to fulfill customer certification requirements. Product Security Baseline (PSB) Logging/Audit, Credentials Control, Privacy/Data security, Authentication/Authorization, Encryption Infrastructure, Vulnerability management, Support and operations 3 rd Party Software Cisco Open Source Initiative (COSI) Register libraries in IP Central, Establish maintenance plan, Address known vulnerabilities Cisco Intelishield Alert Manager (CIAM) Register for alerts on any 3rdparty code Secure Design: Threat Modeling Identify system data flow and trust boundaries Review auto-generated threats Prioritize and implement mitigations Secure Coding Cisco/CCBU Secure Coding Guidelines Use SAFE libraries Security Awareness/Training/Emphasis Cisco White/Green/Black Belt Ninja Training Annual Security Conference Static Analysis Coverity for C/C++ Jtest and Sonar for Java 70+ rule checks for code inspection Automated as part of the build and Continuous Integration Vulnerability Testing Fuzz testing All protocols implemented in the product All ports and services Cisco Internal VT Tool Codenomicon for Protocol Robustness Testing IBM Rational AppScan for Application VT BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 59

60 Planned SSO Security Updates

61 Planned for future release Global topology Remote DC More than 4K concurrent UCCE Agents (SSO enabled) Global logout. 3rd party applications library (Beyond Java client library) Additional IdP support beyond ADFS (Ping Identity, Oracle, etc) Additional Cisco optional components SSO support: RSM and REM LDAP Sync for Enterprise BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 61

62 Key Takeaways SSO is going to be available as part of 11.5 release of Contact Center Enterprise Solutions. Cisco IdS is a new component required for enabling SSO across solution. Hybrid mode for phased migration SSO available for agents and supervisors Up to 4000 active SSO agents supported for all Enterprise reference designs. BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 62

63 Complete Your Online Session Evaluation Give us your feedback to be entered into a Daily Survey Drawing. A daily winner will receive a $750 Amazon gift card. Complete your session surveys through the Cisco Live mobile app or from the Session Catalog on CiscoLive.com/us. Don t forget: Cisco Live sessions will be available for viewing on-demand after the event at CiscoLive.com/Online BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 63

64 2016 Contact Center Week at a Glance Monday (July 11) Tuesday (July 12) Wednesday (July 13) Thursday (July 14) PSOCCT-0001 (8:30-9:30) Customer Care for the Digital Era (C.Botting,F.Jensen) DEVNET-1130 (9:00-9:45) Cisco Enterprise Customer Care Platform and APIs (S.Kaimal) DEVNET-1024 (11:00-11:45) DevNet Workshop - Finesse APIs: Getting Started with the REST APIs and XMPP Events (D.Kwan)) Lunch & Learn (12:15-1:15) Cisco, delivering customer value (C.Healey, C. Yannakopoulos ) DEVNET-2050 (1:00-1:45) Building recording and monitoring applications with the MediaSense API (K.Rehor) OPENING KEYNOTE 10:30-11:30 Chuck Robbins/Karen Walker BRKCCT :30-3:30 Cisco Unified Contact Center Express Update and Roadmap (G.Variyath) BRKCCT :30-3:30 Cisco Unified Contact Center Enterprise and CVP Overview and Roadmap (R.Goel, J.Lundy ) PSOCCT :00-3:00 Digital Customer Care - How IT Can Prepare for Customer Care 2.0 (K.McPartlan) BRKCCT :00-5:30 Deliver Omnichannel Customer Care With Cisco Contact Center Enterprise (W.Nijenhuis) BRKCCT :00-5:30 Cisco Recording for Customer Care (A.Verma) WELCOME RECEPTION 5:00-7:30 World of Solutions BRKCCT :00-10:00 Solution Troubleshooting for Unified Contact Center Enterprise (H.Esser) BRKCCT :00-10:00 Contact Center integration with Context Service, Tropo, Zendesk, REST APIs and other cloud services (B. Cole, F. Kicenko) DEVNET-1692 (11:00-11:45) DevNet Workshop - Creating a Custom Gadget Using the Finesse Javascript Library API (D.Kwan)) DEVNET :00-12:45 Building recording and monitoring applications with the MediaSense API (K.Rehor) Lunch & Learns (12:00-1:00) -Customer Care UCCE (J.Lundy) -UCCX (G.Variyath) Cisco - Customer Care (C.Healey, C. Yannakopoulos ) CUSTOMER CARE NDA ROADMAP (CCP) (1:30-3:30) BRKCCT-1009 (1:30-3:00) Cloud Customer Care (C.Logue, G.Olmsted) BRKCCT :30-3:00 Hosted Collaboration Service Contact Center Solution and Design Implementation Overview (A.Mermel,M.Varghese) BRKCCT-2007 (1:30-3:30) Cisco Unified Contact Center Enterprise Planning and Design (M. Berenjian,M.Eady) DEVNET-2046 (3:00-3:45) Cisco Contact Center Enterpise Outbound Options - A technical look at what's new (S.Kaimal, D.Wake) DEVNET-2046 (4:00-4:45) Cisco Contact Center Enterpise Outbound Options - A technical look at what's new (S.Kaimal, D.Wake) BRKCCT-2056 (4:00-5:30) Contact Center Reporting : Cisco Unified Intelligence Center (V.Gururaj) BRKCCT-1041 (4:00-5:30) Contact Center Enterprise Solutions SSO Overview, Design, Deployment and CSDL introduction(v.palawat) NETWORKING RECEPTION 5:00-6:30 World of Solutions BRKUCC :00-10:00 Network Media Recording and Streaming with Cisco MediaSense (C.Ward) DEVNET-1024 (11:00-11:45) DevNet Workshop - Finesse APIs: Getting Started with the REST APIs and XMPP Events (D.Kwan)) Lunch & Learns (12:00-1:00) -Contact Center Enterprise Solutions Reference Designs (V.Palawat) -Packaged Contact Center Enterprise Features and Roadmap (S.Kaimal) - Migrating from IOS VoiceXML Browser to Virtualized Voice Browser (VVB) (R.Goel) BRKCCT :30-3:30 Introduction to New Features and Troubleshooting in Unified Contact Center Express 11.0 (M.Turnbow,,C.Lewis) BRKCCT :30-3:30 Deliver Omnichannel Customer Experience with Digital and Mobile channels - Remote Expert Mobile (R.Gupta) BRKCCT :00-5:30 Cisco Finesse - The Next Generation Agent Collaboration Experience (T.Phipps, C.Del Grande) Hoppy Hour (5:00-6:30) World of Solutions CUSTOMER APPRECIATION 7:30-11:00 Elle King/Maroon5 T-Mobile Arena Interests - Color Coding UCCE UCCX All Solutions Lunch & Learn Keynote/Event INNOVATION TALK:9:00-10:00 R. Trollope/Jens Meggers BRKCCT :30-12:00 Contact Center Enterprise Precision Routing: A Powerful Way to Find the Best Match (C.Logue, M.Chen) DEVNET-1692 (11:00-11:45) DevNet Workshop - Creating a Custom Gadget Using the Finesse Javascript Library API (D.Kwan)) BRKCCT :00-2:30 Context Service: cloud-based omnichannel solution for Contact Center Enterprise and Express (V.Chhabra) GUEST KEYNOTE 3:00-4:00 Kevin Spacey Walk in Self Paced Labs All week LABCCT-1011 Scheduled report genertaion and Scheduling Reports via in CUIC (A. Bhattacharjee, R. Pandit) LABCCT-2011 Configuring Cisco Finesse IP Phone Agent Feature on UCCX 11.0 (A. Bhattacharjee, R. Pandit) LABCCT-2012 UCCE Solutions - Hands on CVP features: Courtesy callback, Whisper announcement, Agent greeting, Post call survey (D.K. Singh, R. Amaya) LABCCT-2013 Configuring Jabber as endpoint for UCCX agents with Cisco Presence. (A. Bhattacharjee, R. Pandit) 2016 Cisco and/or its affiliates. All rights reserved. Cisco Public

65 Continue Your Education Demos in the Cisco campus Walk-in Self-Paced Labs Lunch & Learn Meet the Engineer 1:1 meetings Related sessions BRKCCT Cisco and/or its affiliates. All rights reserved. Cisco Public 65

66 Please join us for the Service Provider Innovation Talk featuring: Yvette Kanouff Senior Vice President and General Manager, SP Business Joe Cozzolino Senior Vice President, Cisco Services Thursday, July 14 th, :30 am - 12:30pm, In the Oceanside A room What to expect from this innovation talk Insights on market trends and forecasts Preview of key technologies and capabilities Innovative demonstrations of the latest and greatest products Better understanding of how Cisco can help you succeed Register to attend the session live now or watch the broadcast on cisco.com

67 Thank you

68

2016 Contact Center Week at a Glance

2016 Contact Center Week at a Glance 2016 Contact Center Week at a Glance Monday (July 11) Tuesday (July 12) Wednesday (July 13) Thursday (July 14) PSOCCT-0001 (8:30-9:30) Customer Care for the Digital Era (C.Botting,F.Jensen) DEVNET-1130

More information

Cisco Finesse. The Next Generation Agent Experience. Ted Phipps Sr. Manager, CCBU Product Management

Cisco Finesse. The Next Generation Agent Experience. Ted Phipps Sr. Manager, CCBU Product Management Cisco Finesse The Next Generation Agent Experience Ted Phipps Sr. Manager, CCBU Product Management Chris Del Grande Member of Technical Staff, Cisco IT Cisco Spark Ask Question, Get Answers www.ciscospark.com

More information

Cisco Tetration Analytics

Cisco Tetration Analytics Cisco Tetration Analytics Real-time application visibility and policy management using advanced analytics Yogesh Kaushik, Sr. Director Product Management PSOACI-2100 Agenda Market context Introduction:

More information

Getting Started & Deployment Best Practices

Getting Started & Deployment Best Practices Contact Center Enterprise SSO Getting Started & Deployment Best Practices Mudit Mathur (mudmathu), Technical Solutions Manager, Engineering Cisco Spark How Questions? Use Cisco Spark to communicate with

More information

UCCE Solution Service Creation

UCCE Solution Service Creation UCCE Solution Service Creation (including CCE and CVP Scripting) Sunil Vashist CVP Product Manager @VashistSunil Brian Cole Technical Marketing Engineer BRKCCT-2027 Agenda ICM Script Editor integration

More information

Small Contact Center Agent Deployment Model

Small Contact Center Agent Deployment Model Small Contact Center Deployment, page 1 Small Contact Center Deployment The Small Contact Center (SCC) deployment model splits your contact center into shared and dedicated components. It provides several

More information

Finesse APIs: Getting started with the REST APIs and XMPP events

Finesse APIs: Getting started with the REST APIs and XMPP events Finesse APIs: Getting started with the REST APIs and XMPP events Denise Kwan, Software Engineer @ DevNet Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

Cisco Contact Center Express 10.0: Feature Design, Deployment, and Troubleshooting

Cisco Contact Center Express 10.0: Feature Design, Deployment, and Troubleshooting Cisco Contact Center Express 10.0: Feature Design, Deployment, and Troubleshooting Ron Rodriguez, Technical Solutions Manager CBABU Mike Turnbow, Technical Solutions Manager CBABU Agenda CCX 10.0 Feature

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 Single Sign on Single Service Provider Agreement, page 2 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 3 Cisco Unified Communications Applications

More information

OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished DEVNET-1104

OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished DEVNET-1104 OpenStack Enabling DevOps Shannon McFarland CCIE #5245 Distinguished Engineer @eyepv6 DEVNET-1104 Agenda Introduction DevOps OpenStack Virtualization CI/CD Pipeline Orchestration Conclusion What is DevOps?

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith

ArcGIS Enterprise Security: An Introduction. Gregory Ponto & Jeff Smith ArcGIS Enterprise Security: An Introduction Gregory Ponto & Jeff Smith Agenda ArcGIS Enterprise Security Model Portal for ArcGIS Authentication Authorization Building the Enterprise Encryption Collaboration

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Workflow, page 5 Reconfigure OpenAM SSO to SAML SSO After an Upgrade, page 9 Prerequisites NTP Setup In SAML SSO, Network Time Protocol (NTP) enables clock

More information

SAML-Based SSO Solution

SAML-Based SSO Solution About SAML SSO Solution, page 1 SAML-Based SSO Features, page 2 Basic Elements of a SAML SSO Solution, page 2 SAML SSO Web Browsers, page 3 Cisco Unified Communications Applications that Support SAML SSO,

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

Manage SAML Single Sign-On

Manage SAML Single Sign-On SAML Single Sign-On Overview, page 1 Opt-In Control for Certificate-Based SSO Authentication for Cisco Jabber on ios, page 1 SAML Single Sign-On Prerequisites, page 2, page 3 SAML Single Sign-On Overview

More information

BRKCOC-2399 Inside Cisco IT: Integrating Spark with existing large deployments

BRKCOC-2399 Inside Cisco IT: Integrating Spark with existing large deployments Inside Cisco IT: Integrating Spark with existing large deployments Jan Seynaeve, Sr. Collaborations Engineer Luke Clifford, Sr. Collaborations Engineer Cisco Spark How Questions? Use Cisco Spark to communicate

More information

Deploying OAuth with Cisco Collaboration Solution Release 12.0

Deploying OAuth with Cisco Collaboration Solution Release 12.0 White Paper Deploying OAuth with Cisco Collaboration Solution Release 12.0 Authors: Bryan Morris, Kevin Roarty (Collaboration Technical Marketing) Last Updated: December 2017 This document describes the

More information

Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud

Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud Cisco Hosted Collaboration Solution (HCS) and Cisco Collaboration Cloud Tony Reyes Technical Solutions Architect Chuck Millet - Technical Solutions Architect PSOCOL-1020 Agenda Cisco Hosted Collaboration

More information

All about SAML End-to-end Tableau and OKTA integration

All about SAML End-to-end Tableau and OKTA integration Welcome # T C 1 8 All about SAML End-to-end Tableau and OKTA integration Abhishek Singh Senior Manager, Regional Delivery Tableau Abhishek Singh Senior Manager Regional Delivery asingh@tableau.com Agenda

More information

ArcGIS Enterprise Security: An Introduction. Randall Williams Esri PSIRT

ArcGIS Enterprise Security: An Introduction. Randall Williams Esri PSIRT ArcGIS Enterprise Security: An Introduction Randall Williams Esri PSIRT Agenda ArcGIS Enterprise Security for *BEGINNING to INTERMIDIATE* users ArcGIS Enterprise Security Model Portal for ArcGIS Authentication

More information

Unified CCE Reference Designs

Unified CCE Reference Designs Introduction to the Reference Designs, page 1 Benefits of a Reference Design Solution, page 3 Specifications for a Reference Design Solution, page 3 Contact Center Enterprise Reference Designs, page 6

More information

Using Cisco pxgrid for Security Platform Integration

Using Cisco pxgrid for Security Platform Integration Using Cisco pxgrid for Security Platform Integration Brian Gonsalves Product Manager Nancy Cam-Winget Distinguished Engineer DEVNET-1010 Agenda Cisco pxgrid in Summary pxgrid Use-Cases How to Develop Using

More information

Setting Up the Server

Setting Up the Server Managing Licenses, page 1 Cross-launch from Prime Collaboration Provisioning, page 5 Integrating Prime Collaboration Servers, page 6 Single Sign-On for Prime Collaboration, page 7 Changing the SSL Port,

More information

Task Routing. Task Routing

Task Routing. Task Routing , page 1 API Request Flows, page 10 Failover and Failure Recovery, page 18 Setup, page 21 Sample Code for, page 30 Reporting, page 31 describes the system's ability to route requests from different media

More information

Unified CCX Administration Web Interface

Unified CCX Administration Web Interface The Unified CCX provides a multimedia (voice, data, and web) IP-enabled customer-care application environment, using VoIP technology that allows your Cisco Unified Communications network to share resources

More information

Configuration Limits and Feature Availability for Reference Designs

Configuration Limits and Feature Availability for Reference Designs Configuration Limits and Feature Availability for s Configuration Limits, page 1 Feature Availability for s, page 13 Configuration Limits The following tables list key configuration limits for Contact

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.6.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

Identity Provider for SAP Single Sign-On and SAP Identity Management

Identity Provider for SAP Single Sign-On and SAP Identity Management Implementation Guide Document Version: 1.0 2017-05-15 PUBLIC Identity Provider for SAP Single Sign-On and SAP Identity Management Content 1....4 1.1 What is SAML 2.0.... 5 SSO with SAML 2.0.... 6 SLO with

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

Unity Connection Version 10.5 SAML SSO Configuration Example

Unity Connection Version 10.5 SAML SSO Configuration Example Unity Connection Version 10.5 SAML SSO Configuration Example Document ID: 118772 Contributed by A.M.Mahesh Babu, Cisco TAC Engineer. Jan 21, 2015 Contents Introduction Prerequisites Requirements Network

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

Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration

Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration Contents Introduction Requirements Components Used Part A. SSO Message Flow Part B. Certificates Used in IDP

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

User Management. Jabber IDs

User Management. Jabber IDs Jabber IDs, page 1 IM Address Scheme, page 2 Service Discovery using Jabber IDs, page 2 SIP URI, page 3 LDAP User ID, page 3 User ID Planning for Federation, page 3 Proxy Addresses for User Contact Photos,

More information

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013 Ping Identity RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 13, 2013 Product Information Partner Name Ping Identity Web Site www.pingidentity.com Product Name PingFederate

More information

O365 Solutions. Three Phase Approach. Page 1 34

O365 Solutions. Three Phase Approach. Page 1 34 O365 Solutions Three Phase Approach msfttechteam@f5.com Page 1 34 Contents Use Cases... 2 Use Case One Advanced Traffic Management for WAP and ADFS farms... 2 Use Case Two BIG-IP with ADFS-PIP... 3 Phase

More information

UCCE Solutions Hands on Cisco Virtualized Voice Browser (CVVB) and Customer Voice Portal (CVP) Features

UCCE Solutions Hands on Cisco Virtualized Voice Browser (CVVB) and Customer Voice Portal (CVP) Features LABCCT-2012 - UCCE Solutions Hands on Cisco Virtualized Voice Browser (CVVB) and Customer Voice Portal (CVP) Features Speakers: María José Méndez, Ramiro Amaya & D.K. Singh 1 P a g e Table of Contents

More information

Configuration Tab. Cisco WebEx Messenger Administration Guide 1

Configuration Tab. Cisco WebEx Messenger Administration Guide 1 Overview, page 2 Organization Information, page 2 Domain Information, page 3 Resource Management Information, page 4 URL Configuration, page 5 Security Settings, page 6 Directory Settings, page 8 Password

More information

Udemy for Business SSO. Single Sign-On (SSO) capability for the UFB portal

Udemy for Business SSO. Single Sign-On (SSO) capability for the UFB portal Single Sign-On (SSO) capability for the UFB portal Table of contents Overview SSO and SAML PingOne and Ping Federate Data Flow FAQ What is the End User Experience With SSO? Can users access the Udemy app

More information

Context Service Context Service Context Service

Context Service Context Service Context Service , on page 1 Design Considerations, on page 3 Omnichannel Customer Journey, on page 3 Task Flow to Enable, on page 4 Setup, on page 5 Component Configuration and Registration, on page 8 Solution Serviceability,

More information

Deploying Unified Contact Center Enterprise (DUCCE)

Deploying Unified Contact Center Enterprise (DUCCE) Deploying Unified Contact Center Enterprise (DUCCE) COURSE OVERVIEW: Deploying Cisco Unified Contact Center Enterprise (DUCCE) is a 5-day instructor-led course developed by Sunset Learning Institute intended

More information

CA SiteMinder. Federation Manager Guide: Legacy Federation. r12.5

CA SiteMinder. Federation Manager Guide: Legacy Federation. r12.5 CA SiteMinder Federation Manager Guide: Legacy Federation r12.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Migrating Applications with CloudCenter

Migrating Applications with CloudCenter Migrating Applications with CloudCenter Tuan Nguyen, Technical Marketing Engineer, Insieme BU DEVNET-1179 Cisco Spark How Questions? Use Cisco Spark to chat with the speaker after the session 1. Find this

More information

DNA Automation Services Offerings

DNA Automation Services Offerings DNA Automation Services Offerings Jamie Owen, Solutions Architect, Cisco Advanced Services Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Security Guide Zoom Video Communications Inc.

Security Guide Zoom Video Communications Inc. Zoom unifies cloud video conferencing, simple online meetings, group messaging, and a softwaredefined conference room solution into one easy-to-use platform. Zoom offers the best video, audio, and wireless

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

Single Sign-On. Non-SSO - Continue to use existing Active Directory-based and local authentication, without SSO.

Single Sign-On. Non-SSO - Continue to use existing Active Directory-based and local authentication, without SSO. , on page 1 Flow, on page 4 Installation, on page 4 Installation Task Flow for Cisco Identity Service, on page 4 Configure the Cisco Identity Service, on page 16 Configure an Identity Provider (IdP), on

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

Oracle Utilities Opower Solution Extension Partner SSO

Oracle Utilities Opower Solution Extension Partner SSO Oracle Utilities Opower Solution Extension Partner SSO Integration Guide E84763-01 Last Updated: Friday, January 05, 2018 Oracle Utilities Opower Solution Extension Partner SSO Integration Guide Copyright

More information

Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS)

Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS) Upgrade from a Standalone Deployment to a Coresident Deployment (Cisco Unified Intelligence Center with Live Data and IdS) Upgrade from a Standalone to a Co-resident Deployment, on page 1 Set Deployment

More information

Hybrid Cloud Automation using Cisco CloudCenter API

Hybrid Cloud Automation using Cisco CloudCenter API Hybrid Cloud Automation using Cisco CloudCenter API Ray Doerr, Advanced Services Engineer Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session

More information

Cisco Unified Contact Center Express

Cisco Unified Contact Center Express New Features, page 1 Updated Features, page 7 Deprecated Features, page 8 Important Notes, page 8 Removed and Unsupported Features, page 9 Third Party Software Impacts, page 14 New Features Unified CCX

More information

Creating a custom gadget using the Finesse JavaScript Library API

Creating a custom gadget using the Finesse JavaScript Library API Creating a custom gadget using the Finesse JavaScript Library API Denise Kwan, Software Engineer @ DevNet Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1.

More information

Configure Centralized Deployment

Configure Centralized Deployment Centralized Deployment Overview, on page 1 Centralized Deployment Prerequisites, on page 4 Centralized Deployment Configuration Task Flow, on page 6 Centralized Deployment Field Descriptions, on page 16

More information

Mobile and Remote Access Through Cisco Expressway

Mobile and Remote Access Through Cisco Expressway Mobile and Remote Access Through Cisco Expressway Deployment Guide First Published: April 2014 Last Updated: April 2016 Cisco Expressway X8.7 Cisco Unified CM 9.1(2)SU1 or later Cisco Systems, Inc. www.cisco.com

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

Quick Start Guide for SAML SSO Access

Quick Start Guide for SAML SSO Access Quick Start Guide Quick Start Guide for SAML SSO Access Cisco Unity Connection SAML SSO 2 Introduction 2 Understanding Service Provider and Identity Provider 2 Understanding SAML Protocol 3 SSO Mode 4

More information

Enterprise Chat and Deployment and Maintenance Guide, Release 11.6(1)

Enterprise Chat and  Deployment and Maintenance Guide, Release 11.6(1) Enterprise Chat and Email Deployment and Maintenance Guide, Release 11.6(1) For Unified Contact Center Enterprise First Published: August 2017 Last Modified: October 2017 Americas Headquarters Cisco Systems,

More information

Liferay Security Features Overview. How Liferay Approaches Security

Liferay Security Features Overview. How Liferay Approaches Security Liferay Security Features Overview How Liferay Approaches Security Table of Contents Executive Summary.......................................... 1 Transport Security............................................

More information

Cisco Jabber Guest. BRKUCC Extend the Reach of Your Cisco Video Solution with Cisco Jabber Guest. Darin Dunlap Senior Product Manager, CTG

Cisco Jabber Guest. BRKUCC Extend the Reach of Your Cisco Video Solution with Cisco Jabber Guest. Darin Dunlap Senior Product Manager, CTG Cisco Jabber Guest - Extend the Reach of Your Cisco Video Solution with Cisco Jabber Guest Darin Dunlap Senior Product Manager, CTG Disclaimer The Cisco products, service or features identified in this

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

akkadian Provisioning Manager Express

akkadian Provisioning Manager Express akkadian Provisioning Manager Express Version 4.10.08 Release Notes July 11 th, 2017 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2017 Akkadian Labs, LLC. All rights

More information

Configure the Identity Provider for Cisco Identity Service to enable SSO

Configure the Identity Provider for Cisco Identity Service to enable SSO Configure the Identity Provider for Cisco Identity Service to enable SSO Contents Introduction Prerequisites Requirements Components Used Background Information Overview of SSO Configuration Overview Configure

More information

CA SiteMinder Federation

CA SiteMinder Federation CA SiteMinder Federation Legacy Federation Guide 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Inside Symantec O 3. Sergi Isasi. Senior Manager, Product Management. SR B30 - Inside Symantec O3 1

Inside Symantec O 3. Sergi Isasi. Senior Manager, Product Management. SR B30 - Inside Symantec O3 1 Inside Symantec O 3 Sergi Isasi Senior Manager, Product Management SR B30 - Inside Symantec O3 1 Agenda 2 Cloud: Opportunity And Challenge Cloud Private Cloud We should embrace the Cloud to respond to

More information

Unified Communications Mobile and Remote Access via Cisco VCS

Unified Communications Mobile and Remote Access via Cisco VCS Unified Communications Mobile and Remote Access via Cisco VCS Deployment Guide Cisco VCS X8.5.2 Cisco Unified CM 9.1(2)SU1 or later April 2015 Contents Mobile and remote access overview 5 Jabber client

More information

CLI users are not listed on the Cisco Prime Collaboration User Management page.

CLI users are not listed on the Cisco Prime Collaboration User Management page. Cisco Prime Collaboration supports creation of user roles. A user can be assigned the Super Administrator role. A Super Administrator can perform tasks that both system administrator and network administrator

More information

Unified Communications Mobile and Remote Access via Cisco Expressway

Unified Communications Mobile and Remote Access via Cisco Expressway Unified Communications Mobile and Remote Access via Cisco Expressway Deployment Guide Cisco Expressway X8.5.3 Cisco Unified CM 9.1(2)SU1 or later June 2015 Contents Mobile and remote access overview 5

More information

ArcGIS Enterprise Security: Advanced. Gregory Ponto & Jeff Smith

ArcGIS Enterprise Security: Advanced. Gregory Ponto & Jeff Smith Enterprise Security: Advanced Gregory Ponto & Jeff Smith Agenda Focus: Security best practices for Enterprise Server Portal for 10.5.x Features Strongly Recommend: Knowledge of Server and Portal for Security

More information

VRF, MPLS and MP-BGP Fundamentals

VRF, MPLS and MP-BGP Fundamentals VRF, MPLS and MP-BGP Fundamentals Jason Gooley, CCIEx2 (RS, SP) #38759 Twitter: @ccie38759 LinkedIn: http://www.linkedin.com/in/jgooley Agenda Introduction to Virtualization VRF-Lite MPLS & BGP Free Core

More information

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29 Oracle Access Manager Configuration Guide 16 R1 March 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 8 Installing Oracle HTTP Server...

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. PingIdentity PingFederate 8 RSA SECURID ACCESS Implementation Guide PingIdentity John Sammon & Gina Salvalzo, RSA Partner Engineering Last Modified: February 27 th, 2018 Solution Summary Ping Identity

More information

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server... Oracle Access Manager Configuration Guide for On-Premises Version 17 October 2017 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing

More information

CloudCenter for Developers

CloudCenter for Developers DEVNET-1198 CloudCenter for Developers Conor Murphy, Systems Engineer Data Centre Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find this session in the

More information

VMware Horizon Cloud Service on Microsoft Azure Administration Guide

VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service on Microsoft Azure Administration Guide VMware Horizon Cloud Service VMware Horizon Cloud Service on Microsoft Azure 1.4 You can find the most up-to-date technical documentation

More information

Oracle Access Manager Configuration Guide

Oracle Access Manager Configuration Guide Oracle Access Manager Configuration Guide 16 R2 September 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

More information

AUCCE2: Administering Cisco Unified Contact Center Enterprise Part 2, v10.x

AUCCE2: Administering Cisco Unified Contact Center Enterprise Part 2, v10.x AUCCE2: Administering Cisco Unified Contact Center Enterprise Part 2, v10.x Description Administering Cisco Unified Contact Center Enterprise Part 2 (AUCCE2) is a 5 day instructor-led course for system

More information

BrainDumps q. Cisco Cisco WebEx Solutions Design and Implementation

BrainDumps q. Cisco Cisco WebEx Solutions Design and Implementation BrainDumps.648-232.40q Number: 648-232 Passing Score: 800 Time Limit: 120 min File Version: 6.0 Cisco 648-232 Cisco WebEx Solutions Design and Implementation 1. I was delighted when I saw that I had passed

More information

Release Notes for Cisco Finesse Release 9.0(1)

Release Notes for Cisco Finesse Release 9.0(1) These release notes provide the following information. You might need to notify your users about some of the information provided in this document. Introduction, page 1 Hardware and Software Specifications

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.5.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

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

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme SAAM2291BE Securing Access and Protecting Information in Office 365 with Workspace ONE Camilo Lotero Senior Technical Marketing Manager Adarsh Kesari Senior Systems Engineer #VMworld #SAAM2291BE Disclaimer

More information

Unified Communications Manager Version 10.5 SAML SSO Configuration Example

Unified Communications Manager Version 10.5 SAML SSO Configuration Example Unified Communications Manager Version 10.5 SAML SSO Configuration Example Contents Introduction Prerequisites Requirements Network Time Protocol (NTP) Setup Domain Name Server (DNS) Setup Components Used

More information

Set Up Certificate Validation

Set Up Certificate Validation About Certificate Validation, on page 1 About Certificate Validation On-Premises Servers Cisco Jabber uses certificate validation to establish secure connections with servers. When attempting to establish

More information

Certificates for Live Data Standalone

Certificates for Live Data Standalone Certificates and Secure Communications, on page 1 Export Self-Signed Live Data Certificates, on page 2 Import Self-Signed Live Data Certificates, on page 3 Produce Certificate Internally, on page 4 Deploy

More information

DATACENTER MANAGEMENT Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz

DATACENTER MANAGEMENT Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz Goodbye ADFS, Hello Modern Authentication! Osman Akagunduz Osman Akagunduz Consultant @ InSpark Microsoft Country Partner Of The Year Twitter: @Osman_Akagunduz What s in this session The role of Azure

More information

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr)

Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Multi-Cloud and Application Centric Modeling, Deployment and Management with Cisco CloudCenter (CliQr) Jeremy Oakey - Sr. Director, Technical Marketing & Integrations BRKCLD-2008 Agenda Introduction Architecture

More information

Office 365 and Azure Active Directory Identities In-depth

Office 365 and Azure Active Directory Identities In-depth Office 365 and Azure Active Directory Identities In-depth Jethro Seghers Program Director SkySync #ITDEVCONNECTIONS ITDEVCONNECTIONS.COM Agenda Introduction Identities Different forms of authentication

More information

Cisco Unified Presence 8.0

Cisco Unified Presence 8.0 Cisco Unified Presence 8.0 Cisco Unified Communications Solutions unify voice, video, data, and mobile applications on fixed and mobile networks, enabling easy collaboration every time from any workspace.

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

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2

Deploying VMware Identity Manager in the DMZ. JULY 2018 VMware Identity Manager 3.2 Deploying VMware Identity Manager in the DMZ JULY 2018 VMware Identity Manager 3.2 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

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

ForgeRock Access Management Core Concepts AM-400 Course Description. Revision B

ForgeRock Access Management Core Concepts AM-400 Course Description. Revision B ForgeRock Access Management Core Concepts AM-400 Course Description Revision B ForgeRock Access Management Core Concepts AM-400 Description This structured course comprises a mix of instructor-led lessons

More information

Push Notifications (On-Premises Deployments)

Push Notifications (On-Premises Deployments) Push Notifications Overview, page 1 Push Notifications Prerequisites, page 5 Push Notifications Configuration Task Flow, page 6 Push Notifications Troubleshooting, page 15 Push Notifications Interactions

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

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

Polycom RealPresence Access Director System

Polycom RealPresence Access Director System Release Notes Polycom RealPresence Access Director System 4.0 June 2014 3725-78700-001D Polycom announces the release of the Polycom RealPresence Access Director system, version 4.0. This document provides

More information

Quick Start Guide for SAML SSO Access

Quick Start Guide for SAML SSO Access Standalone Doc - Quick Start Guide Quick Start Guide for SAML SSO Access Cisco Unity Connection SAML SSO 2 Introduction 2 Understanding Service Provider and Identity Provider 3 Understanding SAML Protocol

More information

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3

Deploying VMware Identity Manager in the DMZ. SEPT 2018 VMware Identity Manager 3.3 Deploying VMware Identity Manager in the DMZ SEPT 2018 VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information