Setting up Weblogic SAML 1.1 SSO for WebCenter Spaces * 11g R1 ( )

Size: px
Start display at page:

Download "Setting up Weblogic SAML 1.1 SSO for WebCenter Spaces * 11g R1 ( )"

Transcription

1 An Oracle White Paper December 2009 Setting up Weblogic SAML 1.1 SSO for WebCenter Spaces * 11g R1 ( ) * WebCenter Spaces is a pre-built application available as a part of WebCenter Suite 11g

2 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle s products remains at the sole discretion of Oracle.

3 Introduction... 2 SAML Components... 3 SAML Credential Mapper... 3 Inter Site Transfer Service (ITS)... 3 SAML Identity Asserter... 3 Assertion Consumer Service (ACS)... 3 SAML Relying party... 3 SAML Asserting Party... 3 SAML Topology and Flow... 3 Configuring SAML-based Single Sign-on... 7 Pre-requisites... 7 Steps to Configure SAML Single Sign-on... 8 Script to Configure Single Sign-on... 8 Script Overview... 8 Instructions for Using the Scripts Instructions After Using the Scripts Testing and Troubleshooting Limitations Conclusion... 15

4 Introduction This white paper describes how to set up Weblogic SAML 1.1 SSO between Oracle WebCenter Spaces, related applications, and service backends by using scripts provided to simplify this configuration. Security Assertion Markup Language (SAML) enables cross-platform authentication between Web applications or Web Services running in a WebLogic Server domain and Web browsers or other HTTP clients. WebLogic Server supports single sign-on (SSO) based on SAML. When users are authenticated at one site that participates in a single sign-on (SSO) configuration, they are automatically authenticated at other sites in the SSO configuration and do not need to log in separately. Oracle recommends that Weblogic SAML-based SSO be used only for smaller deployments when other enterprise-class SSO solutions like Oracle Access Manager (OAM) and Oracle SSO (OSSO) may not be available. It is important to note that OAM is the recommended solution for larger production deployments. Detailed (manual) steps to set up SAML 1.1-based single sign-on between Oracle WebCenter Spaces and the Wiki, Discussions, and Worklist services running on different managed servers across different domains are documented in the Security chapter of the Oracle Fusion Middleware Administrator's Guide for Oracle WebCenter. 2

5 SAML Components A SAML-based single sign-on solution consists of the following components: SAML Credential Mapper The SAML Credential Mapping provider acts as a producer of SAML security assertions, allowing WebLogic Server to act as a source site for using SAML for single sign-on. The SAML Credential Mapping provider generates valid SAML 1.1 assertions for authenticated subjects based on the configuration of the target site or resource. Inter Site Transfer Service (ITS) The Inter Site Transfer Service is an addressable component that generates identity assertions and transfers the user to the destination site. SAML Identity Asserter The SAML Identity Assertion provider acts as a consumer of SAML security assertions, allowing WebLogic Server to act as a destination site for using SAML for single sign-on. The SAML Identity Assertion provider processes valid SAML 1.1 assertions for authenticated subjects obtained from the source site or resource. Assertion Consumer Service (ACS) The Assertion Consumer Service is an addressable component that receives assertions and/or artifacts generated by the ITS and uses them to authenticate users at the destination site. SAML Relying party A SAML Relying Party is an entity that relies on the information in a SAML assertion produced by the SAML source site. You can configure how WebLogic Server produces SAML assertions separately for each Relying Party or use the defaults established by the Federation Services source site configuration for producing assertion. SAML Asserting Party A SAML Asserting Party is a trusted SAML Authority (an entity that can authoritatively assert security information in the form of SAML Assertions). SAML Topology and Flow SAML SSO can be set up using two profiles: 3

6 Browser/POST profile This represents a push model. An assertion is POSTed, using the HTTP POST command, directly to the relying party. Browser/Artifact profile This represents a pull model. A special form of reference to the authentication assertion (called an artifact) is sent to the relying party, which can use this reference to obtain (or pull) the assertion from the Asserting Party. WebCenter is certified against the SAML 1.1 POST profile. Figure 1 below illustrates various interactions between a WebCenter Spaces application hosted on the WLS_Spaces Managed Server and the OWC Wiki application hosted on the WLS_Services Managed Server in the same domain. Figure 1: Interactions in a SAML SSO setup The steps in the flow are: 1. The user's browser accesses WebCenter Spaces (source site), hosted on a WebLogic Managed Server (WLS_Spaces) in the WebCenter domain (wc_domain), by supplying user credentials. 2. WebCenter Spaces passes the user credentials to the authentication service provider. 3. If authentication is successful, the authenticated session is established, and the WebCenter Spaces welcome page is displayed. 4. From the welcome page, the user then clicks on a link on the page to access a secured Web page of the Wiki service (destination site), hosted on a different 4

