Advanced PDS Topics. Andrew Walsh Team Lead, NA Primo Support Teams

Size: px
Start display at page:

Download "Advanced PDS Topics. Andrew Walsh Team Lead, NA Primo Support Teams"

Transcription

1 Advanced PDS Topics Andrew Walsh Team Lead, NA Primo Support Teams 1

2 Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or used with permission by Ex Libris Ltd. The information may not be distributed, modified, displayed, reproduced in whole or in part without the prior written permission of Ex Libris Ltd. TRADEMARKS Ex Libris, the Ex Libris logo, Aleph, Alma, SFX, SFXIT, MetaLib, DigiTool, Verde, Primo, Voyager, MetaSearch, MetaIndex and other Ex Libris products and services referenced herein are trademarks of Ex Libris, and may be registered in certain jurisdictions. All other product names, company names, marks and logos referenced may be trademarks of their respective owners. DISCLAIMER The information contained in this document is compiled from various sources and provided on an "AS IS" basis for general information purposes only without any representations, conditions or warranties whether express or implied, including any implied warranties of satisfactory quality, completeness, accuracy or fitness for a particular purpose. Ex Libris, its subsidiaries and related corporations ("Ex Libris Group") disclaim any and all liability for all use of this information, including losses, damages, claims or expenses any person may incur as a result of the use of this information, even if advised of the possibility of such loss or damage. Ex Libris Ltd.,

3 Agenda 3

4 Introduction Who am I? 4

5 A Quote 5

6 Agenda 6

7 General Notes It s Just Perl If you can do it in Perl All responses are in XML PDS does not decide It only provides information Applications use the information to decide Sessions Application Sessions PDS Sessions Any connection is done by the Application R.T.F.M. Constant improvements to the documentation For example, the diagram on page 15 (January 2015) 7

8 PDS Versioning Application PDS 1.3 PDS 2.0 PDS 2.1 Primo All Aleph Voyager * MetaLib Rosetta All DigiTool * 8

9 Agenda 9

10 General Notes on CAS Remote Login Only PDS redirects the user to an external system The external system is a CAS protected version of PDS Only uses [LOAD_LOGIN] (i.e. the send away service) Patron Information must come from another source CAS handled by Apache ExLibris provides an Apache Perl Module The Apache Perl Module restricts access unless provided CAS tickets Sessions Application Sessions PDS Sessions PDS Sessions CAS Sessions CAS sessions are kept in an Oracle table Logout CAS sessions can only be removed by Apache After logout from CAS you must return to PDS 10

11 PDS Flow CAS High Level New Application Session Send user to PDS for SSO check <<SSO>> User returns from SSO check User returns from PDS with a PDS Session <<LOAD_LOGIN>> User sent to PDS for Login User clicks Login Application requests Patron Information from PDS <<BOR_INFO>> Application gets Patron Information Authenticated Application Session with Patron Information 11

12 PDS Flow CAS Login CAS data from Apache? Apache CAS session in Oracle? YES NO YES NO Create PDS Session Redirect to CAS protected PDS Add ID to Apache data Direct user to CAS Pass request to PDS Save CAS session in Oracle Save ID from Apache Apache CAS session in Oracle? Add ID to Apache data Return PDS_HANDLE Pass request to PDS 12

13 PDS Flow CAS SSO CAS data from Apache? Direct user to CAS for SSO YES NO Signed in to CAS? Create PDS Session Redirect to CAS protected PDS NO YES Save ID from Apache Apache CAS session in Oracle? Return PDS_HANDLE YES NO Pass request to PDS Save CAS session in Oracle Add ID to Apache data Direct user to CAS for SSO Return as Guest Add ID to Apache data Pass request to PDS Pass request to PDS 13

14 PDS Flow CAS Logout Logout Request Redirect to [REMOTE_LOGOUT] Destroy CAS cookie CAS completes logout Apache passes the logout request to PDS Apache removes the CAS session from Oracle CAS redirects back to CAS protected PDS PDS destroys the PDS session User redirected back to calling application / [REDIRECT_LOGOUT] 14

15 Agenda 15

