etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.

Size: px
Start display at page:

Download "etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1."

Transcription

1 etrust SiteMinder Connector for Oracle Solutions Architecture, Installation and Configuration Guide For UNIX Version 1.6 (Rev 1.1) October 2006

2 CA Inc. Solution Engineering Team 100 Staples Drive Framingham, MA Phone: (508) CA, Inc. All trademarks, trade names, service marks and logos referenced herein belong to their respective companies. Netegrity, Inc. is a wholly-owned subsidiary of CA, Inc. etrust SiteMinder products and associated documentation are protected by copyright and are distributed under a licensing agreement. CA Inc. has prepared this document for use by CA personnel, licensees, and customers. The information contained herein is protected by copyright. No part of this document may be reproduced, translated, or transmitted in any form or by any means, electronic, mechanical, photocopying, optical magnetic, or otherwise, without prior written permission from CA. CA reserves the right to, without notice, modify or revise all or part of this document and/or change product features or specifications. This document is provided AS IS without warranty of any kind, either express or implied, and is subject to change without notice by CA. CA assumes no responsibility for any errors or omissions contained herein or in any products, documents or material referenced herein. In no event shall CA be liable for any direct, indirect, incidental, punitive or consequential damages of any kind resulting from the contents of this document or any representations made herein. Questions, Queries & Comments should be ed to bhanu.sareddy@ca.com This is not a support mailbox, so support issues should not be directed here. 2

3 Contents INTRODUCTION...4 PREREQUISITES...4 SiteMinder Prerequisites for Oracle AS 10G (9.0.4) Solaris 8, 9 or Red Hat Advanced Server SiteMinder Prerequisites for Oracle AS 10G (9.0.4) or ( x) HPUX (64 bit)...4 SiteMinder Prerequisites for Oracle AS 10G ( x) Red Hat Advanced Server SiteMinder Prerequisites for Oracle AS 10G ( x) SUSE Linux Enterprise Server SiteMinder Prerequisites for Oracle AS 10G ( x) AIX 5.3 (64 bit)...4 SITEMINDER AND ORACLE AS ARCHITECTURE...5 SiteMinder Two-Tier Single Sign-On Solution with the Oracle PL/SQL Authentication Package...6 SiteMinder Two-Tier Single Sign-On Solution with the OC4J Security Authentication Interface...7 Single Sign-On and Sign-Off Session Management...8 SITEMINDER CONNECTOR IMPLEMENTATION WITH THE ORACLE PL/SQL AUTHENTICATION PACKAGE...8 SiteMinder Oracle AS Connector without a Proxy Agent...9 SiteMinder Oracle AS Connector with a Proxy Agent...10 SITEMINDER CONNECTOR IMPLEMENTATION WITH THE OC4J SECURITY AUTHENTICATION INTERFACE...11 PRE-INSTALLATION...12 Install and Configure Oracle AS...12 Install and Configure the SiteMinder Web Agent for the Oracle HTTP Server...12 Install and Configure the SiteMinder Policy Server...12 SOFTWARE INSTALLATION FOR UNIX...13 Installation Files...13 Install the Oracle AS Connector Software...13 INSTALLATION OPTION 1: CONNECTOR WITH THE ORACLE PL/SQL AUTHENTICATION PACKAGE...14 Install the Oracle AS Connector in the Oracle Database...14 Install the PL/SQL Package, wwsso_auth_external in the Oracle Single Sign-on Database...18 INSTALLATION OPTION 2: CONNECTOR WITH THE OC4J SECURITY AUTHENTICATION INTERFACE...21 Install the OC4J Security Authentication Interface...21 CONFIGURATION FOR UNIX...23 Configure the SiteMinder Policies for the Oracle AS Connector and Proxy Agent...23 Configure a SiteMinder Agent for the Oracle AS Connector and Proxy Agent...23 Configure a SiteMinder Agent Group for the Oracle AS Connector and Proxy Agent...23 Configure a SiteMinder Policy Domain for the Oracle AS Connector and Proxy Agent...25 Configure a SiteMinder Realm for the Oracle AS Connector and Proxy Agent...26 Configure a SiteMinder Rule for the Oracle AS Connector and Proxy Agent...27 Configure another SiteMinder Realm for the Oracle AS Connector and Proxy Agent...28 Configure another SiteMinder Rule for the Oracle AS Connector and Proxy Agent...29 Configure a SiteMinder Response for the Oracle AS Connector and Proxy Agent...30 Configure a SiteMinder Policy for the Oracle AS Connector and Proxy Agent

4 Configure the Oracle AS Connector and Proxy Agent...36 Configure the Oracle HTTP Server for the PL/SQL Authentication Package...41 SITEMINDER ORACLE AS CONNECTOR PROXY AGENT STARTUP...43 POST INSTALLATION...46 TROUBLESHOOTING...47 SiteMinder Oracle AS Connector Logging...47 SiteMinder Oracle AS Proxy Agent Logging...48 SiteMinder Technical Support

5 Introduction The Oracle Application Server (Oracle AS) provides security and single sign-on (SSO) for Oracle business applications deployed over the Internet. Unfortunately, it does not easily extend this security and/or single sign-on to other enterprise applications. As a result, many ERP customers have turned to etrust SiteMinder to provide access control and single sign-on across all their applications in the enterprise, including various ERP solutions. The SiteMinder Oracle Single Sign-On Connector enables SiteMinder to extend single sign-on to the Oracle Application Server and Portal. The purpose of this document is to provide information regarding the architecture, installation, and configuration of the SiteMinder Oracle Single Sign-On Connector. Prerequisites SiteMinder Prerequisites for Oracle AS 10G (9.0.4) Solaris 8, 9 or Red Hat Advanced Server 3.0 SiteMinder Policy Server 5.x or 6.x SiteMinder Apache Web Agent V5QMR6 or V6QMR1 SiteMinder Prerequisites for Oracle AS 10G (9.0.4) or ( x) HPUX (64 bit) SiteMinder Policy Server 5.x or 6.x SiteMinder Apache Web Agent V5QMR7 HF6 or V6QMR7 HF6 SiteMinder Prerequisites for Oracle AS 10G ( x) Red Hat Advanced Server 3.0 SiteMinder Policy Server 5.x or 6.x SiteMinder Apache Web Agent V5QMR7 HF13 or V6QMR3 HF1. SiteMinder Prerequisites for Oracle AS 10G ( x) SUSE Linux Enterprise Server 9 SiteMinder Policy Server 5.x or 6.x SiteMinder Apache Web Agent V5QMR8 HF1. SiteMinder Prerequisites for Oracle AS 10G ( x) AIX 5.3 (64 bit) SiteMinder Policy Server 6.x SiteMinder Apache Web Agent V6QMR5. Also refer to the Support Platform Matrix for the SiteMinder Web Agent for the supported updated version of the Web Server/OS/Web Agent combinations. 4

6 SiteMinder and Oracle AS Architecture The SiteMinder Oracle connector offers a two-tier single sign-on solution for the Oracle AS and Portal environment. The point of sign-on trust is transferred from the Oracle Single Sign-On Server to the SiteMinder policy server. The SiteMinder Oracle AS connector will validate a SiteMinder session on behalf of the Oracle Single Sign-On Server by communicating with the SiteMinder policy server. The SiteMinder policy server then validates the session. The connector is an agent that communicates with the SiteMinder policy server to validate a SiteMinder session. The agent by means of the policy server will authenticate the session for single sign-on, but does not perform authorization. Oracle AS will authorize the user for the Oracle business applications. Because SiteMinder initially authenticates the user, the connector can validate the user s session where it was originally generated, at the SiteMinder policy server. The Oracle Single Sign-On Server is implemented as an Apache module that is part of the Oracle HTTP Server. It can delegate single sign-on authentication to a third party product, like SiteMinder. Delegation can be accomplished in either of the two following ways: 1. By implementing the third party single sign-on PL/SQL package named, wwsso_auth_external. Whenever authentication is required, the Oracle Single Sign-On Server requests the Oracle database to execute the PL/SQL method, authenticate_user that is implemented in the PL/SQL package, wwsso_auth_external. 2. Or by implementing the third party single sign-on OC4J Security Interface named, IPASAuthInterface. Whenever authentication is required, the Oracle Single Sign-On Server requests the OC4J security container to execute the method, authenticate that is implemented by the IPASAuthInterface. In Oracle AS 9i and 10G (Release 1, the 9.0.4), delegation is possible in either of the above two ways. But in Oracle AS 10G (Release2, x) the delegation is possible only through the OC4J Security Interface. 5

7 SiteMinder Two-Tier Single Sign-On Solution with the Oracle PL/SQL Authentication Package The SiteMinder Oracle AS connector implements a two-tier single sign-on solution. The point of sign-on trust moves away from the Oracle Single Sign-On Server and to the SiteMinder policy server. If the Oracle Authenticate PL/SQL package is implemented and installed in the database, the Oracle Single Sign-On Server will delegate trusting the user s session to the SiteMinder Oracle AS connector through the implementation of the method, authenticate_user in the PL/SQL Authentication package, wwsso_auth_external. The method, authenticate_user is implemented to invoke the SiteMinder Oracle AS connector to validate the SiteMinder session back at the policy server where it was generated. The SiteMinder web agent installed on the Oracle HTTP Server sets the SiteMinder session after successful login to SiteMinder. The SiteMinder session is set as an encrypted HTTP cookie and header variables. The Oracle Single Sign-On server will present the header variables that represent the SiteMinder session to the PL/SQL package, and the authenticate_user method will call the SiteMinder Oracle AS connector to validate the SiteMinder session. The connector communicates with the policy server to validate the session. If the session is valid the connector will compare the user id identified by the policy server for the session with the user id presented by the Oracle Single Sign-On Server at single sign-on time. If the user ids are the same, the single sign-on is allowed. If not, the single sign-on is denied. This two-tier single sign-on solution is shown in the diagram below. 6