7 WebLogic Managed Server (WLS_Services) in the same domain. This triggers a call to the Inter-Site Transfer Service (ITS) servlet configured. In this case, the ITS servlet is hosted within the source site (that is, on the WebCenter Spaces application on the WLS_Spaces Managed Server) that will share the same JSESSIONID cookie as WebCenter Spaces. 5. The ITS servlet calls the SAML Credential Mapper configured in the WebCenter domain (wc_domain) to request a caller assertion. The SAML Credential Mapper returns the assertion. It also returns the URL of the destination site application Web page (a secured Web page of the Wiki service) and path to the appropriate POST form (if the source site is configured to use the POST profile). 6. The SAML ITS servlet generates a SAML response containing the generated assertion, signs it, base-64 encodes it, embeds it in the HTML form, and returns the form to the user's browser. 7. The user's browser POSTs the form to the destination site's Assertion Consumer Service (ACS). In this case, the ACS Servlet is hosted in destination site (the Wiki service) and shares its login cookie. 8. The assertion is validated. 9. If the assertion is successful, the user is redirected to the target (the secured Web page of the Wiki service). 10. The user is logged in on the destination site Wiki service without having to reauthenticate. Figure 2 shows a detailed view of SAML single sign-on components and topology for WebCenter Spaces and all the related applications. 5

8 Figure 2: SAML single sign-on components and topology for WebCenter Spaces and related applications SSO may be required between WebCenter Spaces and the following applications and/or services: RSS typically hosted on the same server as the WebCenter Spaces application OWC Wiki typically hosted on the WLS_Services Managed Server in the WebCenter domain (wc_domain) OWC Discussions typically hosted on the WLS_Services Managed Server in the WebCenter domain (wc_domain) Worklist Integration hosted on the SOA server in the SOA domain (soa_domain) configured in the Worklist connection setup for WebCenter Spaces Worklist SDP hosted on the SOA server in the SOA domain (soa_domain) configured in the Worklist connection setup for WebCenter Spaces Worklist Community Detail hosted on the SOA server in the SOA domain (soa_domain) configured in the Worklist connection setup for WebCenter Spaces The interactions between WebCenter Spaces and these applications and services are shown in Figure 2. 6

9 Configuring SAML-based Single Sign-on Pre-requisites WebCenter Installation and Setup Follow the Oracle Fusion Middleware Installation Guide for Oracle WebCenter and install WebCenter Spaces and related applications as required for your environment. If you have the Wiki service installed, refer to Working with Wikis and Blogs in the Oracle Fusion Middleware User's Guide for Oracle WebCenter Spaces. This chapter covers how to expose Wikis and Blogs in WebCenter Spaces. If you have installed the Oracle Discussions service, you will need to set a system property on the discussion server s Admin page and create a discussion forum connection for use in WebCenter Spaces. You will also need to deploy the version of the discussions application that supports SAML SSO. Follow the steps in Deploying the Discussions Server for SAML SSO and Configuring the Discussions Server for SAML SSO in the Security chapter of the Oracle Fusion Middleware Administrator's Guide for Oracle WebCenter. You can access the Discussions service application using the Forum Administration link in WebCenter Spaces from Group Space Settings > Services > Discussions (assuming this service is provisioned for the group space). If you have installed SOA and subsequently configured Worklist for use in WebCenter Spaces, you can access Worklist applications from the Worklist taskflow in Personal Space or the sidebar. To test RSS access from WebCenter Spaces, click the RSS link from Recent Documents or Lists. Generating and Registering Certificates To secure communication between the SAML source and destination sites, communication between the source site and destination site should be encrypted. Additionally, certificates should be used to verify the identity of the other party during a SAML interaction. Follow the steps in Generating and Registering Certificates to create and configure a custom key store in the Security chapter of the Oracle Fusion Middleware Administrator's Guide for Oracle WebCenter. Be sure to export the certificate you have chosen to use for the SAML configuration. This is required for the certificate to be registered in the certificate registry maintained by the SAML Identity Assertion provider configured on the destination domains. SSL Setup 7

10 If the WebCenter installation is configured to use SSL for providing transport-level security, then SSL should be configured prior to configuring single sign-on. Note that setting up SSL is not related to enabling SSO. Steps to Configure SAML Single Sign-on The following must typically be configured to set up SAML-based single sign-on in a WebLogic environment: SAML Credential Mapping Provider Necessary relying parties Source Site Federation Services SAML Identity Asserter Necessary asserting parties Destination Site Federation Services Each of the above configuration steps are documented in detail in the Security chapter of the Oracle Fusion Middleware Administrator's Guide for Oracle WebCenter. Script to Configure Single Sign-on The script to configure SAML Single Sign-on automates the six steps listed in the section Steps to configure SAML Single Sign-on. Refer to the supporting script zip file (saml_scripts.zip) along with the link to the white paper. Script Overview The ZIP file contains the scripts to configure SAML 1.1 SSO for WebCenter Spaces and related applications. The following files are available in the ZIP file: wcsamlsso.properties This properties file encapsulates the necessary configuration information for the SAML SSO setup. The properties file has the following sections: spaces_config This section captures the login information, admin URL, WebCenter Spaces server and URL, etc., of the WebCenter domain required for the Credential Mapper and Source Site Federation Services configuration. All properties in this section is must be completed. configfile - Config file containing the weblogic user account and password for the WebCenter domain 8