16 General Notes on Shibboleth Remote Login AND Patron Information PDS redirects the user to an external system The external system is a Shibboleth protected version of PDS Only uses [LOAD_LOGIN] (i.e. the send away service) Handled by Apache & Shibboleth Shibboleth software must be installed on the server The Shibboleth software restricts access unless authenticated Sessions Application Sessions PDS Sessions PDS Sessions Shibboleth Sessions Logout Shibboleth sessions can only be removed by Apache After logout from Shibboleth you must return to PDS 16

17 PDS Flow Shibboleth High Level New Application Session Send user to PDS for SSO check <<SSO>> User returns from SSO check User returns from PDS with a PDS Session <<LOAD_LOGIN>> User sent to PDS for Login User clicks Login Application requests Patron Information from PDS <<BOR_INFO>> Application gets Patron Information Authenticated Application Session with Patron Information 17

18 PDS Flow Shibboleth Login Shibboleth data from Apache? Apache Shibboleth session? YES NO YES NO Create PDS Session Redirect to Shibboleth protected PDS Add Patron Data to Apache Pass request to PDS Direct user to Shibboleth Save Shibboleth session Save Patron Data from Apache Apache Shibboleth session? Add Patron Data to Apache Return PDS_HANDLE Pass request to PDS 18

19 PDS Flow Shibboleth SSO Shibboleth data from Apache? Direct user to Shibboleth for SSO YES NO Signed in to Shibboleth? Create PDS Session Redirect to Shibboleth protected PDS YES NO Save Patron Data from Apache Apache Shibboleth session? Return PDS_HANDLE YES NO Pass request to PDS Save Shibboleth session Add Patron Data to Apache Direct user to Shibboleth for SSO Return as Guest Add Patron Data to Apache Pass request to PDS Pass request to PDS 19

20 PDS Flow Shibboleth Logout Logout Request Redirect to [REMOTE_LOGOUT] Destroy Shibboleth cookie Shibboleth completes logout Apache passes the logout request to PDS Shibboleth session removed Shibboleth redirects back to protected PDS PDS destroys the PDS session User redirected back to calling application / [REDIRECT_LOGOUT] 20

21 Agenda 21

22 PDS on Port 80 & Port 443 Not recommended Apache must be reconfigured to run as root Start/stop requires root-level access Solution Use ports 8991 and 1443 Map 80 and 443 to these high ports IP Tables Network Firewall or Load Balancer Double check how PDS and your Application call PDS 22

23 Port Collision One process = One port Port 80 cannot be shared Ports are specific to an IP Address Solutions SSL Second IP address (with DNS name) Layer-7 aware device 23

24 Port Collision Solutions SSL Application uses port 80 (mapped to its port) PDS uses port 443 (mapped to port 1443) Second IP address (with DNS name) Application uses :80 PDS uses :80 Update PDS & Application with the new DNS name Layer-7 aware device Examines HTTP request Routes request based on incoming URL Approved but not Supported 24

25 A word on mod-jk, Primo, & PDS History Originally setup & recommended mod-jk Ran Apache on port 80 Redirected requests to Primo or PDS based on URL Problems Poor Performance Unusual errors Down Systems 25

26 mod-jk is NOT approved & NOT supported 26

27 Agenda 27

28 Traditional Setup (PDS 1.3) Overview PDS runs on a single machine All Applications point to that machine Benefits Supported for all versions of PDS Centralized customization Can be configured manually (i.e. no PDS Wizard) No Multiple Domain problem Disadvantages Single point of failure Must move PDS to use a new version with an application No High Availability Patrons must re-authenticate following failure 28

29 PDS 1.3 Topology Rosetta PDS Software PDS Configuration Primo PDS Software PDS Configuration Aleph PDS Software PDS Configuration 29

30 High Availability Setup (PDS 2.0) Overview PDS runs on each Application machine All PDS configuration is in Oracle All PDS sessions are in Oracle Benefits High Availability Applications use their own version of PDS Simpler Networking Single point of failure move to Oracle Easier integration of new Applications Disadvantages Single point of failure moved to Oracle Must use PDS Configuration Wizard Customizations must be repeated on each server Multiple Domains Issue Collating logs across several servers 30

31 PDS 2.0 Topology Rosetta Primo PDS Software PDS Configuration PDS Software PDS Configuration Aleph PDS Software PDS Configuration PDS Configuration PDS Sessions Oracle Database 31