8 SiteMinder Two-Tier Single Sign-On Solution with the OC4J Security Authentication Interface If the OC4J Security Authenticate Interface is implemented and installed, the Oracle Single Sign-On Server will delegate trusting the user s session to the SiteMinder Oracle AS connector through the implementation of the method, authenticate in the OC4J Security Authentication Interface, IPASAuthInterface. The method, authenticate is implemented to invoke the SiteMinder Oracle AS connector to validate the SiteMinder session back at the policy server where it was generated. The SiteMinder web agent installed on the Oracle HTTP Server sets the SiteMinder session after successful login to SiteMinder. The SiteMinder session is set as an encrypted HTTP cookie and header variables. The Oracle Single Sign-On server will present the all request header variables to the OC4J Security Authentication interface, i.e. the authenticate method. This method is implemented to call the SiteMinder Oracle AS connector to validate the SiteMinder session. The connector communicates with the policy server to validate the session. If the session is valid the connector will compare the user id identified by the policy server for the session with the user id presented by the Oracle Single Sign-On Server at single sign-on time. If the user ids are the same, the single sign-on is allowed. If not, the single sign-on is denied. This two-tier single sign-on solution is shown in the diagram below. 7

9 Single Sign-On and Sign-Off Session Management Many Internet applications use independent session management schemes. The most common session management scheme is through the use of a cookie, but still the session information is independent and decrypted differently between vendors and Internet applications. For this reason, SiteMinder s replay prevention and session management logic is sometimes bypassed. One of the main security problems when integrating applications that maintain their own sessions is the possibility SiteMinder and application sessions may not remain synchronized as the user logs in and out of each application. This is especially true when there is more then one ERP application in the environment. Each ERP application will manage its own session independent of the other application s session management. The SiteMinder Oracle AS connector includes another software component, the SiteMinder Session Linker. Its purpose is to manage and synchronize independent application sessions with the SiteMinder session. It links the SiteMinder session to all the other application sessions in the environment including the Oracle AS session. Thus when a user logs out of one application, the SiteMinder session is no longer valid and the other application sessions tied to the SiteMinder session are not valid either. The user is logged out of all the applications in the environment tied to the SiteMinder session. The SiteMinder Session Linker is a web server plug-in that monitors the SiteMinder session and Oracle AS session, as well as other ERP application sessions. When the application sessions diverge from the SiteMinder session, the user is challenged to login until a new session with an application is established. The etrust SiteMinder Oracle AS connector in conjunction with the SiteMinder Session Linker provides single sign-on and sign-off to Oracle AS. The connector provides single sign-on while the Session Linker provides single sign-off. Refer to the document, Netegrity Professional Services Session Linker Administrator Guide, for more information about the SiteMinder Session Linker. SiteMinder Connector Implementation with the Oracle PL/SQL Authentication Package The SiteMinder Oracle AS connector is a SiteMinder agent that communicates with the policy server to validate a SiteMinder session. The connector can communicate directly with the policy server or communicate with the policy server via a proxy agent. The connector receives user session validation requests from Oracle PL/SQL package, wwsso_auth_external. Thus, it is implemented as an external shared library. The shared library is coded with the C programming language and uses the SiteMinder Agent API. The PL/SQL will make external function calls to the external shared library. More specifically the method, authenticate_user in the PL/SQL package, wwsso_auth_external will call the function, SmSSOSessionVerify in the shared library to validate a SiteMinder session. To run external routines in a shared library, PL/SQL will alert a listener process that spawns a session specific process named extproc. The listener will hand the connection to the extproc process and PL/SQL will pass the name of the shared library, name of the external routine and parameters to the extproc process. The extproc process loads the library and runs the external routine and passes any return values to PL/SQL. After the external routine completes, the extproc process remains active throughout the PL/SQL session. 8

10 Each PL/SQL session spawns its own extproc process and to load the shared library and call the external routines in the library. Thus, each user login spawns its own separate process to load the library and validate the session. For this reason, it is recommended that the connector always use the Oracle AS connector proxy agent to communicate with the policy server whenever possible, instead of the connector directly communicating with the policy server to validate the session. When the Oracle AS connector proxy agent is not used, PL/SQL will load the connector for each user login. As a result, each connector acts as an agent that opens a connection to the policy server to make a single user session validation request as opposed to reusing the connections already established to the policy server to make multiple session validation requests of the policy server. Also the agent load balancing to policy servers is not used, since each login request opens its own agent connection to the policy server and makes a single session validation request. SiteMinder Oracle AS Connector without a Proxy Agent The diagram below shows the SiteMinder Oracle AS Connector without the Oracle AS Proxy Agent. Notice in the diagram that each Oracle client login will load the Oracle AS connector and it will exist through out the client s session. This is a result of how PL/SQL calls external routines in an external library. Thus, each connector opens a connection to the policy server to service a user session validation request. The connector will communicate with the policy server over a TCP socket. The connector and policy server may reside on different systems in the internal network, not in the DMZ. In this model, each connector only handles one session validation request. An agent connection is established with the policy server for each session validation request. This is not efficient and very expensive. Agent connections with the policy server are opened and closed for each login request. A great deal of time is spent establishing and closing connections with the policy server. In addition each connector cannot support load balancing between multiple policy servers, since each connector only processes one session validation request. For this reason, it is recommended to always use the Oracle AS connector with the Oracle AS connector proxy agent. 9

11 SiteMinder Oracle AS Connector with a Proxy Agent The diagram below shows the SiteMinder Oracle AS Connector with the Oracle AS Proxy Agent. As shown in the diagram, each Oracle client login will still load the Oracle AS connector and it will exist throughout the client s session, but each connector opens a connection to the Oracle AS Proxy Agent to service user session validation requests. The connector and the proxy agent communicate via a named stream pipe on the same system. Thus the connector and proxy agent must reside on the same system. The proxy agent communicates with the policy server to service user session validation requests on behalf of the connector. The proxy agent opens connections to the policy server and communicates over TCP sockets. These connections remain open and are reused among the connectors. The proxy agent and policy server may reside on different systems in the internal network, not in the DMZ. In this model, the connectors still handle one session validation request, but the agent proxy will handle multiple session validation requests with the policy server on behalf of the connectors. This model does not open an agent connection with the policy server for each session validation request. The session validation requests use connections already established between the proxy agent and the policy server from a pool of connections. This model will support load balancing the user session validation requests between multiple policy servers. If the proxy agent is unavailable to handle session validation requests for the connector, the connector will fail over to communicating directly with the policy server for its user session validation request. 10

12 SiteMinder Connector Implementation with the OC4J Security Authentication Interface The SiteMinder Oracle AS connector functions in the same way as described with the PL/SQL Authentication package. The difference is that OC4J Security Authentication Interface runs is the Oracle Application Server containers for J2EE applications, as opposed to a PL/SQL package that runs in the database. The connector can communicate directly with the policy server or communicate with the policy server via a proxy agent. The connector receives user session validation requests from OC4J Security Authentication Interface, IPASAuthInterface. The connector is implemented as an external shared library. The shared library is coded with the C programming language and uses the SiteMinder Agent API. The OC4J Security Authentication Interface implementation will make external function calls to the external shared library. More specifically the method, authenticate in the interface implementation will call the function in the shared library to validate a SiteMinder session. To run external routines in a shared library, the OC4J Security Authentication Interface, IPASAuthInterface runs is the Oracle Application Server containers for J2EE applications will load the library. The Oracle Application Server containers for J2EE applications will load the IPASAuthInterface only once despite the multiple invocations for user logins. Thus the SiteMinder Oracle AS connector library is loaded once, despite multiple user session validation calls. For this reason when the Oracle AS connector is used with the OC4J Security Authentication Interface, it is not necessary for the connector to use the Oracle AS connector proxy agent to communicate with the policy server. The connector can communicate directly with the policy server to validate the session or optionally the connector can use the Oracle AS connector proxy agent. Important Note: On HPUX operating systems, when the Oracle AS connector is used with the OC4J Security Authentication Interface, it is required for the connector to use the Oracle AS connector proxy agent to communicate with the policy server. 11

13 Pre-Installation The Oracle AS and SiteMinder environments are installed and configured before the SiteMinder Oracle AS connector is installed and configured. This includes installing the SiteMinder Web Agent for the Oracle HTTP Server and the SiteMinder Policy Server, as well as configuring the SiteMinder policies for the Oracle AS environment. Install and Configure Oracle AS Install and configure Oracle AS in the environment, if it does not already exist. Install and Configure the SiteMinder Web Agent for the Oracle HTTP Server Install and configure the SiteMinder Apache Web Agent on the Oracle HTTP Server. To install and configure a SiteMinder Web Agent, refer to the following documents, the SiteMinder Web Agent Installation Guide and SiteMinder Web Agent Guide. Install and Configure the SiteMinder Policy Server. Install the SiteMinder Policy Server in the Environment To install a SiteMinder Policy Server, refer to the document, SiteMinder Policy Server Installation Guide. Configure the SiteMinder Web Agent for the Oracle HTTP Server Configure the policy server for the web agent that is installed on the Oracle HTTP Server. This is a SiteMinder Apache Web Agent. To configure a SiteMinder Policy Server for a SiteMinder Apache Web Agent, refer to SiteMinder Policy Design Guide. Configure the SiteMinder User Directory Configure the policy server for the user directory in the environment. This is an LDAP directory or ODBC database. The Oracle AS environment will most likely use an Oracle Database or Oracle Internet Directory as a user store. To configure a SiteMinder Policy Server, to use the user directory in the chosen environment, refer to SiteMinder Policy Design Guide. Configure the SiteMinder Authentication Scheme Setup an authentication scheme for the environment. This is usually Form Login or Basic Authentication with a username and password. To setup an authentication scheme for a SiteMinder Policy Server, refer to SiteMinder Policy Design Guide Configure the SiteMinder Policy Domain Setup a policy domain for the Oracle AS environment. To setup a policy domain for a SiteMinder Policy Server, refer to SiteMinder Policy Design Guide. Configure the SiteMinder Policies for the Policy Domain Setup the policies for the Oracle AS environment. Generally for the Oracle AS environment a protected realm is setup to protect all the resources in the /pls/orasso directory and rules are created to grant users access to the resources in the directory. Sometimes the rule is set with a wildcard *, to allow users access to all the resources in the realm. Users are only granted access to the resources when the rules and users are added to a SiteMinder policy. To setup the policies for a SiteMinder Policy Server, refer to SiteMinder Policy Design Guide. 12