11 keyfile - Key file to decrypt the weblogic user account and password for the WebCenter domain adminurl - WebLogic Admin URL to connect to WLST usesssl - Indicates whether WebCenter Spaces is configured to use SSL url - WebCenter URL. If usesssl is "true", then change "http" to "https" servername - Server where WebCenter Spaces is deployed, typically WLS_Spaces certalias - Alias of certificate to sign SAML assertions certpassword Encrypted password of certificate to sign SAML assertions services_config This section captures the login information, admin URL, certificate file path, etc., of the Services domain required for the Identity Asserter and Destination Site Federation Services configuration. You need to complete this section only if your setup has Wiki and/or Discussions configured. configfile - Config file containing weblogic user account and password for the Services domain keyfile - Key file to decrypt weblogic user account and password for the Services domain adminurl - WebLogic Admin URL to connect to WLST usesssl - Indicates whether Wiki/Forum is configured to use SSL servername - Server where Wiki and Discussions are deployed (typically the WLS_Services Managed Server) certalias - Alias of certificate to verify SAML assertions certpath - Path to exported certificate to verify SAML assertions soa_config This section captures the login information, admin URL, certificate file path, etc., of the SOA domain required for the Identity Asserter and Destination Site Federation Services configuration. You need to complete this section only if your setup has SOA configured. configfile - Config File containing the weblogic user account and password for the SOA domain 9

12 keyfile - Key File to decrypt the weblogic user account and password for the SOA domain adminurl - WebLogic Admin URL to connect to WLST usesssl - Indicates whether SOA applications are configured to use SSL servername - Server where SOA applications are deployed (typically soa_server1) certalias - Alias of certificate to verify SAML assertions certpath - Path to exported certificate to verify SAML assertions wiki_config Specify whether your configuration has Wiki installed. url OWC Wiki URL. If usesssl in services_config is "true", then change "http" to "https" rss_config This section must be completed. url RSS URL. If usesssl in spaces_config is "true", then change "http" to "https" forum_config Specify whether your configuration has Discussions installed. url OWC Discussions URL. If usesssl in services_config is "true", then change "http" to "https" worklist_config Specify whether SOA is installed and Worklist is configured for WebCenter Spaces. worklist_detail - Worklist Detail application URL. If usesssl in soa_config is "true", then change "http" to "https" worklist_sdp - Worklist SDP application URL. If usesssl in soa_config is "true", then change "http" to "https" worklist_integration - Worklist Integration application URL. If usesssl in soa_config is "true", then change "http" to "https" wcsamlsso.py Script file that contains utility functions invoked by rest of the configuration scripts 10

13 configurespaces.py Executable script to configure SAML 1.1 Credential Mapper, SAML 1.1 Identity Asserter and Source and Destination site federation services on the WebCenter domain configureservices.py Executable script to configure SAML 1.1 Identity Asserter and Destination site federation services on the Services domain configuresoa.py Executable script to configure SAML 1.1 Identity Asserter and Destination site federation services on the SOA domain configuresso.py Executable script to configure asserting and relying parties for all related applications used in WebCenter Spaces (i.e., RSS, Wiki, Forum, and Worklist) If your setup does not have one or more of the six applications, then Oracle recommends that you run the specific scripts to configure individual applications described below. configurerss.py Executable script to configure asserting and relying parties for the RSS application configurewiki.py Executable script to configure asserting and relying parties for the Wiki application configureforum.py Executable script to configure asserting and relying parties for the Discussions application configureworklistintegration.py Executable script to configure asserting and relying parties for the Worklist Integration application configureworklistdetail.py Executable script to configure asserting and relying parties for the Worklist Community Detail application configureworklistsdp.py Executable script to configure asserting and relying parties for the Worklist SDP application 11

14 Instructions for Using the Scripts 1. Unzip the contents of the zip file into $ORACLE_HOME. This will extract the contents into $ORACLE_HOME/wlserver_10.3/common/bin and $ORACLE_HOME/wlserver_10.3/common/wlst 2. Ensure that the Administration server for all the domains used in this configuration are up and running. 3. Generate the config and key files containing the connection information for the various domains using the storeuserconfig WLST command. See help('storeuserconfig') for usage and syntax details. a. Connect using WLST to the WebCenter domain using the admin username and password, and run the following command: storeuserconfig('spacesconfig.secure', 'spaceskey.secure') This creates a user configuration file and an associated key file. The user configuration file contains an encrypted username and password. The key file contains a secret key that is used to encrypt and decrypt the username and password. The above command will store the config and key files in directory from where WLST was invoked, or you can optionally specify a more secure path. b. Repeat step 3a. after connecting to the services domain using the admin username and password. Even if Wiki and Discussions are installed on the same domain as WebCenter Spaces (wc_domain), you need to connect to the WebCenter domain and run this command: storeuserconfig('servicesconfig.secure', 'serviceskey.secure') c. Repeat step 3a. after connecting to the SOA domain using the admin username and password. Even if SOA is installed on the same domain as WebCenter Spaces, you need to connect to the WebCenter domain and run this command: storeuserconfig('soaconfig.secure', 'soakey.secure') 4. Launch WLST and run the WLST encrypt command to encrypt the certificate password. See help( encrypt ) for usage and syntax details. print encrypt(obj= <certificatepassword>, domaindir= <full path to the Spaces domain directory> ) This will display the encrypted certificate password. The encrypt command uses the encryption for a specified WebLogic Server domain root directory. The encrypted output needs to be set as certpassword value in wcsamlsso.properties mentioned 12