32 Agenda 32

33 Levels of HTML Customization 33

34 Customization Tricks Use Multiple Institutes for multiple login methods All HTML pages can be customized This includes those used for redirects Add or remove a cookie Add links to other login methods (i.e. another Institute) All Service Programs can be customized Change how requests are made Alter data received before mapping This is the only way to delete unwanted data Use Mapping to customize the data Mapping never deletes any data New elements can be created conditionally or unconditionally 34

35 Agenda 35

36 Additional Notes Upgrades CAS & Shibboleth configurations may not be preserved Redo the CAS or Shibboleth setup following major upgrades Multiple Domains (2.0 Topology) PDS Sessions are tied to the PDS server Therefore they are tied to a domain name SSO across domains requires PDS have a single domain Multiple PDS Institute Codes Define a default institution Ensure a PDS Institute Code exists only once Use Mapping instead of multiple PDS Institute Codes 36

37 Agenda 37

38 Resources Patron Directory Services Guide Patron Directory Services Upgrade Guide Application specific documentation 38

39 Thank You! Thank You! 39

Normalization Rules 1

Normalization Rules 1 Normalization Rules 1 Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or used with permission by Ex Libris Ltd. The information

More information

Primo Best Practices. Andrew Walsh Team Lead, NA Primo Support Teams

Primo Best Practices. Andrew Walsh Team Lead, NA Primo Support Teams 1 Primo Best Practices Andrew Walsh Team Lead, NA Primo Support Teams andrew.walsh@exlibrisgroup.com Copyright Statement 2 All of the information and material inclusive of text, images, logos, product

More information

Voyager Server Administration. Jesse Jensen Voyager Technical Team Lead

Voyager Server Administration. Jesse Jensen Voyager Technical Team Lead Voyager Server Administration Jesse Jensen Voyager Technical Team Lead jesse.jensen@exlibrisgroup.com 1 Copyright Statement All of the information and material inclusive of text, images, logos, product

More information

System Administration: Cause and Effect: Cataloging. Donna Smith Training & Implementation Consultant

System Administration: Cause and Effect: Cataloging. Donna Smith Training & Implementation Consultant 1 System Administration: Cause and Effect: Cataloging Donna Smith Training & Implementation Consultant Donna.Smith@exlibrisgroup.com Copyright Statement 2 All of the information and material inclusive

More information

Patron Directory Services Guide. Versions 1.3 & 2.x

Patron Directory Services Guide. Versions 1.3 & 2.x Patron Directory Services Guide Versions 1.3 & 2.x CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in

More information

Opening Your Content to Metasearch Services: The Bepress and Ex Libris Experience. Karen Groves MetaLib Product Manager

Opening Your Content to Metasearch Services: The Bepress and Ex Libris Experience. Karen Groves MetaLib Product Manager Opening Your Content to Metasearch Services: The Bepress and Ex Libris Experience Karen Groves MetaLib Product Manager Copyright Statement All of the information and material inclusive of text, images,

More information

MetaLib+ Configuration Guide. Version 1.0

MetaLib+ Configuration Guide. Version 1.0 Version 1.0 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU HAVE

More information

Rosetta 5.4 Service Pack Installation Guide

Rosetta 5.4 Service Pack Installation Guide Rosetta 5.4 Service Pack Installation Guide CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO

More information

Dawson Shelf Ready Best Practices

Dawson Shelf Ready Best Practices Dawson Shelf Ready Best Practices CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS

More information

SMS Proxy User s Guide

SMS Proxy User s Guide SMS Proxy User s Guide CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU HAVE

More information

CA Single Sign-On and LDAP/AD integration

CA Single Sign-On and LDAP/AD integration CA Single Sign-On and LDAP/AD integration CA Single Sign-On and LDAP/AD integration Legal notice Copyright 2017 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED

More information

Requirements for Rosetta Installation. Version 5.x

Requirements for Rosetta Installation. Version 5.x Requirements for Rosetta Installation Version 5.x CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

Staff User s Guide Task Manager. Version 22

Staff User s Guide Task Manager. Version 22 Staff User s Guide Task Manager Version 22 CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT

More information

Voyager ILL 6.5 Release Notes

Voyager ILL 6.5 Release Notes Voyager ILL 6.5 Release Notes CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS

