esoc SSA DC-I Part 1 - Single Sign-On and Access Management ICD

Size: px
Start display at page:

Download "esoc SSA DC-I Part 1 - Single Sign-On and Access Management ICD"

Transcription

1 esoc European Space Operations Centre Robert-Bosch-Strasse Darmstadt Germany Tel: (49) Fax: (49) SSA DC-I Part 1 - Single Sign-On and Access Management ICD Prepared by Vincenzo Mario Todisco Reference SSA-DC-SW-ICD-0001 Issue 2 Revision 1 Date of Issue 24/8/2012 Status Final Document Type ICD Distribution Daniel Fischer Gaspard Gendreau Gian Maria Pinna Gianpiero Di Girolamo Giulio Maira Serge Moulin Vicente Navarro Fabrizio Giordano

2 Title Issue 2 Revision 1 Author Vincenzo Mario Todisco Approved by Date 24/8/2012 Date Gianpiero Di Girolamo 01/09/2012 Reason for change Issue Revision Date First draft for CDR /02/2011 D1 delivery with application of CDR RIDs /03/2011 Delivery for D /01/2012 Final delivery /08/2012 Issue 1 Revision 0 Reason for change Date Pages Comment First draft for CDR 16/02/2011 all - Page 2/22

3 Issue 1 Revision 1 Reason for change Date Pages Comment DC1_P1_r#37 18/03/ section 4 modified section 6 added Issue 2 Revision 0 Reason for change Date Pages Comment Final decision about SMT 25/01/ and foll. section 5 modified Issue 2 Revision 1 Reason for change Date Pages Comment Format changed according to ESA standard template 24/08/2012 all - Page 3/22

4 Table of Contents 1 Introduction Context Purpose Applicable and Reference Documents Applicable Documents Terms, Definitions and Abbreviated Terms Software Overview Integration with SSA DC-I SSO Example of IDP and Service Provider configuration procedures Authentication method for an existing web application IDP and Service Provider installation and configuration Liferay Integration with OpenAM Knowledge Base Interfaces RESTful interfaces Authentication Logout Token Validation Token Attribute Retrieval OpenAM logout page URL OpenAM log-in interface (MMI) Page 4/22

5 1 INTRODUCTION 1.1 Context As highlighted in [SSA-CS-SW-TN-0001] while several Web Presence elements will be available in the SSA system, a homogeneous concept will be presented to the SSA users community and the general public. Since a number of users will use different applications from more than one segment (i.e. users may be interested in SWE and NEO services/applications), a central identity management system will be deployed. This set-up allows the deployment of a Single Sign-On (SSO) mechanism for the authentication service. Single Sign-On means that a user logs in once and gains access to all system applications (i.e. the precursor services applications and SMT) he is authenticated without being prompted to log in again at each of them. In the context of the SSA DC-1 project a Single Sign-On solution is one of the key architectural components, as it will be used by each of the segment specific web development/portal 1.2 Purpose This Interface Control Document aims at providing guidelines on how third party Web Applications can integrate with SSA DC-I Single Sign-On solution. The document shows how to integrate web applications based on the Apache Web Server, the most widely used in the world, and web applications based on Liferay/Glassfish server. Similar procedures apply for other web servers and application servers. The integration requires the installation of a service provider on the web server hosting the application needed. Furthermore information about the service provider needs to be stored in the central SSO system. The service provider will be responsible for intercepting the user request and redirect to the SSO login form in the case the user is not authenticated. The need for the installation of the service provider justifies the tailoring of the ICD. Such a tailoring consists of a chapter, the fifth, dedicated to the integration with SSA DC-I SSO. Page 5/22

6 2 APPLICABLE AND REFERENCE DOCUMENTS 2.1 Applicable Documents Ref. Document Title Reference AD-001 AD-002 Technical Web Portal High-Level Components Description SSA DC-I Part 1 - ICT Support to Pilot Data Centre Implementation - Statement of Work SSA-CS-SW-TN-0001 SSA-CO-SOW-0001 AD-003 ECSS-E-ST-40C Space Engineering: Software ECSS-E-ST-40C 3 TERMS, DEFINITIONS AND ABBREVIATED TERMS Acronym CMS DC FQDN ICD IDP NEO PEP SMT SP SSA SSO Description Content Management System Data Centre Full Qualified Domain Name Interface Control Document Identity Provider Near Earth Objects Policy Enforcement Point Service Management Tool Service Provider Space Situational Awareness Single Sign On Page 6/22

7 Acronym SWE Description Space Weather Page 7/22