15 in the next step. Since this password will be set onto the credential mapper and source site federation services in the WebCenter domain, so be sure to run this encryption utility using the WebCenter domain. 5. Edit $ORACLE_HOME/wlserver_10.3/common/bin/wcsamlsso.properties to fill out sections applicable to your setup. Refer to the Script Overview section for a detailed description of the sections in this properties file. 6. Launch WLST from $ORACLE_HOME/wlserver_10.3/common/bin and execute the scripts in the order shown below. Note: Run the scripts in the WLST offline mode as the scripts include an explicit connect command. a. execfile('configurespaces.py') Restart the Administration server and the WLS_Spaces Managed Server in the WebCenter domain. b. If you have a Wiki or Discussion Forums setup, execute the configureservices.py script: execfile('configureservices.py') If the Wiki and Forum belong to the same domain as WebCenter Spaces, then only restart the WLS_Services Managed Server. Otherwise, restart the Administration server and the WLS_Services Managed Server in the Services domain. c. If you have Worklist configured for WebCenter Spaces, execute the configuresoa.py script: execfile('configuresoa.py') Restart the Administration server and the SOA server in the SOA domain. 7. Follow either step a. or b. below depending on whether you have installed all related applications along with WebCenter Spaces, or have only selected some applications in your setup. a. If you have all applications installed RSS, Wiki, Forum, Worklist Integration, Detail and SDP, then you can run this single command to configure asserting and relying parties for all applications: execfile('configuresso.py') No restart is required after executing this script. 13

16 b. If you don t have all applications installed, run the individual commands below as required. Instructions After Using the Scripts i. execfile('configurerss.py') - No restart is required. ii. execfile('configurewiki.py') - Do this if you have Wiki installed in your setup. No restart is required. iii. execfile('configureforum.py') - Do this if you have Discussions installed in your setup. No restart is required. iv. execfile('configureworklistintegration.py') - Do this if you have Worklist installed in your setup. No restart is required. v. execfile('configureworklistdetail.py') - Do this if you have Worklist installed in your setup. No restart is required. vi. execfile('configureworklistsdp.py') - Do this if you have Worklist installed in your setup. No restart is required. IMPORTANT: Since the properties file contains sensitive information, please delete it after you have configured and verified the SAML SSO setup. Also delete the config and key files you generated in Step 3 above. Testing and Troubleshooting Using a new browser window, log in to WebCenter Spaces and access the SSO enabled applications listed below and ensure that you are not challenged to log in again: RSS From Recent Activities or Lists Wiki Blog or Wiki from Group Space Discussions Forum Administration link on the Group Space Settings Service tab Worklist Worklist taskflow in Personal Space If you see that you are still challenged to log in, or see a 401 or 403 error code, check the configuration in the Administration Console and compare it with the documented configuration in the Administrator s Guide. Limitations SAML 1.1 does not support global logout. So if you log out of source site, you will still remain logged in the destination site. Oracle recommends that you set a short session time 14

17 out for the target applications. Additionally, you can log out of each target application or close the browser and clear the cache after use. If you set up SSO by using SAML SSO with WebCenter Spaces as the source application and Oracle WebCenter Discussions as the destination application, then you can access the administration pages of the Discussions application from the WebCenter Spaces Manage Group Space Services screen or Configure WebCenter Services screen. However, the administration pages of Oracle WebCenter Discussions do not participate in SSO. Therefore, if you access administration pages directly, then you are required to log in to Oracle WebCenter Discussions again. Conclusion This White paper described how to leverage accompanying scripts for simplifying WebLogic SAML-based SSO configuration for WebCenter Spaces. 15

18 Setting up Weblogic SAML 1.1 SSO for WebCenter Spaces 11g R1 ( ) December 2009 Author: Preeti Yarashi Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: oracle.com Copyright 2009, Oracle and/or its affiliates. All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. This document is not warranted to be error-free, nor subject to any other warranties or conditions, whether expressed orally or implied in law, including implied warranties and conditions of merchantability or fitness for a particular purpose. We specifically disclaim any liability with respect to this document and no contractual obligations are formed either directly or indirectly by this document. This document may not be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without our prior written permission. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. 0109

Siebel CRM On Demand Single Sign-On. An Oracle White Paper December 2006

Siebel CRM On Demand Single Sign-On. An Oracle White Paper December 2006 Siebel CRM On Demand Single Sign-On An Oracle White Paper December 2006 Siebel CRM On Demand Single Sign-On Introduction... 3 Single Sign-On with Siebel CRM On Demand... 4 Customer Requirements... 4 SSO

More information

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g

An Oracle White Paper October 2009. Frequently Asked Questions for Oracle Forms 11g An Oracle White Paper October 2009 Frequently Asked Questions for Oracle Forms 11g Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0)

An Oracle White Paper March 2011. Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) An Oracle White Paper March 2011 Integrating the SharePoint 2007 Adapter with WebCenter Spaces (11.1.1.3.0 & 11.1.1.4.0) Table of Contents Introduction... 2 Overview... 2 Adding WebCenter Adapter for

More information

Long User ID and Password Support In JD Edwards EnterpriseOne

Long User ID and Password Support In JD Edwards EnterpriseOne Long User ID and Password Support In JD Edwards EnterpriseOne An Oracle JD Edwards EnterpriseOne Red Paper November 2007 PURPOSE STATEMENT This document outlines the steps that existing JD Edwards EnterpriseOne

More information

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service

An Oracle White Paper Dec 2013. Oracle Access Management Security Token Service An Oracle White Paper Dec 2013 Oracle Access Management Security Token Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only,

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

An Oracle White Paper January 2013. Integrating Oracle Application Express with Oracle Access Manager. Revision 1