More information

Requirements To complete this exercise, you will need to have a Super Admin or Admin level password to your configured Primo Sandbox Environment.

Requirements To complete this exercise, you will need to have a Super Admin or Admin level password to your configured Primo Sandbox Environment. Primo Administration Administrative Structure Hands-on Exercise Learning Objectives To log into the Primo Back Office and review your institutional settings and libraries. By the end of this exercise,

More information

How to Install Oracle Database 10g

How to Install Oracle Database 10g How to Install Oracle Database 10g CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY

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

System Librarian s Guide Task Manager. Version 23

System Librarian s Guide Task Manager. Version 23 System Librarian s Guide Task Manager Version 23 CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss.

More information

How to Convert Aleph GUI Help Files from WinHelp to HTMLHelp

How to Convert Aleph GUI Help Files from WinHelp to HTMLHelp How to Convert Aleph GUI Help Files from WinHelp to HTMLHelp CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

Requirements for ALEPH 500 Installation

Requirements for ALEPH 500 Installation PROJECT DOCUMENTATION Requirements for ALEPH 500 Installation Ltd., 2002, 2003 Last Update: July 31, 2003 Table of Contents 1. SERVER HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.1 Server...3 1.2 Filesystem

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

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

What You Need to Know About Addressing GDPR Data Subject Rights in Pivot

What You Need to Know About Addressing GDPR Data Subject Rights in Pivot What You Need to Know About Addressing GDPR Data Subject Rights in Pivot Not Legal Advice This document is provided for informational purposes only and must not be interpreted as legal advice or opinion.

More information

Primo Product Working Group Q&A Session. IGeLU 2011 Haifa

Primo Product Working Group Q&A Session. IGeLU 2011 Haifa Primo Product Working Group Q&A Session IGeLU 2011 Haifa 1 Question 1 Does the PRIMO development plan include accessing external semantic-web resources to enrich queries? For example, use of the VIAF (Virtual

More information

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT

How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT How to Configure SSL VPN Portal for Forcepoint NGFW TECHNICAL DOCUMENT Ta Table of Contents Table of Contents TA TABLE OF CONTENTS 1 TABLE OF CONTENTS 1 BACKGROUND 2 CONFIGURATION STEPS 2 Create a SSL

More information

Requirements for Aleph Installation. Version 23

Requirements for Aleph Installation. Version 23 Requirements for Aleph Installation Version 23 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

TIPS AND TRICKS. Johan Olivier SECURITY

TIPS AND TRICKS. Johan Olivier SECURITY TIPS AND TRICKS Johan Olivier SECURITY Desktop JRE versions - Back office application Integrator 3 (FMW Forms 11GR2) JRE 1.6 and 1.7 Upgrade to JRE 1.8 The server must be on Java patch level 1.7 Integrator

More information

Open Source in Real Life

Open Source in Real Life Israel JBoss User Group Session 02 / 5.6.2006 Open Source in Real Life By : Guy Ben-Porat, Digitool Team Leader Ex Libris Hosted by Tikal. w w w. t i k a l k. c o m Cost-Benefit Open Source One Slide about

More information

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book]

Nimsoft Service Desk. Single Sign-On Configuration Guide. [assign the version number for your book] Nimsoft Service Desk Single Sign-On Configuration Guide [assign the version number for your book] Legal Notices Copyright 2012, CA. All rights reserved. Warranty The material contained in this document

More information

Avoka Transact Reference Architectures. Version 4.0

Avoka Transact Reference Architectures. Version 4.0 Avoka Transact Reference Architectures Version 4.0 COPYRIGHT NOTICE Copyright 2014 - Avoka Technologies Pty Ltd. All Rights Reserved. No parts of this work may be reproduced in any form or by any means

More information

Global Data Change. Version 8.2

Global Data Change. Version 8.2 Version 8.2 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO NOT COPY UNLESS YOU HAVE

More information

METALIB VERSION 4 How to Remove MetaLib Version 3

METALIB VERSION 4 How to Remove MetaLib Version 3 METALIB VERSION 4 How to Remove MetaLib Version 3 Last Update: July 29, 2007 Document Version 1.0 Code:M-ver3.0-HTRM CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or

More information