14 Software Installation for UNIX The SiteMinder Oracle AS connector is shipped as shared library for UNIX. The SiteMinder Oracle AS Proxy Agent is shipped as an executable for UNIX. The connector and proxy agent require an agent configuration file. A sample configuration is shipped with the installation files. A SiteMinder Oracle AS Connector Test Tool is also provided with the installation. Installation Files Product SiteMinder Oracle AS Connector SiteMinder Agent API Library SiteMinder Oracle AS Proxy Agent SiteMinder Encryption Tool SiteMinder Oracle AS Test Tool CGI Script Echoes Headers Perl Script Echoes Headers Connector Configuration File Connector Test Script File Log Files Documentation Files Connector SQL Install Script Oracle PL/SQL Authentication Package Oracle PL/SQL Authentication Package OC4J Security Authentication Interface Classes Installation File $ORACLE_HOME/siteminder/oracle10g/lib/libsmoracleiasloginlib.so $ORACLE_HOME/siteminder/oracle10g/lib/libsmagentapi.so $ORACLE_HOME/siteminder/oracle10g/bin/smoraclessoproxy $ORACLE_HOME/siteminder/oracle10g/bin/NDSEncrypt $ORACLE_HOME/siteminder/oracle10g/bin/smoracleiaslogintest $ORACLE_HOME/siteminder/oracle10g/bin/headers $ORACLE_HOME/siteminder/oracle10g/bin/headers-perl $ORACLE_HOME/siteminder/oracle10g/conf/smoracleiasagent.conf $ORACLE_HOME/siteminder/oracle10g/conf/test.conf $ORACLE_HOME/siteminder/oracle10g/logs $ORACLE_HOME/siteminder/oracle10g/docs $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.pkb $ORACLE_HOME/siteminder/oracle10g/plsql/ssotokenneteconnector.pkb $ORACLE_HOME/siteminder/oracle10g/java/netegrity/security/ssoplugin Note: The installation files are extracted in the ORACLE_HOME directory for Oracle AS. If a different directory is desired, then the Oracle AS user must own the directory and an environment variable named SM_HOME is set for the directory. Install the Oracle AS Connector Software The installation files are distributed as a tar file. The tar file containing the installation files is extracted as the Oracle AS user under the ORACLE_HOME directory. Use the following UNIX commands to login as the Oracle AS user, change directory to the ORACLE_HOME and extract the installation files. Login to the Oracle AS system as the Oracle AS user Change directory to the ORACLE_HOME directory $ cd $ORACLE_HOME Extract the installation files $ tar xvf smoracleiasconnector.tar If desired, the tar file can be extracted in a different directory than the ORACLE_HOME directory The Oracle AS user must own the directory and an environment variable named SM_HOME is defined for the directory. Use the following UNIX commands to install the Oracle AS connector in a directory other than ORACLE_HOME. The Oracle AS user must own the directory. 13

15 Login to the Oracle AS system as the Oracle AS user Edit the.profile file $ vi.profile Add a line in the.profile file to create an environment variable named SM_HOME for the installation directory export SM_HOME=<installation directory path> For example: export SM_HOME= /space/oraas90201/smoraclessoconnector Logout and Login to the Oracle AS system as the Oracle AS user again, to set the SM_HOME environment variable - Logging out and in again will run the.profile file Change directory to the SM_HOME directory $ cd $SM_HOME Extract the installation files $ tar xvf smoracleiasconnector.tar Installation Option 1: Connector with the Oracle PL/SQL Authentication Package (This is deprecated for Oracle 10G Release 2: x version) This installation option is used for Oracle AS 9i or 10G. The Oracle AS Connector is installed in the database as an external library, in order for the PL/SQL package named, wwsso_auth_external to make external calls to the functions in the library. Use the following steps, to install the Oracle AS Connector in the Oracle Database. Install the Oracle AS Connector in the Oracle Database Login to the Oracle AS system as the Oracle AS user Edit the SQL script $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql Note: If the installation directory is different than the ORACLE_HOME directory, then edit the SQL script in the $SM_HOME directory, i.e. replace $ORACLE_HOME with $SM_HOME $ vi $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql REM Create or Replace the SiteMinder Oracle IAS Connector Library REM Replace /space/oraas90201/oraas with your system's ORACLE_HOME CREATE OR REPLACE LIBRARY SMORACLEIASSSOLOGIN_C_LIB AS '/space/oraas90201/oraas/siteminder/oracle10g/lib/libsmoracleiasloginlib.so'; / REM Create or Replace the SiteMinder Oracle IAS Connector Library Functions 14

16 CREATE OR REPLACE FUNCTION SmSSOSessionVerify ( lpszssouid IN VARCHAR2, lpszsessionid IN VARCHAR2, lpszsessionspec IN VARCHAR2, ntimeout IN PLS_INTEGER, lpszinifilename IN VARCHAR2, lpszerrfilename IN VARCHAR2, lpszlogfilename IN VARCHAR2, nloglevel IN PLS_INTEGER ) return PLS_INTEGER AS EXTERNAL LIBRARY SMORACLEIASSSOLOGIN_C_LIB NAME "SmSSOSessionVerify" LANGUAGE C PARAMETERS ( lpszssouid STRING, lpszsessionid STRING, lpszsessionspec STRING, ntimeout INT, lpszinifilename STRING, lpszerrfilename STRING, lpszlogfilename STRING, nloglevel INT, RETURN ); / REM Create or Replace the SiteMinder Oracle IAS Connector Library Functions CREATE OR REPLACE FUNCTION SmSSOSessionTokenVerify ( lpszssouid IN VARCHAR2, lpszsessionid IN VARCHAR2, ntimeout IN PLS_INTEGER, lpszinifilename IN VARCHAR2, lpszerrfilename IN VARCHAR2, lpszlogfilename IN VARCHAR2, nloglevel IN PLS_INTEGER ) return PLS_INTEGER AS EXTERNAL LIBRARY SMORACLEIASSSOLOGIN_C_LIB NAME "SmSSOSessionTokenVerify" LANGUAGE C PARAMETERS ( lpszssouid STRING, lpszsessionid STRING, ntimeout INT, lpszinifilename STRING, lpszerrfilename STRING, lpszlogfilename STRING, nloglevel INT, RETURN ); / 15

17 REM Create or Replace the SiteMinder Oracle IAS Connector Library Functions CREATE OR REPLACE FUNCTION SmSSOTest ( lpszscriptfilename IN VARCHAR2, nthreads IN PLS_INTEGER, niterations IN PLS_INTEGER, lpszinifilename IN VARCHAR2, lpszerrfilename IN VARCHAR2, lpszlogfilename IN VARCHAR2, nloglevel IN PLS_INTEGER ) return PLS_INTEGER AS EXTERNAL LIBRARY SMORACLEIASSSOLOGIN_C_LIB NAME "SmSSOTest" LANGUAGE C PARAMETERS ( lpszscriptfilename STRING, nthreads INT, niterations INT, lpszinifilename STRING, lpszerrfilename STRING, lpszlogfilename STRING, nloglevel INT, RETURN ); / GRANT EXECUTE ON system.smssosessionverify TO PUBLIC; GRANT EXECUTE ON system.smssosessiontokenverify TO PUBLIC; GRANT EXECUTE ON system.smssotest TO PUBLIC; CREATE PUBLIC SYNONYM SmSSOSessionVerify FOR system.smssosessionverify; CREATE PUBLIC SYNONYM SmSSOSessionTokenVerify FOR system.smssosessiontokenverify; CREATE PUBLIC SYNONYM SmSSOTest FOR system.smssotest; commit; Edit the following line in the beginning of the SQL Script CREATE OR REPLACE LIBRARY SMORACLEIASSSOLOGIN_C_LIB AS '/space/oraas90201/oraas/siteminder/oracle10g/lib/libsmoracleiasloginlib.so '; On the line: AS '/space/oraas90201/oraas/siteminder/oracle10g/lib/libsmoracleiasloginlib.so '; Replace /space/oraas90201/oraas with your system s ORACLE_HOME directory Replace /space/oraas90201/oraas with your system s SM_HOME directory, only if you installed the SiteMinder Oracle AS connector in a different directory than ORACLE_HOME To determine your system s ORACLE_HOME directory, use the UNIX command $ echo $ORACLE_HOME To determine your system s SM_HOME directory, use the UNIX command $ echo $SM_HOME For example: $ echo $ORACLE_HOME 16