An Oracle White Paper January 2013. Integrating Oracle Application Express with Oracle Access Manager. Revision 1 An Oracle White Paper January 2013 Integrating Oracle Application Express with Oracle Access Manager Revision 1 Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure

An Oracle White Paper September 2013. Oracle WebLogic Server 12c on Microsoft Windows Azure An Oracle White Paper September 2013 Oracle WebLogic Server 12c on Microsoft Windows Azure Table of Contents Introduction... 1 Getting Started: Creating a Single Virtual Machine... 2 Before You Begin...

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015

Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Migration Best Practices for OpenSSO 8 and SAM 7.1 deployments O R A C L E W H I T E P A P E R M A R C H 2015 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012

Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Oracle Web Service Manager 11g Field level Encryption (in SOA, WLS) March, 2012 Step-by-Step Instruction Guide Author: Prakash Yamuna Senior Development Manager Oracle Corporation Table of Contents Use

More information

An Oracle White Paper March 2009. Integrating Microsoft SharePoint Server With Oracle Virtual Directory

An Oracle White Paper March 2009. Integrating Microsoft SharePoint Server With Oracle Virtual Directory An Oracle White Paper March 2009 Integrating Microsoft SharePoint Server With Oracle Virtual Directory Oracle White Paper Integrating Microsoft SharePoint Server With Oracle Virtual Directory Disclaimer

More information

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers

Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers An Oracle Technical Paper July 2012 Oracle Fusion Applications Splitting Topology from Single to Multiple Host Servers Disclaimer The following is intended to outline our general product direction. It

More information

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider

An Oracle White Paper October 2011. BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider An Oracle White Paper October 2011 BI Publisher 11g Scheduling & Apache ActiveMQ as JMS Provider Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008

Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server. An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office SharePoint Server An Oracle White Paper October 2008 Oracle Business Intelligence Enterprise Edition Plus and Microsoft Office

More information

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows

An Oracle White Paper July 2013. Introducing the Oracle Home User in Oracle Database 12c for Microsoft Windows An Oracle White Paper July 2013 Introducing the Oracle Home User Introduction Starting with Oracle Database 12c Release 1 (12.1), Oracle Database on Microsoft Windows supports the use of an Oracle Home

More information

Oracle VM Manager Template. An Oracle White Paper February 2009

Oracle VM Manager Template. An Oracle White Paper February 2009 Oracle VM Manager Template An Oracle White Paper February 2009 Oracle VM Manager Template Using the Oracle VM Manager Template to manage Oracle VM servers. Oracle VM is Oracle's own x86/x86-64 server virtualization

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

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c.

An Oracle White Paper June, 2012. Provisioning & Patching Oracle Database using Enterprise Manager 12c. An Oracle White Paper June, 2012 Provisioning & Patching Oracle Database using Enterprise Manager 12c. Table of Contents Executive Overview... 2 Introduction... 2 EM Readiness:... 3 Installing Agent...

More information

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008

Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007. An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 An Oracle White Paper July 2008 Deliver Oracle BI Publisher documents to Microsoft Office SharePoint Server 2007 To create

More information

Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide

Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide An Oracle White Paper February 2011 Sun ZFS Storage Appliance Rule-Based Identity Mapping Between Active Directory and Network Information Services Implementation Guide Introduction... 4 Overview and Prerequisites...

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center MS Dynamics CRM Integration Configuration Guide Version 7.0 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and

More information

IIS Reverse Proxy Implementation

IIS Reverse Proxy Implementation IIS Reverse Proxy Implementation for OXI/OEDS Servers V E R S I O N : 1. 1 M A Y 2 9, 2 0 1 5 Table of Contents Intended Audience 3 About this Document 3 Advisories and Known Issues 3 Additional Considerations

More information

Virtual Contact Center

Virtual Contact Center Virtual Contact Center Zendesk Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents

More information

How To Configure An Orgaa Cloud Control On A Bigip (Cloud Control) On An Orga Cloud Control (Oms) On A Microsoft Cloud Control 2.5 (Cloud) On Microsoft Powerbook (Cloudcontrol) On The

How To Configure An Orgaa Cloud Control On A Bigip (Cloud Control) On An Orga Cloud Control (Oms) On A Microsoft Cloud Control 2.5 (Cloud) On Microsoft Powerbook (Cloudcontrol) On The An Oracle White Paper March, 2012 Enterprise Manager 12c Cloud Control: Configuring OMS High Availability with F5 BIG- IP Local Traffic Manager Executive Overview... 2 About F5 BIG-IP and Oracle Enterprise

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

Configuring Microsoft Active Directory 2003 for Net Naming. An Oracle White Paper September 2008

Configuring Microsoft Active Directory 2003 for Net Naming. An Oracle White Paper September 2008 Configuring Microsoft Active Directory 2003 for Net Naming An Oracle White Paper September 2008 NOTE: The following is intended to outline our general product direction. It is intended for information

More information

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014

Configuring Microsoft Active Directory for Oracle Net Naming. An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming An Oracle White Paper April 2014 Configuring Microsoft Active Directory for Oracle Net Naming Introduction... 3 Steps to Configure Active Directory...

More information

SOA Governance: What s Required To Govern And Manage A Service-Oriented Architecture. An Oracle White Paper October 2006