Supporting Your Voyager Server. Managing your Voyager System Series

Supporting Your Voyager Server. Managing your Voyager System Series Supporting Your Voyager Server Managing your Voyager System Series Copyright Statement All of the information and material inclusive of text, images, logos, product names is either the property of, or

More information

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On

Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Oracle Utilities Opower Energy Efficiency Web Portal - Classic Single Sign-On Configuration Guide E84772-01 Last Update: Monday, October 09, 2017 Oracle Utilities Opower Energy Efficiency Web Portal -

More information

SecureAware Technical Whitepaper

SecureAware Technical Whitepaper SecureAware Technical Whitepaper - requirements and specifications Applies to SecureAware version 4.x Document date: January 2015 About this document This whitepaper provides a detailed overview of the

More information

The specifications and information in this document are subject to change without notice. Companies, names, and data used

The specifications and information in this document are subject to change without notice. Companies, names, and data used WEBADM PUBLISHING PROXY The specifications and information in this document are subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise noted.

More information

Quick Start for Coders and Approvers

Quick Start for Coders and Approvers Quick Start for Coders and Approvers Oracle Health Sciences Central Coding Release 3.1 Part Number: E69161-01 Copyright 2009, 2016, Oracle and/or its affiliates. All rights reserved. This software and

More information

CA CloudMinder. SSO Partnership Federation Guide 1.51

CA CloudMinder. SSO Partnership Federation Guide 1.51 CA CloudMinder SSO Partnership Federation Guide 1.51 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

Using Your Own Authentication System with ArcGIS Online. Cameron Kroeker and Gary Lee

Using Your Own Authentication System with ArcGIS Online. Cameron Kroeker and Gary Lee Using Your Own Authentication System with ArcGIS Online Cameron Kroeker and Gary Lee Agenda ArcGIS Platform Structure What is SAML? Meet the Players Relationships Are All About Trust What Happens During

More information

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51

CA SSO. Agent for Oracle PeopleSoft Release Notes. r12.51 CA SSO Agent for Oracle PeopleSoft Release Notes r12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

Getting Started with VMware View View 3.1

Getting Started with VMware View View 3.1 Technical Note Getting Started with VMware View View 3.1 This guide provides an overview of how to install View Manager components and provision virtual desktops. Additional View Manager documentation

More information

StorageGRID Webscale NAS Bridge Management API Guide

StorageGRID Webscale NAS Bridge Management API Guide StorageGRID Webscale NAS Bridge 2.0.3 Management API Guide January 2018 215-12414_B0 doccomments@netapp.com Table of Contents 3 Contents Understanding the NAS Bridge management API... 4 RESTful web services

More information

Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues.

Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues. Access Manager 3.2 Service Pack 2 IR1 Readme September 2013 Access Manager 3.2 Service Pack 2 IR1 resolves several previous issues. Many of these improvements were made in direct response to suggestions

More information

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011

Installation Instructions: Oracle XML DB XFILES Demonstration. An Oracle White Paper: November 2011 An Oracle White Paper: November 2011 Installation Instructions: Oracle XML DB XFILES Demonstration Table of Contents Installation Instructions: Oracle XML DB XFILES Demonstration... 1 Executive Overview...

More information

Oracle Learn Cloud. What s New in Release 15B

Oracle Learn Cloud. What s New in Release 15B Oracle Learn Cloud What s New in Release 15B 10 July 2015 TABLE OF CONTENTS OVERVIEW... 3 RELEASE FEATURE SUMMARY... 3 BI REPORTING BETA CUSTOM REPORTING CAPABILITIES... 5 Terminology... 5 New User Permission...

More information

October 14, SAML 2 Quick Start Guide

October 14, SAML 2 Quick Start Guide October 14, 2017 Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

CA SiteMinder Federation

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

More information

Polycom RealPresence Media Manager

Polycom RealPresence Media Manager RELEASE NOTES Software 6.0.5.1 February 2013 3725-75300-001 Rev C1 Polycom RealPresence Media Manager 6.0.5.1 About these Release Notes The newest release of Polycom RealPresence Media Manager software,

More information

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015