18 /opt/oracle/oraas Change the lines in the file: CREATE OR REPLACE LIBRARY SMORACLEIASSSOLOGIN_C_LIB AS '/space/oraas90201/oraas/siteminder/oracle10g/lib/libsmoracleiasloginlib.so '; To CREATE OR REPLACE LIBRARY SMORACLEIASSSOLOGIN_C_LIB AS '/opt/oracle/oraas/siteminder/lib/oracle10g/libsmoracleiasloginlib.so '; Save the changes to the SQL script $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql Login to SQL*PLUS as the Database System Manager $ sqlplus SQL*Plus: Release Production on Wed Nov 6 12:00: (c) Copyright 2001 Oracle Corporation. All rights reserved. Enter user-name: system Enter password: Connected to: Oracle9i Enterprise Edition Release Production With the Partitioning option JServer Release Production Execute the SQL Script HPUX systems: SQL>Start $ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql If you installed the SiteMinder Oracle AS connector in a different directory than ORACLE_HOME, install the library in the database with the command below. SQL>Start $SM_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql Other UNIX systems: SQL>@$ORACLE_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql If you installed the SiteMinder Oracle AS connector in a different directory than ORACLE_HOME, install the library in the database with the command below. SQL>@$SM_HOME/siteminder/oracle10g/plsql/ssoxneteconnector.sql 17

19 Install the PL/SQL Package, wwsso_auth_external in the Oracle Single Sign-on Database The PL/SQL Package, wwsso_auth_external is installed in the ORASSO database as the ORASSO user. The PL/SQL Package is shown below. Rem ssoxneteconnector.pkb Rem NAME Rem ssoxneteconnector.pkb Rem - Single Sign-On Netegriry SiteMinder Integration Rem Rem DESCRIPTION Rem This package body is used to achieve integration with NetegritySiteMinder. It may be customized as required. Rem This is just a default implementation and changes might be required based on customer's specific deployment scenario. CREATE OR REPLACE PACKAGE BODY wwsso_auth_external AS g_separator g_sm_sessionid_http g_sm_sessionspec_http g_oracle_user_http CONSTANT VARCHAR2(1000) := '~'; CONSTANT VARCHAR2(1000) := 'HTTP_SM_SERVERSESSIONID'; CONSTANT VARCHAR2(1000) := 'HTTP_SM_SERVERSESSIONSPEC'; CONSTANT VARCHAR2(1000) := 'HTTP_ORACLEIAS_USERNAME'; g_inifilename g_errfilename g_logfilename CONSTANT VARCHAR2(4096) := '$ORACLE_HOME/siteminder/oracle10g/conf/smoracleiasagent.conf'; CONSTANT VARCHAR2(4096) := '$ORACLE_HOME/siteminder/oracle10g/conf/smoracleiasconnector.err'; CONSTANT VARCHAR2(4096) := '$ORACLE_HOME/siteminder/oracle10g/conf/smoracleiasconnector.log'; g_timewait CONSTANT PLS_INTEGER := 60; g_loglevel CONSTANT PLS_INTEGER := 63; FUNCTION authenticate_user (p_user OUT VARCHAR2) return PLS_INTEGER IS l_result PLS_INTEGER := -1; l_uid VARCHAR2(4096) := NULL; l_sessionid VARCHAR2(4096) := NULL; l_sessionspec VARCHAR2(4096) := NULL; l_user wwsec_person.user_name%type := NULL; BEGIN -- Read Header SiteMinder SSO uid and session Header Variables l_uid := OWA_UTIL.GET_CGI_ENV (g_oracle_user_http); l_sessionid := OWA_UTIL.GET_CGI_ENV (g_sm_sessionid_http); l_sessionspec := OWA_UTIL.GET_CGI_ENV (g_sm_sessionspec_http); l_user := l_uid; -- Check SSO user for Glodal Separator IF ((l_user IS NULL) OR (INSTR(l_user, g_separator)!= 0)) THEN l_result := -1; ELSE l_result := 0; END IF; IF ((l_result = 0) AND ((l_uid IS NULL) OR (l_sessionid IS NULL) OR (l_sessionspec IS NULL))) THEN l_result := -1; ELSE l_result := 0; END IF; 18

20 -- Verify the SiteMinder SSO uid and session IF (l_result = 0) THEN l_result := SMSSOSESSIONVERIFY (l_uid,l_sessionid,l_sessionspec,g_timewait,g_inifilename,g_errfilename,g_logfilename,g_loglevel); END IF; -- Set Return SSO user IF (l_result = 0) THEN p_user := NLS_UPPER(l_user); ELSE RAISE EXT_AUTH_FAILURE_EXCEPTION; END IF; RETURN l_result; -- Handle All Errors EXCEPTION WHEN OTHERS THEN RAISE EXT_AUTH_FAILURE_EXCEPTION; END authenticate_user; FUNCTION map_dn_to_uid(p_user_dn IN VARCHAR2) return VARCHAR2 IS BEGIN -- NULL implementation by default raise EXT_AUTH_FAILURE_EXCEPTION; return p_user_dn; END map_dn_to_uid; FUNCTION get_authentication_name RETURN VARCHAR2 AS BEGIN RETURN 'Netegrity SiteMinder'; END get_authentication_name; PROCEDURE set_external_cookies (p_username IN VARCHAR2, p_password IN VARCHAR2, p_cookie_list OUT wwsso_ls_private.cookie_list) AS BEGIN null; END set_external_cookies; END; / show errors; 19

21 Use the following steps, to install the Oracle AS Connector in the Oracle Database. Login to the Oracle AS system as the Oracle AS user Login to SQL*PLUS as the ORASSO user $ sqlplus SQL*Plus: Release Production on Wed Nov 6 12:00: (c) Copyright 2001 Oracle Corporation. All rights reserved. Enter user-name: orasso Enter password: Connected to: Oracle9i Enterprise Edition Release Production With the Partitioning option JServer Release Production Install the PL/SQL Package HPUX systems: SQL>Start $ORACLE_HOME/siteminder/plsql/ssoxneteconnector.pkb If you installed the SiteMinder Oracle AS connector in a different directory than ORACLE_HOME, install the package in the database with the command below. SQL>Start $SM_HOME/siteminder/plsql/ssoxneteconnector.pkb Other UNIX systems: SQL>@$ORACLE_HOME/siteminder/plsql/ssoxneteconnector.pkb If you installed the SiteMinder Oracle AS connector in a different directory than ORACLE_HOME, install the package in the database with the command below. SQL>@$SM_HOME/siteminder/plsql/ssoxneteconnector.pkb 20

22 Installation Option 2: Connector with the OC4J Security Authentication Interface This installation option is used for Oracle AS 10G AS only. Also only install option 1 or install option 2 is used, not both. Installation option 2 is recommended for Oracle 10G AS. Also note that for Oracle 10G AS x versions Installation option 2 will only work. Install the OC4J Security Authentication Interface All the OC4J Authentication Security Class file and Property Files in the Connector installation kit are copied to the Oracle AS Single Sign-On plug-in directory. Use the following steps, to install the OC4J Security Authentication Interface class files and property files. Login to the Oracle AS system as the Oracle AS user Create the directory structure for the OC4J Security Authentication Interface package name, netegrity.security.ssoplugin under the Oracle AS Single Sign-On plug-in directory, $ORACLE_HOME/sso/plugin cd $ORACLE_HOME/sso/plugin mkdir -p netegrity/security/ssoplugin Copy all OC4J Security Authentication Interface Class files in the installation directory to the Oracle AS SSO Plug-in Directory, $ORACLE_HOME/sso/plugin/netegrity/security/ssoplugin Copy all the class files in the installation directory, $ORACLE_HOME/siteminder/oracle10g/java/netegrity/security/ssoplugin to the Oracle AS SSO Plug-in directory, $ORACLE_HOME/sso/plugin/netegrity/security/ssoplugin These are the OC4J Security Authentication Interface class files: NeteHttpRequestStub.class NeteSSOLibrary.class NeteSSOSession.class NeteSSOToken.class NeteTrace.class NeteProperty.class NeteSSOLibraryTest.class NeteSSOSessionTest.class NeteSSOTokenTest.class Stat.class Copy all OC4J Security Authentication Interface Property files to the Oracle AS SSO Plug-in Directory, $ORACLE_HOME/sso/plugin/netegrity/security/ssoplugin Copy all the properties files in the directory, $ORACLE_HOME/siteminder/oracle10g/java/netegrity/security/ssoplugin to the directory, $ORACLE_HOME/sso/plugin/netegrity/security/ssoplugin These are the OC4J Security Authentication Interface property files: NeteSSOLibraryTest.properties NeteSSOSessionTest.properties NeteSSO.properties NeteSSOTokenTest.properties 21

23 Edit the Netegrity Single Sign-On properties file, named NeteSSO.properties that was copied to the Oracle AS SSO Plug-in Directory, $ORACLE_HOME/sso/plugin/netegrity/security/ssoplugin 1. Change directory to the Oracle AS Plug-in directory cd $ORACLE_HOME/sso/plugin/Netegrity/security/sooplugin 2. Edit the NeteSSO.properties file vi NeteSSO.properties 3. Edit the netesso.inifile entry with the directory path and filename for the connector configuration file. This is the file named, smoracleiasagent.conf installed in the directory $ORACLE_HOME/siteminder/oracle10g/conf 4. Edit the netesso.logfile entry with the directory path and filename for the connector log file. The log files are written to files in the installation directory $ORACLE_HOME/siteminder/oracle10g/logs 5. Edit the netesso.errfile entry with the directory path and filename for the connector error file. The error files are written to files in the installation directory $ORACLE_HOME/siteminder/oracle10g/logs 6. Edit the netesso.library entry with the directory path and library name for the connector. This is the library named, libsmoracleiasloginlib.so installed in the directory $ORACLE_HOME/siteminder/oracle10g/lib 7. Edit the netesso.librarypath entry with the directory path for library name for the connector. This is the library named, libsmoracleiasoginlib.so installed in the directory path $ORACLE_HOME/siteminder/oracle10g/lib Edit the OC4J Security Authentication Policies file in the Oracle AS SSO Configuration Directory, $ORACLE_HOME/sso/conf named, policy.properties 1. Change directory to the Oracle AS SSO configuration directory cd $ORACLE_HOME/sso/conf 2. Edit the policy.properties file vi policy.properties 3. Change the line in the file: MediumSecurity_AuthPlugin = oracle.security.sso.server.auth.ssoserverauth To MediumSecurity_AuthPlugin = netegrity.security.ssoplugin.netessosession Use the Oracle Enterprise Manager Application, to Stop and Start the OC4J Security 22