SOA Governance: What s Required To Govern And Manage A Service-Oriented Architecture. An Oracle White Paper October 2006 SOA Governance: What s Required To Govern And Manage A Service-Oriented Architecture An Oracle White Paper October 2006 SOA Governance: What s Required to Govern and Manage a Service-Oriented Architecture.

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

Virtual Contact Center

Virtual Contact Center Virtual Contact Center MS Dynamics CRM Online Integration Configuration Guide Version 7.1 Revision 1.0 Copyright 2013, 8x8, Inc. All rights reserved. This document is provided for information purposes

More information

Copyright http://support.oracle.com/

Copyright http://support.oracle.com/ Primavera Portfolio Management 9.0 Security Guide July 2012 Copyright Oracle Primavera Primavera Portfolio Management 9.0 Security Guide Copyright 1997, 2012, Oracle and/or its affiliates. All rights reserved.

More information

An Oracle White Paper July 2014. Oracle Linux and Oracle VM Remote Lab User Guide

An Oracle White Paper July 2014. Oracle Linux and Oracle VM Remote Lab User Guide An Oracle White Paper July 2014 Oracle Linux and Oracle VM Remote Lab User Guide Contents Introduction... 1 Infrastructure Requirements on the Client Side... 2 Overview of the Lab Hardware... 3 Logging

More information

Oracle WebCenter Content Service for Microsoft Exchange

Oracle WebCenter Content Service for Microsoft Exchange Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade Guide 10g Release 3 (10.3) November 2008 Oracle WebCenter Content Service for Microsoft Exchange Installation and Upgrade

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

Oracle Mobile Security

Oracle Mobile Security Oracle Mobile Security What s New in OMSS 11gR2 Patch Set 3 ORACLE WHITE PAPER MAY 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes

More information

JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server

JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server JD Edwards EnterpriseOne 9.1 Clustering Best Practices with Oracle WebLogic Server An Oracle JD Edwards EnterpriseOne Red Paper December 2012 PURPOSE STATEMENT AND DISCLAIMER This document provides considerations

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

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

Oracle Identity Management Concepts and Architecture. An Oracle White Paper December 2003

Oracle Identity Management Concepts and Architecture. An Oracle White Paper December 2003 Oracle Identity Management Concepts and Architecture An Oracle White Paper December 2003 Oracle Identity Management Concepts and Architecture Introduction... 3 Identity management... 3 What is Identity

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

How To Customize An Org Bee 11G With A Custom Skin On A Windows 7.5 (Oracle) 11G (Orca) 11Ge (Orora) 11Gh (Orroboro) 11E (Ororro

How To Customize An Org Bee 11G With A Custom Skin On A Windows 7.5 (Oracle) 11G (Orca) 11Ge (Orora) 11Gh (Orroboro) 11E (Ororro Customizing Oracle Business Intelligence Enterprise Edition 11g An Oracle White Paper August, 2010 Customizing Oracle Business Intelligence Enterprise Edition 11g OVERVIEW In order to best deliver an intuitive

More information

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service

An Oracle White Paper June 2014. Security and the Oracle Database Cloud Service An Oracle White Paper June 2014 Security and the Oracle Database Cloud Service 1 Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database

More information

Oracle Easy Connect Naming. An Oracle White Paper October 2007

Oracle Easy Connect Naming. An Oracle White Paper October 2007 Oracle Easy Connect Naming An Oracle White Paper October 2007 NOTE: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.

Maximum Availability Architecture. Oracle Best Practices For High Availability. Backup and Recovery Scenarios for Oracle WebLogic Server: 10. Backup and Recovery Scenarios for Oracle WebLogic Server: 10.3 An Oracle White Paper January, 2009 Maximum Availability Architecture Oracle Best Practices For High Availability Backup and Recovery Scenarios

More information

TIBCO Spotfire Automation Services Installation and Configuration

TIBCO Spotfire Automation Services Installation and Configuration TIBCO Spotfire Automation Services Installation and Configuration Software Release 7.0 February 2015 Updated March 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Google Apps Deployment Guide

Google Apps Deployment Guide CENTRIFY DEPLOYMENT GUIDE Google Apps Deployment Guide Abstract Centrify provides mobile device management and single sign-on services that you can trust and count on as a critical component of your corporate

More information

Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009

Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009 Oracle Enterprise Single Sign-on Technical Guide An Oracle White Paper June 2009 EXECUTIVE OVERVIEW Enterprises these days generally have Microsoft Windows desktop users accessing diverse enterprise applications

More information

Oracle Business Intelligence ADF Custom Visualizations and Integration. An Oracle White Paper November 2012

Oracle Business Intelligence ADF Custom Visualizations and Integration. An Oracle White Paper November 2012 Oracle Business Intelligence ADF Custom Visualizations and Integration An Oracle White Paper November 2012 Oracle Business Intelligence ADF Custom Visualizations and Integration OVERVIEW Business users

More information

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004

Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations. An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations An Oracle White Paper March 2004 Enterprise Manager 10g Backup, Recovery and Disaster Recovery Considerations Introduction...

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

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0

Virtual Contact Center. Release Notes. Version 7.0.0.18. Revision 1.0 Virtual Contact Center Release Notes Version 7.0.0.18 Revision 1.0 Copyright 2012, 8x8, Inc. All rights reserved. This document is provided for information purposes only and the contents hereof are subject

More information

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet

An Oracle White Paper August 2010. Oracle OpenSSO Fedlet An Oracle White Paper August 2010 Oracle OpenSSO Fedlet Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1.6) E14294-06 November 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include:

More information

Oracle BI Publisher Enterprise Cluster Deployment. An Oracle White Paper August 2007

Oracle BI Publisher Enterprise Cluster Deployment. An Oracle White Paper August 2007 Oracle BI Publisher Enterprise Cluster Deployment An Oracle White Paper August 2007 Oracle BI Publisher Enterprise INTRODUCTION This paper covers Oracle BI Publisher cluster and high availability deployment.

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

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports $Q2UDFOH7HFKQLFDO:KLWHSDSHU )HEUXDU\ Secure Web.Show_Document() calls to Oracle Reports Introduction...3 Using Web.Show_Document