8 4 SOFTWARE OVERVIEW The concept of a centralised SSO and Identity Management solution is shown in the figure below. Third party Web Applications must interact with the centralized system for the initial authentication but have their own access control DB. Figure 4-1 SSA Single Sign On Concept OpenAM is the open source software that will provide the Identity Management System including the authentication mechanism for the entire project. The main goal of the SSA DC-I activity is to implement the architecture shown in the following page. Page 8/22

9 HTTP/HTTPS HTTP/HTTPS OpenAM Interface OpenAM Business/Presentation LDAP Liferay Portal SMT SQLNet SQLNet LDAP Interface Persistence OpenDS Liferay DB (MySQL) MySQL Connector SMT DB (MySQL) MySQL Connector SSA Identity Management System SSA Technical Web Portal SSA Service Management Tool Figure 4-2 SSA Single Sign On System Architecture The main components of the OpenAM architecture are: Directory Service (OpenDS) IDP or Identity Provider (OpenAM) SP or Service Provider (OpenAM Web policy agent) The diagram below shows the processing steps of SSO using session cookies with authorization policy enforced. Page 9/22

10 4-3: Access to protected resource Page 10/22

11 5 INTEGRATION WITH SSA DC-I SSO The basics steps of the integration with the centralized SSO system can be divided in two groups: OpenAM Server (IDP) Configuration Third party Web Server side Configuration. The first group has to be executed by the OpenAM Administrator with the parameters provided by the Third Party application Administrator. The second group has to be executed by the Third Party application Administrator. OpenAM Server (IDP) configuration 1 1. Create users, whose details have been provided by the third party application Administrator 2. Creating Web Policy Agent Profile. The following parameters have to be provided by Third Party application administrator (see section 3.1 IDP Side for an example of detailed procedure): a. Web Agent Name (e.g. webagent) b. Password c. Server URL (e.g. d. Agent URL (e.g Creating an Access Policy. Each policy will apply a set of rules to a set of subjects (users or groups), potentially in a given a set of conditions. These rules can then allow (or deny) access to certain resources held on the web server. a. Access Policy Name (e.g. URLPolicy) Resource to be protected: ( Actions (e.g. Select and allow both GET and POST) 1 For more information please refer to Page 11/22

12 b. Specify which user has access to the early configured Resource Web Server Configuration 2 1. Install a Web Policy Agent onto the web server: a. Download the Web Policy Agent from b. Install the Web Policy Agent (see section 5.1 SP side for a detailed procedure on Apache/Linux environment) 2. Testing: try to access a protected resource on the web server, by going to This should redirect to the login page for OpenAM, with a redirect argument in the address bar for the web server. Log in with the credentials that have the right to view this resource. This should then redirect to the website hosted on the web server. 5.1 Example of IDP and Service Provider configuration procedures Authentication method for an existing web application Here we assume a web application having Apache as frontend. Normally a web application allows a SSO integration having as configuration option the possibility to enable the HTTP Basic Authentication that relies on the mod_auth Apache module. Enabling this authentication method means to declare that the application trusts that the user accessing it has been already authenticated. SSL/TLS could be used in order to provide a security layer. The application recognises the authenticated user because after the authentication against the IDP (OpenAM) a session variable has been set that contains the username of the person accessing the system. The username is known by the application and thus this can apply the authorizations configured in its context. 2 For more information please refer to Page 12/22

13 This concept can be applied to every application and even to every web server container that has the HTTP Basic Authentication functionality IDP and Service Provider installation and configuration In the context of this project we have configured one Service Provider based on apache and in particular the itop ticketing system. This chapter provides the instruction followed to install the OpenAM policy agent and its configuration. The main reference for the documentation is: Requirements It is assumed that the system will be set up in order to fulfil the following requirements: Java 6 installed Apache 2.2 installed Software package apache_v22_linux_agent_3.zip available root password is known OpenAM amadmin password is known OpenAM is up and running Installation/Configuration IDP side 1. Login on the service provider as root 2. Login to OpenAM as amadmin 3. goto Access Control --> Agents 4. Create a new agent into the realm using OpenAM admin tool: a. set agent name (e.g. itopagent) b. set agent password Page 13/22

14 c. set OpenAM service url: (e.g. d. set service provider agent (itop) URL(e.g Click on Create 6. Click on the new agent to open details page 7. Ensure that the SSO Only check is enabled 8. Ensure that FQDN check in Agent configuration Global tab is disabled 9. Ensure that CDSSO in Agent configuration SSO tab is disabled SP side (only the first time) 1. Store the password for the agent just created into /var/tmp/passwd (the password is needed just for the installation of the agent, after the reboot will be deleted) 2. Unzip the software package (apache_linux_agent) under /usr 3. Go into /usr/web-agents/apache22_agent/bin 4. Run./agentadmin --install 5. Specify the apache config folder (e.g. /etc/httpd/conf or /etc/apache2 ) 6. Specify url of the SSO (e.g Specify the service provider url (ex Specify the agent name (itopagent) 9. Specify the path of the file where the password is stored (/var/tmp/passwd) 10. Confirm and proceed with the installation Note: the installation puts an "include" directive into the httpd.conf file pointing to the agent configuration file/s SP side integration of custom application The OpenAM policy agent provides an integrated plug-in that uses the interfaces exposed by the IDP Page 14/22

15 In order to complete the integration of an application having the apache running on the SP as front-end, it is necessary to identify the user authenticated to manage the access to the application functionalities. The policy agent complies with the HTTP Basic authentication, thus filling-in some global variables. The following table summarize the key information to be used for the integration of a custom application. Attribute name REMOTE_USER AUTH_TYPE iplanedirectorypro Description String used as username in the login form OpenSSO fixed value Token id of the current user session The value of the attributes can be retrieved using the following examples for the most common languages: Java: request.getremoteuser() PHP: _SERVER[ REMOTE_USER ] As explained in the following sections the value of the iplanedirectorypro variable can be used to check if the session is valid and to re-initialize the idle time (used to extend current session). 5.2 Liferay Integration with OpenAM The following procedure is specific for web applications developed in Liferay. The procedure is independent from the application server on which Liferay is installed. In our example GlassFish has been used. 1. Login to Liferay with admin account 2. Open the portal control panel 3. Click on "settings" 4. Click on "authentication" 5. Click on "opensso" Page 15/22

16 a. set the login URL (e.g. /group/ssa/home) b. set the logout URL (e.g. u/web/ssa/home) c. set the service URL (e.g. d. set the Screen Name Attribute: [uid] e. set the Address Attribute: [mail] f. set the First Name Attribute: [givenname] g. set the last name Attribute: [sn] h. check the configuration by pressing the button Test OpenSSO Configuration i. if check is OK tick the box Enabled and click on Save button 5.3 Knowledge Base In this section it will be indicate how to trouble-shoot the most frequent problems Issue redirection to IDP does not work or loops continuously Solution Specify the goto parameter into Login URL in Agent configuration OpenAM Services tab and rename the existing goto parameter to goto2 Page 16/22

17 6 INTERFACES This section describes the interfaces design of the software. The following entities participate in messages exchange: The client s browser A proxy client which implements the relevant functionality of a browser to be compatible with OpenAM. The protected resource: which may be an HTML page, a Java servlet, Perl script, or any resource accessed through a URL via the HTTP protocol. No distinction is made with respect to data (static) and service (dynamic) resources. The Service Provider (SP): which operates services accessible via URLs over HTTP and HTTPS The OpenAM Agent: The task of this component is to protect resource URLs where UM-SSO login is required. IDP or OpenAM Authentication Server: It is possible to authenticate to OpenAM using the authentication service 6.1 RESTful interfaces Several RESTful API are available that can perform the following functionalities: Authenticate Logout Token Validation Authorization Token Attribute Retrieval Authentication Page 17/22

18 Initiator: proxy client or client s browser Endpoint: OpenAM IDP It is possible to authenticate to OpenAM using the authentication service. In its most basic form this can be done with a request in the following format: This request returns a token in the format: token.id=aqic5wm2ly4rfckcedfzxgrgvyevbkr-sgbkuemf4cmm5qg.*aajtsqabmde.* In order to authenticate against a different realm or service then the attributes which would normally be included as part of the /UI/Login instead need to be added to a 'uri=' parameter, for example: _name>&service=<authchain> In the case of a failed login, the rest interface may return either a UserNotFound or an InvalidPassword exception. Parameter username password uri Description defines the user to be authenticated defines the password of the user to be authenticated is optional and defines one or more URL parameters, e.g. a different realm or a service/authentication chain Logout Initiator: proxy client or client s browser Endpoint: OpenAM IDP Page 18/22

19 Logout is simply a matter of passing the tokenid to the logout process. This means the logout is done using: SgBkuemF4Cmm5Qg.*AAJTSQABMDE.* which will then invalidate the tokenid, and end the associated session. Parameter tokenid Description that represents the user to be logged-out Token Validation Initiator: proxy client Endpoint: OpenAM IDP To validate tokens is another basic operation that the OpenAM RESTful interface offers. This is offered by the istokenvalid method: SgBkuemF4Cmm5Qg.*AAJTSQABMDE.* This will either return boolean=true, in the case that it is a valid token, or return an HTTP- 401 in the case of a failure. If the returned value is true the idle time of the session is set back to 0 : this feature can be used to extend the current session if not already expired. Parameter tokenid Description represents the user to be validated Token Attribute Retrieval Page 19/22

20 Initiator: proxy client Endpoint: OpenAM IDP The attribute retrieval interface, called attributes, allows all the attributes for a given subjectid token to be retrieved. This request is made up of only the subjectid parameter. An example request would be: SgBkuemF4Cmm5Qg.*AAJTSQABMDE.* Which would retrieve all of the attributes for a user in name-value pairs as shown below: Page 20/22

21 userdetails.token.id=aqic5wm2ly4sfczjtktqsebe931z82m-sa-dtlpmeb3e5cy.*aajtsqacmde.* userdetails.attribute.name=uid userdetails.attribute.value=user2 userdetails.attribute.name=userpassword userdetails.attribute.value={ssha}zad+/pkjkkrhc/u/vyjdwapvot5hquisahw7qw== userdetails.attribute.name=sn userdetails.attribute.value=two userdetails.attribute.name=cn userdetails.attribute.value=user2 userdetails.attribute.name=entrydn userdetails.attribute.value=uid=user2,ou=people,dc=example,dc=com userdetails.attribute.name=givenname userdetails.attribute.value=user userdetails.attribute.name=inetuserstatus userdetails.attribute.value=active userdetails.attribute.name=dn userdetails.attribute.value=uid=user2,ou=people,dc=example,dc=com userdetails.attribute.name=objectclass userdetails.attribute.value=organizationalperson userdetails.attribute.value=person userdetails.attribute.value=sunidentityserverlibertyppservice userdetails.attribute.value=inetorgperson userdetails.attribute.value=sunfederationmanagerdatastore userdetails.attribute.value=inetuser userdetails.attribute.value=iplanetpreferences userdetails.attribute.value=iplanet-am-managed-person userdetails.attribute.value=iplanet-am-user-service userdetails.attribute.value=sunfmsaml2nameidentifier userdetails.attribute.value=top Parameter Description subjectid represents the user for which attributes have to be retrieved 6.2 OpenAM logout page URL In addition to the Logout RESTful interface in order to logout from the OpenAM session a logout page URL is available: Page 21/22

22 The logout button of the Third Party application can refer to this URL in order to logout. An example of logout link: <a href=" class="button">logout</a> 6.3 OpenAM log-in interface (MMI) In its basic form the MMI login Interface is as shown in the following picture. The basic authentication requires only User Name and Password. 6-1: MMI login Interface Page 22/22

esoc SSA DC-I Part 1 - System Administration & Operations Manual Administrator and User Manual

esoc SSA DC-I Part 1 - System Administration & Operations Manual Administrator and User Manual esoc European Space Operations Centre Robert-Bosch-Strasse 5 64293 Darmstadt Germany Tel: (49)615190-0 Fax: (49)615190485 www.esa.int SSA DC-I Part 1 - System Administration & Operations Manual Administrator

More information

Egnyte Single Sign-On (SSO) Installation for OneLogin

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

More information

Configuration Guide. BES12 Cloud

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

More information

OpenAM. 1 open source 1 community experience distilled. Single Sign-On (SSO) tool for securing your web. applications in a fast and easy way

OpenAM. 1 open source 1 community experience distilled. Single Sign-On (SSO) tool for securing your web. applications in a fast and easy way OpenAM Written and tested with OpenAM Snapshot 9 the Single Sign-On (SSO) tool for securing your web applications in a fast and easy way Indira Thangasamy [ PUBLISHING 1 open source 1 community experience

More information

Configure Single Sign on Between Domino and WPS

Configure Single Sign on Between Domino and WPS Configure Single Sign on Between Domino and WPS What we are doing here? Ok now we have the WPS server configured and running with Domino as the LDAP directory. Now we are going to configure Single Sign

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on

More information

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite Abstract This white paper outlines the deployment and configuration of a Single Sign-On solution for EMC Documentum

More information

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE

INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE INUVIKA OPEN VIRTUAL DESKTOP ENTERPRISE SAML 2.0 CONFIGURATION GUIDE Roy Heaton David Pham-Van Version 1.1 Published March 23, 2015 This document describes how to configure OVD to use SAML 2.0 for user

More information

Expresso Quick Install

Expresso Quick Install Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before

More information

SchoolBooking SSO Integration Guide

SchoolBooking SSO Integration Guide SchoolBooking SSO Integration Guide Before you start This guide has been written to help you configure SchoolBooking to operate with SSO (Single Sign on) Please treat this document as a reference guide,

More information

PingFederate. Salesforce Connector. Quick Connection Guide. Version 4.1

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

More information

WebNow Single Sign-On Solutions

WebNow Single Sign-On Solutions WebNow Single Sign-On Solutions Technical Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: June 2015 2012 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

More information

Apache Server Implementation Guide

Apache Server Implementation Guide Apache Server Implementation Guide 340 March Road Suite 600 Kanata, Ontario, Canada K2K 2E4 Tel: +1-613-599-2441 Fax: +1-613-599-2442 International Voice: +1-613-599-2441 North America Toll Free: 1-800-307-7042

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

Perceptive Experience Single Sign-On Solutions

Perceptive Experience Single Sign-On Solutions Perceptive Experience Single Sign-On Solutions Technical Guide Version: 2.x Written by: Product Knowledge, R&D Date: January 2016 2016 Lexmark International Technology, S.A. All rights reserved. Lexmark

More information

Siteminder Integration Guide

Siteminder Integration Guide Integrating Siteminder with SA SA - Siteminder Integration Guide Abstract The Junos Pulse Secure Access (SA) platform supports the Netegrity Siteminder authentication and authorization server along with

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference

Architecture and Data Flow Overview. BlackBerry Enterprise Service 10 721-08877-123 Version: 10.2. Quick Reference Architecture and Data Flow Overview BlackBerry Enterprise Service 10 721-08877-123 Version: Quick Reference Published: 2013-11-28 SWD-20131128130321045 Contents Key components of BlackBerry Enterprise

More information

Using SAML for Single Sign-On in the SOA Software Platform

Using SAML for Single Sign-On in the SOA Software Platform Using SAML for Single Sign-On in the SOA Software Platform SOA Software Community Manager: Using SAML on the Platform 1 Policy Manager / Community Manager Using SAML for Single Sign-On in the SOA Software

More information

Authentication and Single Sign On

Authentication and Single Sign On Contents 1. Introduction 2. Fronter Authentication 2.1 Passwords in Fronter 2.2 Secure Sockets Layer 2.3 Fronter remote authentication 3. External authentication through remote LDAP 3.1 Regular LDAP authentication

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Deploying RSA ClearTrust with the FirePass controller

Deploying RSA ClearTrust with the FirePass controller Deployment Guide Deploying RSA ClearTrust with the FirePass Controller Deploying RSA ClearTrust with the FirePass controller Welcome to the FirePass RSA ClearTrust Deployment Guide. This guide shows you

More information

Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS)

Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS) w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS) To set up ADFS so that your employees can access Egnyte using their ADFS credentials,

More information

OpenSSO: Simplify Your Single-Sign-On Needs. Sang Shin Java Technology Architect Sun Microsystems, inc. javapassion.com

OpenSSO: Simplify Your Single-Sign-On Needs. Sang Shin Java Technology Architect Sun Microsystems, inc. javapassion.com OpenSSO: Simplify Your Single-Sign-On Needs Sang Shin Java Technology Architect Sun Microsystems, inc. javapassion.com 1 Agenda Enterprise security needs What is OpenSSO? OpenSSO features > > > > SSO and

More information

Identity Management in Liferay Overview and Best Practices. Liferay Portal 6.0 EE

Identity Management in Liferay Overview and Best Practices. Liferay Portal 6.0 EE Identity Management in Liferay Overview and Best Practices Liferay Portal 6.0 EE Table of Contents Introduction... 1 IDENTITY MANAGEMENT HYGIENE... 1 Where Liferay Fits In... 2 How Liferay Authentication

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information

Configuring. Moodle. Chapter 82

Configuring. Moodle. Chapter 82 Chapter 82 Configuring Moodle The following is an overview of the steps required to configure the Moodle Web application for single sign-on (SSO) via SAML. Moodle offers SP-initiated SAML SSO only. 1 Prepare

More information

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you!

Active Directory Integration. Documentation. http://mid.as/ldap v1.02. making your facilities work for you! Documentation http://mid.as/ldap v1.02 making your facilities work for you! Table of Contents Table of Contents... 1 Overview... 2 Pre-Requisites... 2 MIDAS... 2 Server... 2 AD Users... 3 End Users...

More information

Flexible Identity Federation

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

More information

SAP NetWeaver AS Java

SAP NetWeaver AS Java Chapter 75 Configuring SAP NetWeaver AS Java SAP NetWeaver Application Server ("AS") Java (Stack) is one of the two installation options of SAP NetWeaver AS. The other option is the ABAP Stack, which is

More information

OneLogin Integration User Guide

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

More information

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other.

To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to work with each other. w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Installation for VMware Horizon To set up Egnyte so employees can log in using SSO, follow the steps below to configure VMware Horizon and Egnyte to

More information

Connected Data. Connected Data requirements for SSO

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

More information

Configuration Guide BES12. Version 12.3

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

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

CA Nimsoft Service Desk

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

More information

1 of 24 7/26/2011 2:48 PM

1 of 24 7/26/2011 2:48 PM 1 of 24 7/26/2011 2:48 PM Home Community Articles Product Documentation Learning Center Community Articles Advanced Search Home > Deployments > Scenario 3: Setting up SiteMinder Single Sign-On (SSO) with

More information

Microsoft Office 365 Using SAML Integration Guide

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

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

Configuring Single Sign-on for WebVPN

Configuring Single Sign-on for WebVPN CHAPTER 8 This chapter presents example procedures for configuring SSO for WebVPN users. It includes the following sections: Using Single Sign-on with WebVPN, page 8-1 Configuring SSO Authentication Using

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Flexible Identity Federation

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

More information

WWPass External Authentication Solution for IBM Security Access Manager 8.0

WWPass External Authentication Solution for IBM Security Access Manager 8.0 WWPass External Authentication Solution for IBM Security Access Manager 8.0 Setup guide Enhance your IBM Security Access Manager for Web with the WWPass hardware authentication IBM Security Access Manager

More information

Configuring EPM System 11.1.2.1 for SAML2-based Federation Services SSO

Configuring EPM System 11.1.2.1 for SAML2-based Federation Services SSO Configuring EPM System 11.1.2.1 for SAML2-based Federation Services SSO Scope... 2 Prerequisites Tasks... 2 Procedure... 2 Step 1: Configure EPM s WebLogic domain for SP Federation Services... 2 Step 2:

More information

Crawl Proxy Installation and Configuration Guide

Crawl Proxy Installation and Configuration Guide Crawl Proxy Installation and Configuration Guide Google Enterprise EMEA Google Search Appliance is able to natively crawl secure content coming from multiple sources using for instance the following main

More information

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

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

More information

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide

BlackBerry Enterprise Service 10. Version: 10.2. Configuration Guide BlackBerry Enterprise Service 10 Version: 10.2 Configuration Guide Published: 2015-02-27 SWD-20150227164548686 Contents 1 Introduction...7 About this guide...8 What is BlackBerry Enterprise Service 10?...9

More information

OpenSSO: Cross Domain Single Sign On

OpenSSO: Cross Domain Single Sign On OpenSSO: Cross Domain Single Sign On Version 0.1 History of versions Version Date Author(s) Changes 0.1 11/30/2006 Dennis Seah Contents Initial Draft. 1 Introduction 1 2 Single Domain Single Sign-On 2

More information

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections:

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: CHAPTER 1 SAML Single Sign-On This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: Junos Pulse Secure Access

More information

GlassFish Security. open source community experience distilled. security measures. Secure your GlassFish installation, Web applications,

GlassFish Security. open source community experience distilled. security measures. Secure your GlassFish installation, Web applications, GlassFish Security Secure your GlassFish installation, Web applications, EJB applications, application client module, and Web Services using Java EE and GlassFish security measures Masoud Kalali PUBLISHING

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with IBM WebSphere 7 DEPLOYMENT GUIDE Version 1.1 Deploying F5 with IBM WebSphere 7 Table of Contents Table of Contents Deploying the BIG-IP LTM system and IBM WebSphere Servers Prerequisites and configuration notes...1-1

More information

PingFederate. IWA Integration Kit. User Guide. Version 3.0

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

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Integrating EJBCA and OpenSSO

Integrating EJBCA and OpenSSO Integrating EJBCA and OpenSSO EJBCA is an Enterprise PKI Certificate Authority issuing certificates to users, servers and devices. In an organization certificate can be used for strong authentication.

More information

Accessing the FTP Server - User Manual

Accessing the FTP Server - User Manual CENTRAL BANK OF CYPRUS Accessing the FTP Server - User Manual IT Department, CENTRAL BANK OF CYPRUS TABLE OF CONTENTS 1 EXECUTIVE SUMMARY... 1 1.1 AUDIENCE... 1 1.2 SCOPE... 1 2 CHANGES FROM THE OLD FTP

More information

Configuring Sponsor Authentication

Configuring Sponsor Authentication CHAPTER 4 Sponsors are the people who use Cisco NAC Guest Server to create guest accounts. Sponsor authentication authenticates sponsor users to the Sponsor interface of the Guest Server. There are five

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

CA Single Sign-On Migration Guide

CA Single Sign-On Migration Guide CA Single Sign-On Migration Guide Web access management (WAM) systems have been a part of enterprises for decades. It is critical to control access and audit applications while reducing the friction for

More information

Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x

Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x Sverview Trust between SharePoint 2010 and ADFS 2.0 Use article Federated Collaboration with Shibboleth 2.0 and SharePoint 2010 Technologies

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication SafeNet Authentication Service Integration Guide Oracle Secure Desktop Using SAS RADIUS OTP Authentication Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013

More information

Configuration Guide BES12. Version 12.2

Configuration Guide BES12. Version 12.2 Configuration Guide BES12 Version 12.2 Published: 2015-07-07 SWD-20150630131852557 Contents About this guide... 8 Getting started... 9 Administrator permissions you need to configure BES12... 9 Obtaining

More information

Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server

Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server Add Microsoft Azure as the Federated Authenticator in WSO2 Identity Server This blog will explain how to use Microsoft Azure as a Federated Authenticator for WSO2 Identity Server 5.0.0. In this example

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Configuring SuccessFactors

Configuring SuccessFactors Chapter 117 Configuring SuccessFactors The following is an overview of the steps required to configure the SuccessFactors Enterprise Edition Web application for single sign-on (SSO) via SAML. SuccessFactors

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

Apache JMeter HTTP(S) Test Script Recorder

Apache JMeter HTTP(S) Test Script Recorder Apache JMeter HTTP(S) Test Script Recorder This tutorial attempts to explain the exact steps for recording HTTP/HTTPS. For those new to JMeter, one easy way to create a test plan is to use the Recorder.

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

How To Use Saml 2.0 Single Sign On With Qualysguard

How To Use Saml 2.0 Single Sign On With Qualysguard QualysGuard SAML 2.0 Single Sign-On Technical Brief Introduction Qualys provides its customer the option to use SAML 2.0 Single Sign On (SSO) authentication with their QualysGuard subscription. When implemented,

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Evaluation of different Open Source Identity management Systems

Evaluation of different Open Source Identity management Systems Evaluation of different Open Source Identity management Systems Ghasan Bhatti, Syed Yasir Imtiaz Linkoping s universitetet, Sweden [ghabh683, syeim642]@student.liu.se 1. Abstract Identity management systems

More information

Tableau Server Trusted Authentication

Tableau Server Trusted Authentication Tableau Server Trusted Authentication When you embed Tableau Server views into webpages, everyone who visits the page must be a licensed user on Tableau Server. When users visit the page they will be prompted

More information

Sun Access Manager CAC Authentication Deployment Configuration Guide

Sun Access Manager CAC Authentication Deployment Configuration Guide Sun Access Manager CAC Authentication Deployment Configuration Guide For Access Manager 7.1 deployed behind the Sun Web Server Load Balancer Plug-in Author: Version: 1.0 Jeff Nester Sun Microsystems jeff.nester@sun.com

More information

Ameritas Single Sign-On (SSO) and Enterprise SAML Standard. Architectural Implementation, Patterns and Usage Guidelines

Ameritas Single Sign-On (SSO) and Enterprise SAML Standard. Architectural Implementation, Patterns and Usage Guidelines Ameritas Single Sign-On (SSO) and Enterprise SAML Standard Architectural Implementation, Patterns and Usage Guidelines 1 Background and Overview... 3 Scope... 3 Glossary of Terms... 4 Architecture Components...

More information

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g

DEPLOYMENT GUIDE Version 1.1. Deploying F5 with Oracle Application Server 10g DEPLOYMENT GUIDE Version 1.1 Deploying F5 with Oracle Application Server 10g Table of Contents Table of Contents Introducing the F5 and Oracle 10g configuration Prerequisites and configuration notes...1-1

More information

How to install phpbb forum on NTU student club web server

How to install phpbb forum on NTU student club web server How to install phpbb forum on NTU student club web server This guide contains the step by step instructions to install phpbb (stable release 3.0.7- PL1) on NTU student club web server. It does not cover

More information

DIGIPASS Authentication for Microsoft ISA 2006 Single Sign-On for Outlook Web Access

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

More information

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit

SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit SecureAware on IIS8 on Windows Server 2008/- 12 R2-64bit Note: SecureAware version 3.7 and above contains all files and setup configuration needed to use Microsoft IIS as a front end web server. Installing

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

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

More information

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0

Administration Guide. BlackBerry Enterprise Service 12. Version 12.0 Administration Guide BlackBerry Enterprise Service 12 Version 12.0 Published: 2015-01-16 SWD-20150116150104141 Contents Introduction... 9 About this guide...10 What is BES12?...11 Key features of BES12...

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

Single Sign On for ShareFile with NetScaler. Deployment Guide

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

More information

SAML 2.0 SSO Deployment with Okta

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

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager Salesforce Cloud Connector Guide McAfee Cloud Identity Manager version 1.1 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted,

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

Zendesk SSO with Cloud Secure using MobileIron MDM Server and Okta

Zendesk SSO with Cloud Secure using MobileIron MDM Server and Okta Zendesk SSO with Cloud Secure using MobileIron MDM Server and Okta Configuration Guide Product Release Document Revisions Published Date 1.0 1.0 May 2016 Pulse Secure, LLC 2700 Zanker Road, Suite 200 San

More information

White Paper March 1, 2005. Integrating AR System with Single Sign-On (SSO) authentication systems

White Paper March 1, 2005. Integrating AR System with Single Sign-On (SSO) authentication systems White Paper March 1, 2005 Integrating AR System with Single Sign-On (SSO) authentication systems Copyright 2005 BMC Software, Inc. All rights reserved. BMC, the BMC logo, all other BMC product or service

More information

Getting Started with AD/LDAP SSO

Getting Started with AD/LDAP SSO Getting Started with AD/LDAP SSO Active Directory and LDAP single sign- on (SSO) with Syncplicity Business Edition accounts allows companies of any size to leverage their existing corporate directories

More information

About Me. #ccceu. @shapeblue. Software Architect with ShapeBlue Specialise in. 3 rd party integrations and features in CloudStack

About Me. #ccceu. @shapeblue. Software Architect with ShapeBlue Specialise in. 3 rd party integrations and features in CloudStack Software Architect with ShapeBlue Specialise in. 3 rd party integrations and features in CloudStack About Me KVM, API, DB, Upgrades, SystemVM, Build system, various subsystems Contributor and Committer

More information

Securing access to Citrix applications using Citrix Secure Gateway and SafeWord. PremierAccess. App Note. December 2001

Securing access to Citrix applications using Citrix Secure Gateway and SafeWord. PremierAccess. App Note. December 2001 Securing access to Citrix applications using Citrix Secure Gateway and SafeWord PremierAccess App Note December 2001 DISCLAIMER: This White Paper contains Secure Computing Corporation product performance

More information

CA Adapter. Installation and Configuration Guide for Windows. r2.2.9

CA Adapter. Installation and Configuration Guide for Windows. r2.2.9 CA Adapter Installation and Configuration Guide for Windows r2.2.9 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007

DEPLOYMENT GUIDE Version 1.2. Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 DEPLOYMENT GUIDE Version 1.2 Deploying the BIG-IP system v10 with Microsoft Exchange Outlook Web Access 2007 Table of Contents Table of Contents Deploying the BIG-IP system v10 with Microsoft Outlook Web

More information

OpenCart. SugarCRM CE (Community Edition Only) Integration. Guide

OpenCart. SugarCRM CE (Community Edition Only) Integration. Guide OpenCart SugarCRM CE (Community Edition Only) Integration Guide By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) http://www.cartbooks.com Purpose: This is A Release for OpenCart SugarCRM

More information

Thales ncipher modules. Version: 1.2. Date: 22 December 2009. Copyright 2009 ncipher Corporation Ltd. All rights reserved.

Thales ncipher modules. Version: 1.2. Date: 22 December 2009. Copyright 2009 ncipher Corporation Ltd. All rights reserved. ncipher modules Integration Guide for IBM Tivoli Access Manager for e-business 6.1 Windows Server 2003 32-bit and 64-bit Windows Server 2008 32-bit and 64-bit Version: 1.2 Date: 22 December 2009 Copyright

More information

PHP Integration Kit. Version 2.5.1. User Guide

PHP Integration Kit. Version 2.5.1. User Guide PHP Integration Kit Version 2.5.1 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate PHP Integration Kit User Guide Version 2.5.1 December, 2012 Ping Identity Corporation 1001

More information