24 Configuration for UNIX Configure the SiteMinder Policies for the Oracle AS Connector and Proxy Agent Use the SiteMinder Administration GUI to configure an agent, agent group, domain, realm, rules, response and policy for the Oracle AS protected resources. An agent entry for the Oracle AS connector and proxy agent is added to the SiteMinder policies in order to allow the connector and proxy agent to communicate with the policy server. Also an agent group is added to the SiteMinder Polices for the connector, proxy agent and any standard SiteMinder web agents that protect the Oracle AS resources. This agent group is used to protect the Oracle AS resources. Also, s SiteMinder response is created for the Oracle AS user and associated with the protected resources. To configure the agents, agent groups, domains, realms, rules, responses and policies for a SiteMinder Policy Server, refer to SiteMinder Policy Design Guide. Configure a SiteMinder Agent for the Oracle AS Connector and Proxy Agent Perform the following steps, to add an agent entry for the Oracle AS Connector and Proxy Agent in the SiteMinder policies. Login to the SiteMinder Administration GUI. Select the System tab. Select the Agents from the list in the Systems tab. Select Edit Create Agent from the menu at the top of the GUI. Enter a name for the Agent, Name: smoracleiasssoagent Enter a description for the Agent, Description: Oracle Connector and Proxy Agent For a SiteMinder 5.x Policy Server, check the Support 4.x Agents box. Select the Agent Type, SiteMinder Web Agent. Enter the IP Address Name or Host Name for the Oracle AS system. Enter a shared secret for the agent. Select the OK Button. An example SiteMinder Agent entry for the connector and proxy agent is shown below. Configure a SiteMinder Agent Group for the Oracle AS Connector and Proxy Agent 23

25 Perform the following steps, to add an agent group in the SiteMinder policies for the SiteMinder Oracle AS Connector, Proxy Agent and Standard SiteMinder Web Agents for the Oracle HTTP Server. The Oracle AS resources and any existing protected OracleAS resources will use this agent group. Login to the SiteMinder Administration GUI. Select the System tab. Select the Agent Groups from the list in the Systems tab. Select Edit Create Agent Group from the menu at the top of the GUI. Enter a name for the Agent Group, Name: smoracleiasagentgroup Enter a description for the Agent, Description: Oracle Connector, Proxy & HTTP Server Agent Select the Agent Type, SiteMinder Web Agent. Select the Add/Remove Button. Select the agent for the SiteMinder Oracle AS Connector and Proxy Agent, smoracleiasssoagent Select the Button, to add the agent to the group. Select the other standard web agents for the Oracle HTTP Server Agent. Select the Button, to add the agents to the group Select the OK Button Select the OK Button The agent group is used with all the Oracle AS protected resources. This means that any SiteMinder realms that protect Oracle AS resources will need to use this agent group. An example SiteMinder Agent Group for the Oracle AS Connector, Proxy Agent and the standard web agents for the Oracle HTTP Server is shown below. 24

26 Configure a SiteMinder Policy Domain for the Oracle AS Connector and Proxy Agent Perform the following steps to add a policy domain in the SiteMinder policies for the Oracle AS environment, if one does not already exist. Login to the SiteMinder Administration GUI. Select the System tab. Select the Domains from the list in the Systems tab. Select Edit Create Domain from the menu at the top of the GUI. Enter a name for the Domain, Name: Oracle AS Enter a description for the Agent, Description: Oracle AS Domain Select the User Directory for the Domain from the list of user directories. Select the Add Button, to add the user directory to the domain. Select the OK Button. An example SiteMinder Policy Domain for Oracle AS is shown below. 25

27 Configure a SiteMinder Realm for the Oracle AS Connector and Proxy Agent Perform the following steps, to add a realm in the SiteMinder policies for the Oracle AS environment. Login to the SiteMinder Administration GUI. Select the Domains tab. Select the Oracle AS Domain from the Domains list in the Domains tab. Select the plus character next to the Oracle AS Domain to expand its entries. Select the Realms from the entries. Select Edit Create Realm from the menu at the top of the GUI. Enter a name for the Realm, Name: Oracle AS Realm Enter a description for the Realm, Description: Oracle AS Connector, Proxy Agent & Standard Web Agents Realm Select the Agent: smoracleiasagentgroup Enter a Resource Filter: /pls/orasso Select the Authentication Scheme. Select the Default Resource Protection: Protected Select the OK Button. An example SiteMinder Realm that protects Oracle AS resources and uses the Oracle AS agent group is shown below. 26