More information

An Oracle White Paper January, 2015. Enterprise Manager Cloud Control 12c: Configuring External User Authentication Using Microsoft Active Directory

An Oracle White Paper January, 2015. Enterprise Manager Cloud Control 12c: Configuring External User Authentication Using Microsoft Active Directory An Oracle White Paper January, 2015 Enterprise Manager Cloud Control 12c: Configuring External User Authentication Using Microsoft Active Directory Table of Contents Executive Overview... 3 Introduction...

More information

One View Report Samples Warehouse Management

One View Report Samples Warehouse Management One View Report Samples Warehouse Management Introduction... 1 Application: One View Warehouse Request Inquiry P46270... 2 Report: Warehouse Pick Request Analysis... 2 Report: Warehouse Putaway Request

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

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

Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox Configuring Single Sign-on from the VMware Identity Manager Service to Dropbox VMware Identity Manager SEPTEMBER 2015 V1 Configuring Single Sign-On from VMware Identity Manager to Dropbox Table of Contents

More information

About Node Manager and the WebLogic Scripting Tool

About Node Manager and the WebLogic Scripting Tool Controlling the P6 EPPM WebLogic Domain Using Node Manager And WebLogic Scripting Release 8.4 September 2014 Contents About Node Manager and the WebLogic Scripting Tool... 5 Prerequisites... 5 Starting

More information

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction First Published January 2010 Updated October 2013 Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary

More information

Oracle WebLogic Server

Oracle WebLogic Server Oracle WebLogic Server Creating Templates and Domains Using the pack and unpack Commands 10g Release 3 (10.3) November 2008 Oracle WebLogic Server Oracle Workshop for WebLogic Oracle WebLogic Portal Oracle

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

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction

Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction First Published January 2010 Updated May 2011 Oracle Data Integrator and Oracle Warehouse Builder Statement of Direction Disclaimer This document in any form, software or printed matter, contains proprietary

More information

Oracle Identity Management for SAP in Heterogeneous IT Environments. An Oracle White Paper January 2007

Oracle Identity Management for SAP in Heterogeneous IT Environments. An Oracle White Paper January 2007 Oracle Identity Management for SAP in Heterogeneous IT Environments An Oracle White Paper January 2007 Oracle Identity Management for SAP in Heterogeneous IT Environments Executive Overview... 3 Introduction...

More information

Oracle Identity Management: Integration with Windows. An Oracle White Paper December. 2004

Oracle Identity Management: Integration with Windows. An Oracle White Paper December. 2004 Oracle Identity Management: Integration with Windows An Oracle White Paper December. 2004 Oracle Identity Management: Integration with Windows Introduction... 3 Goals for Windows Integration... 4 Directory

More information

SIMPLIFY MICROSOFT CRM AND QUICKBOOKS INTEGRATION Microsoft Dynamics CRM Online to QuickBooks Bidirectional

SIMPLIFY MICROSOFT CRM AND QUICKBOOKS INTEGRATION Microsoft Dynamics CRM Online to QuickBooks Bidirectional SIMPLIFY MICROSOFT CRM AND QUICKBOOKS INTEGRATION Microsoft Dynamics CRM Online to QuickBooks Bidirectional Requirements: Microsoft CRM Adapter QuickBooks Adapter Provider: DBSync for QuickBooks Microsoft

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

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2

Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 [1]JD Edwards EnterpriseOne Application Interface Services Server for Mobile Enterprise Applications Configuration Guide Tools Release 9.2 E61545-01 October 2015 Describes the configuration of the Application

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

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i

Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i Oracle Forms Services Secure Web.Show_Document() calls to Oracle Reports Server 6i $Q2UDFOH7HFKQLFDO:KLWHSDSHU 0DUFK Secure Web.Show_Document() calls to Oracle Reports Server 6i Introduction...3 solution

More information

How To Load Data Into An Org Database Cloud Service - Multitenant Edition

How To Load Data Into An Org Database Cloud Service - Multitenant Edition An Oracle White Paper June 2014 Data Movement and the Oracle Database Cloud Service Multitenant Edition 1 Table of Contents Introduction to data loading... 3 Data loading options... 4 Application Express...

More information

Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5

Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Oracle Directory Services Integration with Database Enterprise User Security O R A C L E W H I T E P A P E R F E B R U A R Y 2 0 1 5 Disclaimer The following is intended to outline our general product

More information

EVault Endpoint Protection 7.0 Single Sign-On Configuration

EVault Endpoint Protection 7.0 Single Sign-On Configuration Revision: This manual has been provided for Version 7.0 (July 2014). Software Version: 7.0 2014 EVault Inc. EVault, A Seagate Company, makes no representations or warranties with respect to the contents