Oracle Hospitality MICROS Commerce Platform Release Notes Release Part Number: E December 2015 Oracle Hospitality MICROS Commerce Platform Release Notes Release 4.2.1 Part Number: E69448-01 December 2015 Copyright 2010, 2015, Oracle and/or its affiliates. All rights reserved. This software and related

More information

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server.

Contains the Linux Identity Server, the Linux Administration Console, the ESP-enabled SSL VPN Server, and the Traditional SSL VPN Server. NetIQ Access Manager 3.2 IR1 Readme July 2012 This Readme describes the NetIQ Access Manager 3.2 IR1 release. Section 1, Upgrading to Access Manager 3.2 IR1, on page 1 Section 2, Issues Fixed, on page

More information

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2

Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE. Release 9.2 Mitel MiContact Center Enterprise WEB APPLICATIONS CONFIGURATION GUIDE Release 9.2 NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel

More information

Desktop Installation Guide

Desktop Installation Guide Desktop Installation Guide Desktop Installation Guide Legal notice Copyright 2017 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

CA CloudMinder. SSO Partnership Federation Guide 1.53

CA CloudMinder. SSO Partnership Federation Guide 1.53 CA CloudMinder SSO Partnership Federation Guide 1.53 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is

More information

vfire Officer App Server Installation Guide Version 1.3

vfire Officer App Server Installation Guide Version 1.3 vfire Officer App Server Installation Guide Table of Contents Version Details 3 Online Support 3 Copyright 3 About this Document 5 Intended Audience 5 Standards and Conventions 5 vfire Officer App Prerequisites

More information

DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Sharepoint 2007

DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Sharepoint 2007 DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Sharepoint 2007 With IDENTIKEY Server / Axsguard IDENTIFIER Integration Guidelines Disclaimer Disclaimer of Warranties and Limitations

More information

Primo VE - Configuration Overview. 1. Primo VE Configuration Overview. 1.1 Primo VE Overview. Notes:

Primo VE - Configuration Overview. 1. Primo VE Configuration Overview. 1.1 Primo VE Overview. Notes: Primo VE - Configuration Overview 1. Primo VE Configuration Overview 1.1 Primo VE Overview Hello, and welcome to this overview of Primo VE Configuration. 1.2 Agenda In today s session, we ll start with

More information

April Understanding Federated Single Sign-On (SSO) Process

April Understanding Federated Single Sign-On (SSO) Process April 2013 Understanding Federated Single Sign-On (SSO) Process Understanding Federated Single Sign-On Process (SSO) Disclaimer The following is intended to outline our general product direction. It is

More information

New Features in Primavera Professional 15.2

New Features in Primavera Professional 15.2 New Features in Primavera Professional 15.2 COPYRIGHT & TRADEMARKS Copyright 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates.

More information

Oracle Communications Services Gatekeeper

Oracle Communications Services Gatekeeper Oracle Communications Services Gatekeeper Security Guide Release 5.1 E36134-01 June 2013 Oracle Communications Services Gatekeeper Security Guide, Release 5.1 E36134-01 Copyright 2011, 2013, Oracle and/or

More information

Desktop Installation Guide

Desktop Installation Guide Desktop Installation Guide Desktop Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information

Ex Libris Security Incident Response Policy

Ex Libris Security Incident Response Policy Ex Libris Security Incident Response Policy 2 CONFIDENTIAL INFORMATION The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss. DO

More information

One Identity Manager Administration Guide for Connecting to SharePoint

One Identity Manager Administration Guide for Connecting to SharePoint One Identity Manager 8.0.2 Administration Guide for Connecting to Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

Upgrading MYOB BankLink Notes (desktop)

Upgrading MYOB BankLink Notes (desktop) Upgrading MYOB BankLink Notes (desktop) Contents Upgrading MYOB BankLink Notes (desktop)...4 Upgrading MYOB BankLink Notes using the automatic upgrade 4 Upgrading MYOB BankLink Notes when asked to upgrade

More information

Web Applications Installation. version

Web Applications Installation. version version 2017.1 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

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

NetIQ Access Gateway for Cloud 1.0 Release Notes. 1 System Requirements. April 2012

NetIQ Access Gateway for Cloud 1.0 Release Notes. 1 System Requirements. April 2012 NetIQ Access Gateway for Cloud 1.0 Release Notes April 2012 NetIQ Access Gateway for Cloud 1.0 is an appliance that provides a simple, secure way to manage access to Software-as-a-Service (SaaS) applications