28 Configure a SiteMinder Rule for the Oracle AS Connector and Proxy Agent Perform the following steps, to add a rule in the SiteMinder policies for the Oracle AS Realm. The resource filter entered in the realm combined with the resource entered in the rule is used for the resource entry in the Oracle AS connector and proxy agent configuration file Login to the SiteMinder Administration GUI. Select the Domains tab. Select the Oracle AS Domain from the Domains list in the Domains tab. Select the plus character next to the OracleAS Domain to expand its entries. Select the plus character next to the Realms to expand its entries. Select the Oracle AS Realm from the entries. Select Edit Oracle AS Realm Create Rule under Realm from the menu at the top of the GUI. Enter a name for the Rule, Name: Oracle AS Resource Access Enter a description for the Rule, Description: Oracle AS Connector, Proxy Agent & Standard Web Agents Resource Access Select the Realm: Oracle AS Realm Enter a Resource: /* Select the Action: Web Agent Actions Select Actions: Get and Post Select When this Rule Fires: Allow Access Select Enable or Disable this Rule: Enabled Select the OK Button. An example SiteMinder Rule that controls access to the Oracle AS resources is shown below. 27

29 Configure another SiteMinder Realm for the Oracle AS Connector and Proxy Agent Perform the following steps, to add a realm in the SiteMinder policies for the Oracle AS environment. Login to the SiteMinder Administration GUI. Select the Domains tab. Select the Oracle AS Domain from the Domains list in the Domains tab. Select the plus character next to the Oracle AS Domain to expand its entries. Select the Realms from the entries. Select Edit Create Realm from the menu at the top of the GUI. Enter a name for the Realm, Name: Oracle SSO Realm Enter a description for the Realm, Description: Oracle AS Connector, Proxy Agent & Standard Web Agents Realm Select the Agent: smoracleiasagentgroup Enter a Resource Filter: /sso/ Select the Authentication Scheme. Select the Default Resource Protection: Protected Select the OK Button. An example SiteMinder Realm that protects Oracle AS resources and uses the Oracle AS agent group is shown below. 28

30 Configure another SiteMinder Rule for the Oracle AS Connector and Proxy Agent Perform the following steps, to add a rule in the SiteMinder policies for the Oracle AS Realm. The resource filter entered in the realm combined with the resource entered in the rule is used for the resource entry in the Oracle AS connector and proxy agent configuration file Login to the SiteMinder Administration GUI. Select the Domains tab. Select the Oracle AS Domain from the Domains list in the Domains tab. Select the plus character next to the OracleAS Domain to expand its entries. Select the plus character next to the Realms to expand its entries. Select the Oracle AS Realm from the entries. Select Edit Oracle AS Realm Create Rule under Realm from the menu at the top of the GUI. Enter a name for the Rule, Name: Oracle SSO Access Enter a description for the Rule, Description: Oracle AS Connector, Proxy Agent & Standard Web Agents Resource Access Select the Realm: Oracle SSO Enter a Resource: /* Select the Action: Web Agent Actions Select Actions: Get and Post Select When this Rule Fires: Allow Access Select Enable or Disable this Rule: Enabled Select the OK Button. An example SiteMinder Rule that controls access to the Oracle AS resources is shown below. 29

31 Configure a SiteMinder Response for the Oracle AS Connector and Proxy Agent A SiteMinder response is necessary for the for the Oracle user id. This response identifies the Oracle user id associated with a SiteMinder session to the Oracle AS connector and proxy agent. Perform the following steps, to add a SiteMinder response for the Oracle user id. Then associate this response with the Oracle AS protected resources. This means that the response is added with the Oracle AS access rules for the Oracle AS Realm in the Oracle AS policy. Alternatively, the response may be associated with only authentication events, instead of authorization events. This means that the response is only received during authentication events, and not during authorization events. To configure the response for authentication events only for a SiteMinder Policy Server, refer to SiteMinder Policy Design Guide. Login to the SiteMinder Administration GUI. Select the Domains tab. Select the Oracle AS Domain from the Domains list in the Domains tab. Select the plus character next to the Oracle AS Domain to expand its entries. Select the Responses from the entries. Select Edit Create Response from the menu at the top of the GUI. Enter a name for the Response, Name: Oracle AS ID Enter a description for the Response, Description: User ID for Oracle AS Users An example SiteMinder Response is shown below. 30

Setup and Configure the Siteminder Policy Store with Dxmanager

Setup and Configure the Siteminder Policy Store with Dxmanager One CA Plaza Islandia, NY 11749 T +1 631 342 6000 F +1 631 342 6800 ca.com June 20, 2013 Customer Request Number: N/A System/Application: Policy Server Module: Siteminder Policy Store with DXmanager Request

More information

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure)

Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Configuring a Secure Access etrust SiteMinder Server Instance (NSM Procedure) Within the Secure Access device, a SiteMinder instance is a set of configuration settings that defines how the Secure Access

More information

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall

How to Integrate CA SiteMinder with the Barracuda Web Application Firewall How to Integrate CA SiteMinder with the Barracuda Web Application Firewall Overview CA/Netegrity SiteMinder provides an infrastructure for centralized and secure policy management of websites. It uniquely

More information

CA SiteMinder. Agent for JBoss Guide SP1

CA SiteMinder. Agent for JBoss Guide SP1 CA SiteMinder Agent for JBoss Guide 12.52 SP1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.3.0 Installation Guide REV 01 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published September 2016 EMC believes the information

More information

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide

etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide etrust SiteMinder Agent r5.5 for BEA WebLogic 9.0 etrust SiteMinder Agent for BEA WebLogic Guide This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter

More information

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition

CA SiteMinder. Agent for JBoss Guide. r12.1 SP3. Third Edition CA SiteMinder Agent for JBoss Guide r12.1 SP3 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

etrust SiteMinder Agent r6.0 for IBM WebSphere

etrust SiteMinder Agent r6.0 for IBM WebSphere etrust SiteMinder Agent r6.0 for IBM WebSphere SiteMinder Agent for IBM WebSphere Guide r6.0 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively

More information

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E

OTP SERVER NETEGRITY SITEMINDER 6. Rev 1.0 INTEGRATION MODULE. Copyright, NordicEdge, 2005 O T P S E R V E R I N T E G R A T I O N M O D U L E OTP SERVER INTEGRATION MODULE NETEGRITY SITEMINDER 6 Copyright, NordicEdge, 2005 www.nordicedge.se Copyright, 2005, NordicEdge AB Page 1 of 11 1 Introduction 1.1 OTP Server Overview Nordic Edge OTP Server

More information

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization

KB 2449 CA Wily APM security example: CA SiteMinder for authentication with CA EEM for authorization This article describes how you can perform a CA SiteMinder basic set up and configuration to provide CA Wily APM authentication before deploying CA EEM for. This example describes these tasks: Configure

More information

CA SiteMinder Federation Standalone

CA SiteMinder Federation Standalone CA SiteMinder Federation Standalone Installation and Upgrade Guide r12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

Dell EMC Unisphere 360

Dell EMC Unisphere 360 Dell EMC Unisphere 360 Version 9.0.1 Installation Guide REV 02 Copyright 2014-2018 Dell Inc. or its subsidiaries. All rights reserved. Published October 2018 Dell believes the information in this publication

More information

CA SiteMinder. Agent for JBoss Guide 12.51

CA SiteMinder. Agent for JBoss Guide 12.51 CA SiteMinder Agent for JBoss Guide 12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0

Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Integrating CA (formerly Netegrity) SiteMinder 6.0 with IBM Lotus Connections 2.0 Xin BJ Xu IBM Software Group, WPLC Beijing, China Xiao Feng Yu IBM Software Group, WPLC Staff Software Engineer Shanghai,

More information

CA SITEMINDER OVERVIEW

CA SITEMINDER OVERVIEW info@tutionbooks.com CA SITEMINDER OVERVIEW www.tutionbooks.com Session Overview 1 2 3 4 Concept of application Security Requirement of Siteminder Features of siteminder Basic of request to access an application

More information

Video Media Center - VMC 1000 Getting Started Guide

Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Video Media Center - VMC 1000 Getting Started Guide Trademark Information Polycom, the Polycom logo design, Video Media Center, and RSS 2000 are registered

More information

API Gateway Version September Authentication and Authorization Integration Guide

API Gateway Version September Authentication and Authorization Integration Guide API Gateway Version 7.5.2 15 September 2017 Authentication and Authorization Integration Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway

More information

RSA SecurID Ready Implementation Guide

RSA SecurID Ready Implementation Guide RSA SecurID Ready Implementation Guide Last Modified Thursday, May 08, 2003 1. Partner Information Partner Name Web Site Product Name Version & Platform Product Description Product Category Netegrity,

More information

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015

Installation Guide. Unisphere Central. Installation. Release number REV 07. October, 2015 Unisphere Central Release number 4.0 Installation 300-013-602 REV 07 October, 2015 Introduction... 2 Environment and system requirements... 2 Network planning...4 Download Unisphere Central...6 Deploy

More information

ELOQUA INTEGRATION GUIDE

ELOQUA INTEGRATION GUIDE ELOQUA INTEGRATION GUIDE VERSION 2.2 APRIL 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Eloqua and the WorkCast Platform and to explain the

More information

QuickStart Guide. Concur Premier: Travel

QuickStart Guide. Concur Premier: Travel QuickStart Guide Concur Premier: Travel Proprietary Statement This document contains proprietary information and data that is the exclusive property of Concur Technologies, Inc., Redmond, Washington. If

More information

Bonita Workflow. Getting Started BONITA WORKFLOW

Bonita Workflow. Getting Started BONITA WORKFLOW Bonita Workflow Getting Started BONITA WORKFLOW Bonita Workflow Getting Started Bonita Workflow v3.0 Software January 2007 Copyright Bull SAS Table of Contents Chapter 1. New Features for Workflow...1

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Online Help (PDF version) Copyright 2016-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

Last Updated: July 04 th, 2014.Changes from the previous version are in green. SITEMINDER ,29 PLATFORM SUPPORT 1. Policy Server 11,

Last Updated: July 04 th, 2014.Changes from the previous version are in green. SITEMINDER ,29 PLATFORM SUPPORT 1. Policy Server 11, Last Updated: July 04 th, 2014.Changes from the previous version are in green. SITEMINDER 6.0 22,29 PLATFORM SUPPORT 1. Policy Server 11, 28... 2 2. 31-bit/32-bit Web Agents11, 25... 2 3. SAML Affiliate

More information

IBM Tivoli Storage Manager Version Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms

IBM Tivoli Storage Manager Version Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms IBM Tivoli Storage Manager Version 7.1.1 Configuring an IBM Tivoli Storage Manager cluster with IBM Tivoli System Automation for Multiplatforms IBM Tivoli Storage Manager Version 7.1.1 Configuring an

More information

CA SiteMinder Web Services Security

CA SiteMinder Web Services Security CA SiteMinder Web Services Security WSS Agent for IBM WebSphere Guide 12.52 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

Tivoli/Plus for ADSM 1.0

Tivoli/Plus for ADSM 1.0 Tivoli/Plus for ADSM 1.0 8 Tivoli/Plus for??? Release Notes Tivoli/Plus for ADSM 1.0 System Requirements The Tivoli/Plus for ADSM module provides management of the ADSM version 1.2 server application and

More information

FliteStar USER S GUIDE

FliteStar USER S GUIDE FliteStar USER S GUIDE 2003 Jeppesen Sanderson, Inc. All rights reserved. Printed in the United States of America. No part of this publication may be reproduced, stored in a retrieval system, or transmitted,

More information

How To Set Up and Use the SAP ME Earned Standards Feature

How To Set Up and Use the SAP ME Earned Standards Feature SAP Manufacturing Execution How-To Guide How To Set Up and Use the SAP ME s Feature Applicable Release: ME 6.0 Version 1.0 June 4, 2012 Copyright 2012 SAP AG. All rights reserved. No part of this publication

More information

UM1868. The BlueNRG and BlueNRG-MS information register (IFR) User manual. Introduction

UM1868. The BlueNRG and BlueNRG-MS information register (IFR) User manual. Introduction User manual The BlueNRG and BlueNRG-MS information register (IFR) Introduction This user manual describes the information register (IFR) of the BlueNRG and BlueNRG-MS devices and provides related programming

More information

InHotel. Installation Guide Release version 1.5.0

InHotel. Installation Guide Release version 1.5.0 InHotel Installation Guide Release version 1.5.0 Contents Contents... 2 Revision History... 4 Introduction... 5 Glossary of Terms... 6 Licensing... 7 Requirements... 8 Licensing the application... 8 60

More information

Firewall Network and Proxy Datasheet

Firewall Network and Proxy Datasheet Firewall Network and Proxy Datasheet This document lists information about Kontiki servers that you might need for configuring firewalls and proxy servers. As Kontiki selects vendors and expands services,

More information

MARKETO INTEGRATION GUIDE

MARKETO INTEGRATION GUIDE MARKETO INTEGRATION GUIDE VERSION 1.2 JANUARY 2016 DOCUMENT PURPOSE This purpose of this document is to guide clients through the process of integrating Marketo and the WorkCast Platform. DOCUMENT CONTROL

More information

User Guide for E-Rez

User Guide for E-Rez User Guide for E-Rez Table of Contents Section 1 Using E-Rez... 3 Security & Technical Requirements... 3 Logging on to E-Rez... 4 Verify Your Profile... 4 Section 2 Travel Center... 5 Familiarize yourself

More information

Concur Travel: User Supplied Hotels

Concur Travel: User Supplied Hotels Concur Travel: User Supplied Hotels Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents User

More information

HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3

HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 HelpAndManual_unregistered_evaluation_copy AirLog Pilot Logbook V3 Version 3 LLTSoftware.com AirLog pilot logbook for Windows provides

More information

A New Way to Work in the ERCOT Market

A New Way to Work in the ERCOT Market Siemens Energy, Inc. Power Technology Issue 111 A New Way to Work in the ERCOT Market Joseph M. Smith Senior Staff Business Development Specialist joseph_smith@siemens.com In recent months The Electric

More information

Atennea Air. The most comprehensive ERP software for operating & financial management of your airline

Atennea Air. The most comprehensive ERP software for operating & financial management of your airline Atennea Air The most comprehensive ERP software for operating & financial management of your airline Atennea Air is an advanced and comprehensive software solution for airlines management, based on Microsoft

More information

Supports full integration with Apollo, Galileo and Worldspan GDS.

Supports full integration with Apollo, Galileo and Worldspan GDS. FEATURES GENERAL Web-based Solution ALL TRAVELPORT GDS Supports full integration with Apollo, Galileo and Worldspan GDS. GRAPHICAL INTUITIVE WEB EXPERIENCE Intuitive web experience for both GDS expert

More information

CA SiteMinder Web Access Manager r12

CA SiteMinder Web Access Manager r12 Reference Code: TA001441SEC Publication Date: July 2008 Author: Aanchal Sabharwal, Angela Eager, and Somak Roy TECHNOLOGY AUDIT CA SiteMinder Web Access Manager r12 CA BUTLER GROUP VIEW ABSTRACT CA SiteMinder

More information

CA SiteMinder. Federation.NET SDK Guide 12.51

CA SiteMinder. Federation.NET SDK Guide 12.51 CA SiteMinder Federation.NET SDK Guide 12.51 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00

PSS Integrating 3 rd Party Intelligent Terminal. Application Note. Date December 15, 2009 Document number PSS5000/APNO/804680/00 PSS 5000 Application Note Integrating 3 rd Party Intelligent Terminal Date December 15, 2009 Document number PSS5000/APNO/804680/00 Doms A/S Formervangen 28 Tel. +45 4329 9400 info@doms.dk DK-2600 Glostrup

More information

WHAT S NEW in 7.9 RELEASE NOTES

WHAT S NEW in 7.9 RELEASE NOTES 7.9 RELEASE NOTES January 2015 Table of Contents Session Usability...3 Smarter Bookmarks... 3 Multi-Tabbed Browsing... 3 Session Time Out Pop Up... 4 Batch No Show Processing...5 Selecting a Guarantee

More information

The Improvement of Airline Tickets Selling Process

The Improvement of Airline Tickets Selling Process The Improvement of Airline Tickets Selling Process Duran Li (103034466) Department of Industrial Engineering and Engineering Management, National Tsing Hua University, Taiwan Abstract. The process of a

More information

Part 1. Part 2. airports100.csv contains a list of 100 US airports.

Part 1. Part 2. airports100.csv contains a list of 100 US airports. .. Fall 2007 CSC/CPE 365: Database Systems Alexander Dekhtyar.. Lab 8: PL/SQL Due date: Thursday, November 29, midnight Assignment Preparation The main part of this assignment is to be done in teams. The

More information

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe

Federal GIS Conference February 10 11, 2014 Washington DC. ArcGIS for Aviation. David Wickliffe Federal GIS Conference 2014 February 10 11, 2014 Washington DC ArcGIS for Aviation David Wickliffe What is ArcGIS for Aviation? Part of a complete system for managing data, products, workflows, and quality

More information

USER GUIDE Cruises Section

USER GUIDE Cruises Section USER GUIDE Cruises Section CONTENTS 1. WELCOME.... CRUISE RESERVATION SYSTEM... 4.1 Quotes and availability searches... 4.1.1 Search Page... 5.1. Search Results Page and Cruise Selection... 6.1. Modifying

More information

Angel Flight Information Database System AFIDS

Angel Flight Information Database System AFIDS Pilot s Getting Started Guide Angel Flight Information Database System AFIDS Contents Login Instructions... 3 If you already have a username and password... 3 If you do not yet have a username and password...

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department

Operations Manual. FS Airlines Client User Guide Supplement A. Flight Operations Department Restricted Circulation Edition 1.0 For use by KORYO Air & KORYO Connect Pi Operations Manual FS Airlines Client User Guide Supplement 1. 1022 14A This manual has been approved by and issued on behalf of:

More information

Concur Travel-Frequently Asked Questions

Concur Travel-Frequently Asked Questions Concur Travel-Frequently Asked Questions Click Links to Navigate User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational

More information

USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW

USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW USER GUIDE DOCUMENT VIETJET AIR FLIGHTVIEW VERSION CHANGE LOG Version Description of Change Author Date 0.1 Beginning of the Document Thanh Hien December 2018 1 TABLE OF CONTENTS USER GUIDE DOCUMENT VIETJET

More information

Homeport 2.0 User Guide for Public Users

Homeport 2.0 User Guide for Public Users Commanding Officer U.S. Coast Guard Operations Systems Center Kearneysville, WV 25430 Homeport 2.0 User Guide for Public Users Version 1.0 Draft October 17, 2017 Table of Contents 1. PREFACE...1 1.1 About

More information

AIRCRAFT SERVICE CHANGE

AIRCRAFT SERVICE CHANGE AIRCRAFT SERVICE CHANGE NUMBER 909 SUBJECT INDICATING / RECORDING (ATA 31) PLANEVIEW MASTER OPERATING SYSTEM SOFTWARE UPDATE DECEMBER 22, 2011 PILOTS INFORMATION SHEET PLANEVIEW MASTER OPERATING SYSTEM

More information

Management System for Flight Information

Management System for Flight Information Management System for Flight Information COP 5611 Chantelle Erasmus Page 1 of 17 Project Phases Design Phase (100 percent complete)... 3 Initial Implementation and Testing Phase (90 percent complete)...

More information

Fox World Travel/Concur Documentation Concur FAQ

Fox World Travel/Concur Documentation Concur FAQ Fox World Travel/Concur Documentation Concur FAQ User and Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is Slow Smartphone Access Air Car Hotel-Navigational

More information

Product information & MORE. Product Solutions

Product information & MORE. Product Solutions Product information & MORE Product Solutions Amadeus India s Ticket Capping Solution For Airlines Document control Company Amadeus India Department Product Management Table of Contents 1. Introduction...4

More information

Concur Travel: View More Air Fares

Concur Travel: View More Air Fares Concur Travel: View More Air Fares Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents View

More information

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1 DFT Database API Prepared by: Toby Wicks, Software Engineer Version 1.1 19 November 2010 Table of Contents Overview 3 Document Overview 3 Contact Details 3 Database Overview 4 DFT Packages 4 File Structures

More information

MYOB EXO OnTheGo. Release Notes 1.2

MYOB EXO OnTheGo. Release Notes 1.2 MYOB EXO OnTheGo Release Notes 1.2 Contents Introduction 1 What s New in this Release?... 1 Installation 2 Pre-Install Requirements... 2 Installing the EXO API... 2 Installing EXO OnTheGo... 2 New Features

More information

Monitoring & Control Tim Stevenson Yogesh Wadadekar

Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control Tim Stevenson Yogesh Wadadekar Monitoring & Control M&C is not recognised as an SPDO Domain However the volume of work carried out in 2011 justifies a Concept Design Review M&C is

More information

CruisePay Enhancements for 2005 Training Guide Version 1.0

CruisePay Enhancements for 2005 Training Guide Version 1.0 CruisePay Enhancements for 2005 Training Guide Version 1.0 Royal Caribbean Cruises Ltd. 2004 i 9/8/2005 Table of Content: 1 Overview 1 1.1 Purpose: 2 1.2 Assumptions: 2 1.3 Definitions: 2 2 Web Application

More information

myidtravel Functional Description

myidtravel Functional Description myidtravel Functional Description Table of Contents 1 Login & Authentication... 3 2 Registration... 3 3 Reset/ Lost Password... 4 4 Privacy Statement... 4 5 Booking/Listing... 5 6 Traveler selection...

More information

MyFBO Help. Contents TRAINING ONLY

MyFBO Help. Contents TRAINING ONLY MyFBO Help Updated: July 25,2011 The online help menu works well to find most answers and explanations how to use the system. Simply click on the blue question mark symbol on the top right corner of MyFBO.com.

More information

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry

DART. Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel STAFF TRAVEL SIMPLIFIED. Straightforward, easy to use staff travel management system for the airline industry DART Duty & Recreation Travel 2 STAFF TRAVEL COULDN T GET EASIER

More information

Accompanied Travel Enhancements. Product Advisory. May 11, 2007

Accompanied Travel Enhancements. Product Advisory. May 11, 2007 Accompanied Travel Enhancements Product Advisory May 11, 2007 2006 Galileo International. All rights reserved. Information in this document is subject to change without notice. No part of this publication

More information

EMC Unisphere for VMAX

EMC Unisphere for VMAX EMC Unisphere for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

Concur Travel: Post Ticket Change Using Sabre Automated Exchanges

Concur Travel: Post Ticket Change Using Sabre Automated Exchanges Concur Travel: Post Ticket Change Using Sabre Automated Exchanges Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners

More information

Shared Rides Lightning Edition User Guide. Quick Start Framework. Version Name: Spring 2017 Version Number: 2.4 Date: 20/01/17

Shared Rides Lightning Edition User Guide. Quick Start Framework. Version Name: Spring 2017 Version Number: 2.4 Date: 20/01/17 Shared Rides Lightning Edition User Guide Version Name: Spring 2017 Version Number: 2.4 Date: 20/01/17 Shared Rides Lightning Edition User Guide.pdf 1 Table of Content Introduction... 3 Disclaimer... 3

More information

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP

Click the Profile link to review and update your profile. You must save your profile before you first attempt to book a trip. TOP FAQ Concur Travel Documentation User & Profile Assistance First Time Logging into Concur Travel & Expense Forgot Password System is slow Smartphone Access Air Car Hotel-Navigational Assistance Air-Search

More information

S-Series Hotel App User Guide

S-Series Hotel App User Guide S-Series Hotel App User Guide Version 1.2 Date: April 10, 2017 Yeastar Information Technology Co. Ltd. 1 Contents Introduction... 3 About This Guide... 3 Installing and Activating Hotel App... 4 Installing

More information

Scott Silveira, District 5 Supervisor SOCIAL MEDIA POLICIES AND PROCEDURES

Scott Silveira, District 5 Supervisor SOCIAL MEDIA POLICIES AND PROCEDURES Scott Silveira, District 5 Supervisor SOCIAL MEDIA POLICIES AND PROCEDURES PURPOSE Scott Silveira, District 5 Supervisor,recognizes a need to augment his traditional communication methods with the use

More information

Hotel Booking System For Magento

Hotel Booking System For Magento Hotel Booking System For Magento webkul.com/blog/magento-hotel-booking-system/ On - November 23, 2015 Hotel Booking System For Magento is a module which helps in developing your Magento Website into a

More information

GetThere User Training

GetThere User Training GetThere User Training STUDENT GUIDE Table of Contents Table of Contents... 2 Revision History... 3 Objectives... 4 Overview... 4 Getting Started... 5 Home Page... 6 Search... 7 Uncertain City... 8 Flight

More information

My Fleet OPERATING MANUAL

My Fleet OPERATING MANUAL OPERATING MANUAL Contents 1 About My Fleet... 3 2 Creating My Kemppi ID and subscribing to My Fleet...4 3 Downloading manufacturer s validation certificate for X8 Power Source and X8 Wire Feeder...6 4

More information

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes

In-Service Data Program Helps Boeing Design, Build, and Support Airplanes In-Service Data Program Helps Boeing Design, Build, and Support Airplanes By John Kneuer Team Leader, In-Service Data Program The Boeing In-Service Data Program (ISDP) allows airlines and suppliers to

More information

Sunquest Collection Manager (Monitor)

Sunquest Collection Manager (Monitor) Sunquest Collection Manager (Monitor) Collection Manager is a Sunquest application that is used to positively identify patients and print labels at the patient s bedside to eliminate the risk of specimen

More information

AIRCRAFT SERVICE CHANGE

AIRCRAFT SERVICE CHANGE AIRCRAFT SERVICE CHANGE NUMBER 077 SUBJECT NAVIGATION (ATA 34) TCAS 7.1 INSTALLATION JUNE 12, 2012 PILOTS INFORMATION SHEET TCAS 7.1 INSTALLATION This service change upgrades TCAS 2000 or 3000SP systems

More information

PSS VM 7.15 announcement

PSS VM 7.15 announcement PSS VM 7.15 announcement New Mainframe Software Print SubSystem VM 7.15 AFP printing to PCL and PostScript Version 7.15 Bar Code Update with additional features and fixes 2880 Bagsvaerd Tel.: +45 4436

More information

Baggage Reconciliation System

Baggage Reconciliation System Product Description PD-TS-105 Issue 1.0 Date January 2015 The purpose of this product description is to enable the customer to satisfy himself as to whether or not the product or service would be suitable

More information

Certify Travel Program Process Guide Booking

Certify Travel Program Process Guide Booking Division of Business and Financial Affairs Certify Travel Program Process Guide Booking Thursday June 08, 2017 Page 1 Contents Information... 3 Timeline... 3 Process... 3 Assigning and Managing Delegate

More information

myldtravel USER GUIDE

myldtravel USER GUIDE myldtravel USER GUIDE Rev #2 Page 2 of 37 Table of Contents 1. First-Time Login... 4 2. Introduction to the myldtravel Application... 7 3. Creating a Listing... 8 3.1 Traveller Selection... 9 3.2 Flight

More information

Specialty Cruises. 100% Tally and Strip Cruises

Specialty Cruises. 100% Tally and Strip Cruises Specialty Cruises 100% Tally and Strip Cruises Cumulative Tally Tree Category Cruises Stratified Cruises Tree or Log Average Cruises Multiple Cruisers on the same Stand Site Index Cruises Reproduction

More information

Request for Information No OHIO/INDIANA UAS CENTER AND TEST COMPLEX. COA and Range Management Web Application. WebUAS

Request for Information No OHIO/INDIANA UAS CENTER AND TEST COMPLEX. COA and Range Management Web Application. WebUAS OHIO/INDIANA UAS CENTER AND TEST COMPLEX COA and Range Management Web Application WebUAS Request for Information (RFI) Issuing Agency: Ohio Department of Transportation Issue Date: 12/10/2013 Respond by:

More information

TIMS & PowerSchool 2/3/2016. TIMS and PowerSchool. Session Overview

TIMS & PowerSchool 2/3/2016. TIMS and PowerSchool. Session Overview TIMS and PowerSchool TIMS & PowerSchool Kevin R. Hart TIMS and PowerSchool Kevin R. Hart TIMS Project Leader UNC Charlotte Urban Institute Session Overview What is TIMS? PowerSchool Data in TIMS PowerSchool

More information

PSS MVS 7.15 announcement

PSS MVS 7.15 announcement PSS MVS 7.15 announcement New Mainframe Software Print SubSystem MVS 7.15 AFP printing and AFP2PDF conversion Version 7.15 Bar Code + PDF Update with additional features and fixes 2880 Bagsvaerd Tel.:

More information

Concur Travel: Lufthansa Pay As You Fly (PAF)

Concur Travel: Lufthansa Pay As You Fly (PAF) Concur Travel: Lufthansa Pay As You Fly (PAF) Travel Service Guide Applies to Concur Travel: Professional/Premium edition TMC Partners Direct Customers Standard edition TMC Partners Direct Customers Contents

More information

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It 3 Part IV Office 2007 &

Table of Contents. Part I Introduction 3 Part II Installation 3. Part III How to Distribute It 3 Part IV Office 2007 & Contents 1 Table of Contents Foreword 0 Part I Introduction 3 Part II Installation 3 1 Trial Version... 3 2 Full Version... 3 Part III How to Distribute It 3 Part IV Office 2007 & 2010 4 1 Word... 4 Run

More information

The implications of. Simon Willison Google Tech Talk, 25th June 2007

The implications of. Simon Willison Google Tech Talk, 25th June 2007 The implications of Simon Willison Google Tech Talk, 25th June 2007 Who here has used OpenID? Who uses it regularly? What is OpenID? OpenID is a decentralised mechanism for Single Sign On What problems

More information

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011)

INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE. (Dakar, Senegal, 20 22nd July 2011) IP-5 INTERNATIONAL CIVIL AVIATION ORGANIZATION AFI REGION AIM IMPLEMENTATION TASK FORCE (Dakar, Senegal, 20 22nd July 2011) Agenda item: Presented by: Implementation of a African Regional Centralised Aeronautical

More information

Implementing OpenID for Your Social Networking Web Site

Implementing OpenID for Your Social Networking Web Site Implementing OpenID for Your Social Networking Web Site By David Keener http://www.keenertech.com Introduction Social networking sites are communities Communities consist of people Getting people to join

More information

Concur Travel User Guide

Concur Travel User Guide Concur Travel User Guide Table of Contents Updating Your Travel Profile... 3 Travel Arranger... 3 Access... 3 Book a Flight... 5 Step 1: Start the Search... 5 Step 2: Select a flight... 7 Step 3: Select

More information

Quick Start Guide 3500 AquaVent

Quick Start Guide 3500 AquaVent Quick Start Guide 3500 AquaVent Please read this document carefully before using the AquaVent. High Quality Groundwater and Surface Water Monitoring Instrumentation Note: For information on using your

More information

Virgin Australia s Corporate Booking Portal User Guide

Virgin Australia s Corporate Booking Portal User Guide Virgin Australia s Corporate Booking Portal User Guide Status: Review Version: 2.1 (accelerate) Date 07/06/2013 Table of Contents 1. Introduction... 4 2. Getting Started... 4 3. User Profiles... 4 User

More information

PRIVACY POLICY KEY DEFINITIONS. Aquapark Wrocław Wrocławski Park Wodny S.A. with the registered office in Wrocław, ul. Borowska 99, Wrocław.

PRIVACY POLICY KEY DEFINITIONS. Aquapark Wrocław Wrocławski Park Wodny S.A. with the registered office in Wrocław, ul. Borowska 99, Wrocław. Shall enter into force on the 25th May 2018, PRIVACY POLICY Aquapark Wrocław shall endeavour to protect privacy of persons who use our services. This document has been implemented to comply with rules

More information

AIRCRAFT SERVICE CHANGE

AIRCRAFT SERVICE CHANGE AIRCRAFT SERVICE CHANGE NUMBER 907 SUBJECT INDICATING / RECORDING (ATA 31) PLANEVIEW MASTER OPERATING SYSTEM SOFTWARE UPDATE (SV-PFD) September 8, 2008 PILOTS INFORMATION SHEET PLANEVIEW MASTER OPERATING

More information

Amadeus Selling Platform Timatic User Guide

Amadeus Selling Platform Timatic User Guide Amadeus Selling Platform Timatic User Guide amadeus.com YOUR USE OF THIS DOCUMENTATION IS SUBJECT TO THESE TERMS Use of this documentation You are authorised to view, copy, or print the documentation for

More information

PLEASE READ CAREFULLY BEFORE USING THE Qantas Cash App

PLEASE READ CAREFULLY BEFORE USING THE Qantas Cash App PLEASE READ CAREFULLY BEFORE USING THE Qantas Cash App This is a legal agreement ( Agreement ) between you (the person accessing, viewing, using, or installing the app, and later referred to as you ) and

More information

Comfort Pro A Hotel. User Manual

Comfort Pro A Hotel. User Manual Comfort Pro A Hotel User Manual Contents ComfortPro A Hotel 5 Software Features............................................................6 Scope of Delivery.............................................................7

More information