More information

WebSphere MQ Oracle Enterprise Gateway Integration Guide

WebSphere MQ Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 WebSphere MQ Oracle Enterprise Gateway Integration Guide 1 / 30 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T

P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E M E N T, F U S I O N E D I T I O N R E L E A S E 1 1. 1. 1.x P R O V I S I O N I N G O R A C L E H Y P E R I O N F I N A N C I A L M A N A G E

More information

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004

Load Balancing Oracle Web Applications. An Oracle White Paper November 2004 Load Balancing Oracle Web Applications An Oracle White Paper November 2004 Load Balancing Oracle Web Applications Introduction... 3 Load Balancing Implementation... 3 Architecture Overview... 3 Architecture

More information

SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014]

SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014] SSL Configuration on Weblogic Oracle FLEXCUBE Universal Banking Release 12.0.87.01.0 [August] [2014] Table of Contents 1. CONFIGURING SSL ON ORACLE WEBLOGIC... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance

An Oracle White Paper December 2010. Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance An Oracle White Paper December 2010 Leveraging Oracle Enterprise Single Sign-On Suite Plus to Achieve HIPAA Compliance Executive Overview... 1 Health Information Portability and Accountability Act Security

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Drupal SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

DIGIPASS as a Service. Google Apps Integration

DIGIPASS as a Service. Google Apps Integration DIGIPASS as a Service Google Apps Integration April 2011 Table of Contents 1. Introduction 1.1. Audience and Purpose of this Document 1.2. Available Guides 1.3. What is DIGIPASS as a Service? 1.4. About

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory Release 12.1.0.1.0 E28548-04 February 2014 Microsoft Active Directory, which is included with Microsoft

More information

Oracle Application Server

Oracle Application Server Oracle Application Server Quick Installation Guide 10g Release 3 (10.1.3) for Microsoft Windows (64-Bit) on Intel Itanium B28114-01 February 2006 Oracle Application Server Quick Installation Guide 10g

More information

Oracle Primavera Gateway

Oracle Primavera Gateway Oracle Primavera Gateway Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is

More information

Oracle Enterprise Manager

Oracle Enterprise Manager Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Apache Tomcat Release 12.1.0.1.0 E28545-04 February 2014 This document provides installation instructions and configuration information

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Getting Started with Oracle Data Integrator 12c Virtual Machine Installation Guide December 2014 Oracle Fusion Middleware Getting Started with Oracle Data Integrator, 12c Copyright

More information

Oracle Application Server 10g Web Services Frequently Asked Questions Oct, 2006

Oracle Application Server 10g Web Services Frequently Asked Questions Oct, 2006 Oracle Application Server 10g Web Services Frequently Asked Questions Oct, 2006 This FAQ addresses frequently asked questions relating to Oracle Application Server 10g Release 3 (10.1.3.1) Web Services

More information

CA Spectrum and CA Embedded Entitlements Manager

CA Spectrum and CA Embedded Entitlements Manager CA Spectrum and CA Embedded Entitlements Manager Integration Guide CA Spectrum Release 9.4 - CA Embedded Entitlements Manager This Documentation, which includes embedded help systems and electronically

More information

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c

An Oracle White Paper June 2013. Oracle Linux Management with Oracle Enterprise Manager 12c An Oracle White Paper June 2013 Oracle Linux Management with Oracle Enterprise Manager 12c Introduction... 1 Oracle Enterprise Manager 12c Overview... 3 Managing Oracle Linux with Oracle Enterprise Manager

More information

IBM WebSphere Application Server

IBM WebSphere Application Server IBM WebSphere Application Server SAML 2.0 web single-sign-on 2012 IBM Corporation This presentation describes support for SAML 2.0 web browser Single Sign On profile included in IBM WebSphere Application

More information

Get More from Microsoft SharePoint with Oracle Fusion Middleware. An Oracle White Paper January 2008

Get More from Microsoft SharePoint with Oracle Fusion Middleware. An Oracle White Paper January 2008 Get More from Microsoft SharePoint with Oracle Fusion Middleware An Oracle White Paper January 2008 NOTE The following is intended to outline our general product direction. It is intended for information

More information

Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory. Overview August 2008

Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory. Overview August 2008 Manage Oracle Database Users and Roles Centrally in Active Directory or Sun Directory Overview August 2008 Introduction... 3 Centralizing DataBase Account Management using Existing Directories with OVD...

More information

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008

Oracle Business Intelligence Enterprise Edition LDAP-Security Administration. White Paper by Shivaji Sekaramantri November 2008 Oracle Business Intelligence Enterprise Edition LDAP-Security Administration White Paper by Shivaji Sekaramantri November 2008 OBIEE LDAP-Security Administration Before You Start... 3 Executive Overview...

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Okta/Dropbox Active Directory Integration Guide

Okta/Dropbox Active Directory Integration Guide Okta/Dropbox Active Directory Integration Guide Okta Inc. 301 Brannan Street, 3rd Floor San Francisco CA, 94107 info@okta.com 1-888- 722-7871 1 Table of Contents 1 Okta Directory Integration Edition for

More information

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview

An Oracle White Paper February 2014. Oracle Data Integrator 12c Architecture Overview An Oracle White Paper February 2014 Oracle Data Integrator 12c Introduction Oracle Data Integrator (ODI) 12c is built on several components all working together around a centralized metadata repository.

More information