More information

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS)

UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) UC for Enterprise (UCE) NEC Centralized Authentication Service (NEC CAS) Installation Guide NEC NEC Corporation October 2010 NDA-30362, Revision 15 Liability Disclaimer NEC Corporation reserves the right

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Planning an Installation of Oracle Fusion Middleware 12c (12.2.1.2) E76887-02 November 2016 Documentation for installers and system administrators that describes how to plan and

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

CA File Master Plus. Release Notes. Version

CA File Master Plus. Release Notes. Version CA File Master Plus Release Notes Version 9.0.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

More information

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide

VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide VeriSign Managed PKI for SSL and Symantec Protection Center Integration Guide The software described in this book is furnished

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authentication for Cisco IPSec VPN For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Polycom RealConnect for Microsoft Teams

Polycom RealConnect for Microsoft Teams DEPLOYMENT GUIDE Polycom RealConnect for Microsoft Teams August 2018 3725-06679-001A Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another

More information

CA SiteMinder Federation Security Services

CA SiteMinder Federation Security Services CA SiteMinder Federation Security Services Federation Endpoint Deployment Guide r6.0 SP 5 Fourth Edition This documentation and any related computer software help programs (hereinafter referred to as the

More information

Resource Management Guide. Version 4.x

Resource Management Guide. Version 4.x Resource Management Guide Version 4.x CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic loss.

More information

IBM Worklight V5.0.6 Getting Started

IBM Worklight V5.0.6 Getting Started IBM Worklight V5.0.6 Getting Started Creating your first Worklight application 17 January 2014 US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract

More information

OAM Integration Kit. Version 3.0. User Guide

OAM Integration Kit. Version 3.0. User Guide OAM Integration Kit Version 3.0 User Guide 2016 Ping Identity Corporation. All rights reserved. PingFederate OAM Integration Kit User Guide Version 3.0 May, 2016 Ping Identity Corporation 1001 17th Street,

More information

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance

Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance An Oracle Technical White Paper March 2014; v2.1 Best Practice Guide for Implementing VMware vcenter Site Recovery Manager 4.x with Oracle ZFS Storage Appliance Introduction... 1 Overview... 2 Prerequisites...

More information

vfire 9.9 Prerequisites Guide Version 1.1

vfire 9.9 Prerequisites Guide Version 1.1 vfire 9.9 Prerequisites Guide Table of Contents Version Details 4 Copyright 4 About this Guide 5 Intended Audience 5 Standards and Conventions 5 Introduction 6 Web Server Requirements 7 Hardware Requirements

More information

Intel Setup and Configuration Service. (Lightweight)

Intel Setup and Configuration Service. (Lightweight) Intel Setup and Configuration Service (Lightweight) Release Notes Version 6.0 (Technology Preview #3) Document Release Date: August 30, 2009 Information in this document is provided in connection with

More information

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer

What s New for Cloud at Customer What's New for the Cloud Services on Oracle Cloud at Customer New Documentation for Oracle Cloud at Customer Oracle Cloud at What's New for Oracle Cloud at Release 18.1.4 E93578-04 October 2018 What s New for Oracle Cloud at This document lists the new features and enhancements added to the Oracle Cloud at and

More information

HTTP 1.1 Web Server and Client

HTTP 1.1 Web Server and Client HTTP 1.1 Web Server and Client Last Updated: October 12, 2011 The HTTP 1.1 Web Server and Client feature provides a consistent interface for users and applications by implementing support for HTTP 1.1

More information

VSP16. Venafi Security Professional 16 Course 04 April 2016

VSP16. Venafi Security Professional 16 Course 04 April 2016 VSP16 Venafi Security Professional 16 Course 04 April 2016 VSP16 Prerequisites Course intended for: IT Professionals who interact with Digital Certificates Also appropriate for: Enterprise Security Officers

More information

Quest vworkspace. What s New. Version 7.5

Quest vworkspace. What s New. Version 7.5 Quest vworkspace What s New Version 7.5 2012 Quest Software, Inc. ALL RIGHTS RESERVED. Patents Pending. This guide contains proprietary information protected by copyright. The software described in this

More information

CA SiteMinder. Federation in Your Enterprise 12.51

CA SiteMinder. Federation in Your Enterprise 12.51 CA SiteMinder Federation in Your Enterprise 12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for

More information

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris

Cluster Server Generic Application Agent Configuration Guide - AIX, Linux, Solaris Cluster Server 7.3.1 Generic Application Agent Configuration Guide - AIX, Linux, Solaris Last updated: 2017-11-04 Legal Notice Copyright 2017 Veritas Technologies LLC. All rights reserved. Veritas and

More information

JCo 3.0 in Web Channel 7.54

JCo 3.0 in Web Channel 7.54 Document Version: 1.0 2016-01-20 Configuration & Migration Help Typographic Conventions Type Style Example Example EXAMPLE Example Example EXAMPLE Description Words or characters quoted from

More information

Message Manager Administrator Guide

Message Manager Administrator Guide Message Manager Administrator Guide Documentation version: 2.0 Legal Notice Legal Notice Copyright 2012 Symantec Corporation. All rights reserved. Symantec and the Symantec Logo are trademarks or registered

More information

SAML SSO Okta Identity Provider 2

SAML SSO Okta Identity Provider 2 SAML SSO Okta Identity Provider SAML SSO Okta Identity Provider 2 Introduction 2 Configure Okta as Identity Provider 2 Enable SAML SSO on Unified Communications Applications 4 Test SSO on Okta 4 Revised:

More information

bx-sfx Configuration Guide bx Version 1.0

bx-sfx Configuration Guide bx Version 1.0 bx-sfx Configuration Guide bx Version 1.0 CONFIDENTIAL INFORMATION DISCLAIMER The information herein is the property of Ex Libris Ltd. or its affiliates and any misuse or abuse will result in economic

More information

JabberNow Release Notes

JabberNow Release Notes JabberNow Release Notes Product Version: JabberNow 1.1 Document Version: A May 2006 Disclaimers Copyright 2006 Jabber, Inc. The information contained in this document is proprietary to Jabber, Inc. This

More information

Web Applications Installation. version 12.17

Web Applications Installation. version 12.17 version 12.17 Disclaimer This document is for informational purposes only and is subject to change without notice. This document and its contents, including the viewpoints, dates and functional content

More information

Moodle. Moodle. Deployment Guide

Moodle. Moodle. Deployment Guide Moodle Deployment Guide VERSION: 6.0 UPDATED: MARCH 2016 Copyright Notices Copyright 2002-2016 KEMP Technologies, Inc.. All rights reserved.. KEMP Technologies and the KEMP Technologies logo are registered

More information

Security Guide Release 4.0

Security Guide Release 4.0 [1]Oracle Communications Session Monitor Security Guide Release 4.0 E89197-01 November 2017 Oracle Communications Session Monitor Security Guide, Release 4.0 E89197-01 Copyright 2017, Oracle and/or its

More information

UPGRADE TO CA PRODUCTIVITY ACCELERATOR V12

UPGRADE TO CA PRODUCTIVITY ACCELERATOR V12 UPGRADE TO CA PRODUCTIVITY ACCELERATOR V12 COPYRIGHT & TRADEMARKS Copyright 1998, 2014, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its

More information

Symantec Validation & ID Protection Service. Integration Guide for Microsoft Outlook Web App

Symantec Validation & ID Protection Service. Integration Guide for Microsoft Outlook Web App Symantec Validation & ID Protection Service Integration Guide for Microsoft Outlook Web App 2 Symantec VIP Integration Guide for Microsoft Outlook Web App The software described in this book is furnished

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5)

opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5) opensap How-to Guide for Exercise Instructor-Led Walkthrough of SAML2 Configuration (Week 4 Unit 5) Table of Contents Configuring SSL on the Frontend Server... 3 Execute SAML 2.0 related configuration...

More information

Configuring SAML-based Single Sign-on for Informatica Web Applications

Configuring SAML-based Single Sign-on for Informatica Web Applications Configuring SAML-based Single Sign-on for Informatica Web Applications Copyright Informatica LLC 2017. Informatica LLC. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica

More information

Cisco IOS HTTP Services Command Reference

Cisco IOS HTTP Services Command Reference Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 THE SPECIFICATIONS AND INFORMATION

More information