An Oracle White Paper Dec Oracle Access Management Security Token Service
|
|
- Georgia Teresa Pitts
- 5 years ago
- Views:
Transcription
1 An Oracle White Paper Dec 2013 Oracle Access Management Security Token Service
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... 4 Oracle Access Management Security Token Service... 4 How OAM STS Works... 5 Web Services Security... 6 Architecture... 7 Deployment Scenarios... 8 Identity Propagation... 9 Web Service Federation Oracle Application Gateway Conclusion... 14
4 Introduction In today s world, the enterprise application deployment environment is comprised of heterogeneous platforms, multiple application tiers, and different types of application environments (Web, EJBs, Web Services, etc ). The users who are accessing these applications originate from both intranet and extranet environments. An environment such as this necessitates the propagation of identity and security context of the user. This paper will focus on how to create and maintain a single thread of identity using Oracle Access Management Security Token Service in order to meet the security and reliability requirements of an enterprise. Oracle Access Management Security Token Service The Oracle Access Management Security Token Service (OAM STS) is a service component of Oracle Access Management platform that also includes Access Manager, Identity Federation, Mobile Security etc. These Access Management services are fully converged into a platform with the same administration console, run-time server, and backend data stores. The Oracle Access Management Security Token Service provides an enterprise-level solution to enable the creation of a consistent and streamlined model for token acquisition, validation and renewal; these capabilities are both security infrastructure and protocol agnostic. The STS is a WS-Trust- based token service that allows for a policydriven trust brokering and secure identity propagation and token exchange between web services. It provides a security and identity service that greatly simplifies the integration of distributed and/or federated web services within an enterprise and its service providers. OAM STS offers the following benefits for applications and web services: Decouples applications and web services from the authentication mechanism. Enables applications and web services to support multiple credential types for authentication through token translation. Supports federated scenarios by establishing trust between each domain's STS instance. Facilitates identity propagation scenarios where the authenticated user is granted access to downstream services. OAM STS augments OAM Federation Services, which facilitates federated (cross-domain) single sign-on (SSO) and single logout (SLO) and Oracle Web Services Manager (OWSM) and Oracle Application Gateway (OAG), which secure service-oriented architecture (SOA) deployments. 4
5 How OAM STS Works OAM STS leverages the WS-Trust standard protocol to manage token exchange between the web service consumer and the web service provider. WS-Trust provides a standard mechanism to send security token requests to any security token service. This specification can be used to manage token transformation when crossing the various security boundaries of the information ecosystem. Figure 1 below shows an example of how an OAM STS implementation can facilitate interaction between a web service consumer and provider through brokered authentication. Figure 1: Brokered authentication through OAM STS 1. A user authenticates to a web service consumer. The inbound token types could be a username token with password, an X.509 token, or a Kerberos token. 2. The authenticated web service consumer then requests a token needed to access a web service provider. The request sent to OAM STS will be a WS-Trust request, which is called a Request Security Token (RST). OAM STS verifies the credentials presented by the client and responds with a SAML security token. The SAML token provides proof that the client has authenticated. The response from the OAM STS instance is known as the Request Security Token Response (RSTR). 3. The web service consumer presents the SAML security token to the web service provider in header of a SOAP message. The web service provider then verifies that the token that was issued by a trusted STS before allowing the client is then allowed to interact with the service. There are two additional points worth noting: 5
6 A multilateral trust relationship must be established between the web service consumer, the OAM STS instance, and the web service provider. Returning a token implies that the OAM STS instance trusts the requesting system to authenticate the users. The identities that are propagated between the respective web services by OAM STS should either leverage the same user repository or otherwise be kept in sync. Web Services Security As previously illustrated, OAM STS facilitates security token exchange between two web services where one service is a client and the other is the provider. Web services security encompasses multiple functional imperatives, including: authentication, authorization, confidentiality, privacy and integrity, and non-repudiation. Oracle addresses the need for web services-based security and management with a standards-compliant solution, Oracle Web Services Manager (OWSM). OWSM also support the WS- Trust specification and therefore can be leveraged as an optimal client to interact with Oracle STS. That said, any WS-Trust trust-based client that meets the web services security standards can interoperate with OAM STS. Figure 2 below shows an illustration of a scenario in which OAM STS is used for identity propagation from a web service consumer called StockClient to a web service provider called StockService. Figure 2: Using Oracle STS for identity propagation 6
7 The initial authentication of the end user can be handled through Oracle Access Manager (OAM) via a browser redirect by the OAM WebGate. In this scenario, the web service consumer and the web service provider are both protected by the OWSM agent. The OWSM agent on the client side acts as a WS-Trust client to interact with OAM STS. The OWSM agent intercepts requests and responses and subsequently executes the policies that are attached to each. Additionally, OWSM agents are capable of looking up the policy definition details from the OWSM Policy Manager and then caching the policies in order to increase performance. Any policy changes are dynamically updated by the OWSM Policy Manager, which propagates the changes to the agents. The agents then refresh the policy cache and thereafter apply the update policy to subsequent requests. Architecture OAM STS is a centralized token service that supports the WS-Trust protocol. This protocol defines extensions to the WS-Security specification for issuing and exchanging security tokens and establishing trust relationships. OAM STS is hosted as a web service endpoint and coordinates security-based interactions between web service consumers and providers as shown in figure 3 below. All communication with OAM STS must be via a WS-Trust client. Figure 3: OAM STS architecture 7
8 When a web service consumer makes a call to a web service provider, it receives the WS-Security policy indicating that a security token issued by OAM STS must be presented. The policy will contain the location of the OAM STS instance, and the client will subsequently use this location to request the token expected by the web service provider. Alternately, the web service provider could register its acceptable security mechanisms with the OAM STS instance, and prior to validating the incoming SOAP request issue a query to determine the client security mechanisms. When an authenticated web service consumer (carrying credentials that confirm either the identity of the end user or the application) requests a token for access to a web service provider, the Security Token Service verifies the credentials, and in response issues a security token that provides proof that the client has been authenticated. The consumer presents the security token to the provider which then verifies that the token was issued by a trusted security token service. OAM STS supports the following token formats: Requester UserName X509 Kerberos SAML 1.1 SAML 2.0 "On Behalf Of" (end user tokens) UserName with password UserName without password X.509 Kerberos SAML 1.1 / 2.0 OAM Session Propagation token Custom token Output Token Username without password SAML 1.1 SAML 2.0 Custom token Deployment Scenarios The two most common deployment scenarios for OAM STS are web service identity propagation and token exchange. Scenario: Web-to-Web Service Identity Propagation In this scenario a user s identity information needs to be propagated from a web application to a web service provider. For example, a user logs onto an OAM-protected enterprise portal and clicks the purchase order application to make a purchase via web services. The web service provider could reside in the same security domain as the web application or in a different security domain altogether. 8
9 Figure 4: Identity propagation between web services Scenario: Web Service-to-Web Service Token Exchange Using the purchase order web services, the user completes an order, but the seller needs to call a shipping service for shipment. The purchase order web service was authenticated using username and password while the shipping web service provider requires a SAML token. In cases such as this, OAM STS can facilitate token exchange from one standard token format (e.g., username, certificate, SAML or Kerberos) to another (e.g., SAML 1.x or SAML 2.0). Once again, the web service provider could reside in the same or different security domain as the web service consumer. Figure 5: Token exchange between web services Identity Propagation OAM STS can be configured to support scenarios that include both identity propagation and token translation between web services deployed in the same security domain. SOAP messages are used to transfer the security tokens and communicating between web services clients and providers. 9
10 To further illustrate the use cases of token exchange services between web and web services, below is an identity propagation scenario that covers a case where OAM is used for the initial end user authentication and OWSM is used as the security provider between the web service consumer and provider. OWSM illustrated here can be replaced with either an Oracle (WLSClient or MetroClient) or third party WS-Trust client. This client will then communicate with OAM STS on the web service consumer side and use OWSM on the web service provider side. In the scenario illustrated in figure 6 below, the portal application, web service consumer, and web service provider are all deployed in the same security domain. Figure 6: Identity propagation within a security domain The scenario breaks down into seven logical steps as detailed below: 1. An end user accesses a web application through the company portal that is protected by Oracle Access Manager (OAM). a) The end user is first authenticated by OAM and subject to the authorization policy in OAM, is subsequently allowed to access the portal. b) The application then next makes a web service call (through a web service consumer) on behalf of the user to the web service provider. 2. The OWSM agent protecting the web service consumer intercepts the application s request. The OWSM client determines from the web service provider s policy that a token issued from Oracle STS is required. The OWSM client then sends a request to OAM STS. 3. OAM STS verifies the user s credentials (via the OAM cookie) presented by the web service consumer. It also makes an authorization decision about whether the consumer is authorized to request a security token to access the provider. 10
11 4. OAM STS responds by issuing a security token that provides proof that the web service consumer has authenticated with STS. 5. The web service consumer sends the security token to the provider via a SOAP message. 6. The OWSM agent protecting the web service provider intercepts the response from web service consumer and helps to validate the security token. The web service provider then verifies the security token that was issued by the Oracle STS, which proves that the client has successfully authenticated with STS. 7. The web service provider responds to the client request, granting it access to the application. Web Service Federation As in the earlier use case examples, the user can be an employee at company A that made a purchase from company B while the shipment is handled by company C. OAM STS can support this scenarios where a web service consumer needs to communicate with web service providers that operate across organizational boundaries or multiple security domains. In these types of scenarios, there will be two Oracle STS instances deployed, one in each security domain. Moreover, the instances will have a trust relationship established between them in order to enable brokering the trust between the web service consumer and provider. The web service consumer is authenticated in the security domain in which it operates but needs to propagate the identity of the user to the web service provider, which resides in a different security domain. This propagation is done through the help of the second OAM STS instance residing in the web service provider s domain. Figure 7: Identity propagation across security domains 11
12 A typical OAM STS web service federation scenario involves two Oracle STS instances, one in the client domain (OAM STS (A)) and one in the service provider domain (OAM STS (B)) as shown above in figure An end user accesses the consumer application; the end user is authenticated in the client domain. The consumer application in turn makes a web service call through a web service consumer on behalf of the user to the web service provider. A WS-Trust client at the web service consumer side intercepts the request, and determines from the web service provider policy that a token issued from OAM STS (B) is required. The WS-Trust client sends a request to the OAM STS (A). 2. The web service consumer requests a security token on behalf of the user to communicate with the OAM STS (B) in the service provider domain. The web service consumer subsequently presents the authenticated user credentials. 3. The OAM STS (A) in the client s domain verifies the credentials presented by the WSC 4. The STS in the client domain responds, it issues a security token that provides proof that the web service consumer has been authorized to use the token issued by OAM STS(A) 5. The web service consumer now requests a security token from OAM STS (B) in the service provider domain. It then presents the token issued by the client domain Oracle STS (A). 6. OAM STS (B) verifies that the token presented by the web service consumer originated from an OAM STS instance in a trusted security domain. After OAM STS (B) validates the security token, it then makes an authorization decision about whether the web service consumer is authorized to request a security token to access the web service provider. 8. The web service consumer sends the security token to the web service provider via a SOAP message. 9. The web service provider verifies the security token that was issued by the OAM STS (B), which proves that the web service consumer has successfully authenticated with the Oracle STS (A). 10. The web service provider responds to the request of the web service consumer, granting access to the application. Oracle Application Gateway In the earlier use case example, the shipping company exposes their shipment application through web services to vendors selling products. Their application is facing potential security threats such as denial of services, XML injection attacks, etc. Oracle Application Gateway (OAG) is a software solution that provides XML firewall security to protect web services exposed externally. It also provides applicationlevel routing (based on source, target, sender identity, and XML message type); XML conversion, validation and threat scanning; XML acceleration; security (selective encryption and signature of XML messages, decryption and signature validation); monitoring (response time, logging, and alerting); and governance (service access and usage). 12
13 Oracle Application Gateway is tightly integrated with Oracle Access Manager, Oracle Entitlements Server, Oracle Web Services Manager, and the Oracle SOA Suite to provide transport and applicationlevel security across all layers involved in web services requests. OAG can act as a WS-Trust client to OAM STS or any other third-party STS as shown in figure 8 below. All communication between OAG and OAM STS will be WS-Trust-based. A trust relationship between OAG and the web service will be brokered by OAM STS to facilitate identity propagation from the client side to a web service. Figure 8: Identity propagation using Oracle Application Gateway and OAM STS A typical scenario involves a web service consumer that uses a standard security token to access the web service provider which requires a SAML token for authentication: 1. The web service consumer sends an initial request to the web service provider. The SOAP / WS-Security message includes a standard security token (e.g., username, Kerberos, X.509, or OAM token) and uses an XML Signature to establish the identity of the client. 2. Oracle Application Gateway recognizes that the client is using a standard token and that the service provider is expecting a SAML assertion, so OEG sends a WS-Trust request to the OAM STS including an RST element. Included in the RST element is the token type requested by the service provider, which in this case is SAML. 3. OAM STS sends back a message including an RSTR element with an embedded RST element included in the SAML assertion. 4. Oracle Application Gateway forwards the service provider a request that includes the SAML assertion inserted in a WS-Security header (the SAML assertion is signed by Oracle STS). 5. The web service provider verifies the security token that was issued by the trusted Oracle STS instance. 6. The service provider can now accept the request from the web service consumer and responds to the request. 13
14 Conclusion Enterprises today have heterogeneous environments with many systems and applications using their own tokens for security and session management. Achieving interoperability between the applications and propagate user identity for end-to-end security and auditing is a significant challenge. The problem becomes even more difficult when application interactions cross security domains as they often do when working with external partner organizations and service providers. The OAM Security Token Service provides a secure and standard based solution to the problem. The OAM Security Token Service offers the following benefits for enterprise deployments: Improved application security Decouples applications and web services from the authentication mechanism, ensuring better security, increased compliance, and lower costs Rapid deployment Offers standards-based token transformation that enables identity propagation between applications and modern web services Lower Cost of Ownership Lowers the cost of ownership by integrating out of the box with Oracle Access Manager and centralizing the brokering of trust between applications in different identity domains Part of a Complete Access Solution OAM STS is core component of the Oracle s industry leading identity and access management platform. Oracle Access Management 11g R2 represents a major milestone in access management technology, unique in the industry for both the completeness of vision and level of integration. Oracle s access management platform provides innovative new services that complement traditional access management capabilities, all of which can be enabled as required to meet the specific needs of your organization. For further information on Oracle Access Management Secure Token Service and the Oracle Identity and Access Management platform, please visit: 14
15 Oracle Access Management Security Token Service Dec 2013 Author: Kanishk Mahajan Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. Worldwide Inquiries: Phone: Fax: Copyright 2013, 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 merchant ability 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 a ny means, electronic or mechanical, for any purpose, without our prior written permission. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. AMD, Opteron, the AMD logo, and the AMD Opteron logo are trademarks or registered trademarks of Advanced Micro Devices. Intel and Intel Xeon are trademarks or registered trademarks of Intel Corporation. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. UNIX is a registered trademark licensed through X/Open Company, Ltd oracle.com
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
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
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
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
An Oracle White Paper Dec 2013. Oracle Access Management OAuth Service
An Oracle White Paper Dec 2013 Oracle Access Management OAuth Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may
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
A Comprehensive Solution for API Management
An Oracle White Paper March 2015 A Comprehensive Solution for API Management Executive Summary... 3 What is API Management?... 4 Defining an API Management Strategy... 5 API Management Solutions from Oracle...
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
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.
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
An Oracle Communications White Paper December 2014. Serialized Asset Lifecycle Management and Property Accountability
An Oracle Communications White Paper December 2014 Serialized Asset Lifecycle Management and Property Accountability Disclaimer The following is intended to outline our general product direction. It is
An Oracle White Paper September 2013. Directory Services Integration with Database Enterprise User Security
An Oracle White Paper September 2013 Directory Services Integration with Database Enterprise User Security Disclaimer The following is intended to outline our general product direction. It is intended
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
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
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
An Oracle White Paper January 2011. Using Oracle's StorageTek Search Accelerator
An Oracle White Paper January 2011 Using Oracle's StorageTek Search Accelerator Executive Summary...2 Introduction...2 The Problem with Searching Large Data Sets...3 The StorageTek Search Accelerator Solution...3
An Oracle White Paper November 2010. Oracle Business Intelligence Standard Edition One 11g
An Oracle White Paper November 2010 Oracle Business Intelligence Standard Edition One 11g Introduction Oracle Business Intelligence Standard Edition One is a complete, integrated BI system designed for
An Oracle White Paper May 2011. Distributed Development Using Oracle Secure Global Desktop
An Oracle White Paper May 2011 Distributed Development Using Oracle Secure Global Desktop Introduction One of the biggest challenges software development organizations face today is how to provide software
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
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
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
March 2014. Oracle Business Intelligence Discoverer Statement of Direction
March 2014 Oracle Business Intelligence Discoverer Statement of Direction Oracle Statement of Direction Oracle Business Intelligence Discoverer Disclaimer This document in any form, software or printed
An Oracle White Paper October 2013. Oracle Data Integrator 12c New Features Overview
An Oracle White Paper October 2013 Oracle Data Integrator 12c Disclaimer This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should
G Cloud 7 Pricing Document
G Cloud 7 Pricing Document October 2015 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Services SaaS Extension S1 Non-Metered Usage Services SaaS
ORACLE MANAGED FILE TRANSFER
ORACLE MANAGED FILE TRANSFER ENTERPRISE FILE EXCHANGE FAST AND FLEXIBLE LARGE FILE HANDLING KEY FEATURES End to End Auditability, Control and Reporting Built-in Security, Identity management, LDAP and
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
ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE
ORACLE FINANCIAL SERVICES ANALYTICAL APPLICATIONS INFRASTRUCTURE KEY FEATURES Rich and comprehensive business metadata allows business users to interact with financial services data model to configure
An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition
An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud
An Oracle White Paper October 2013. Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus
An Oracle White Paper October 2013 Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Maximize the Benefits of Oracle SOA Suite 11g with Oracle Service Bus Table of Contents Introduction...
An Oracle White Paper June 2010. Introduction to Determinations Engines
An Oracle White Paper June 2010 Introduction to Determinations Engines Introduction to Determinations Engines Executive Overview IT tools and approaches can deliver significant benefits to policy implementation
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...
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
Managed Storage Services
An Oracle White Paper January 2014 Managed Storage Services Designed to Meet Your Custom Needs for Availability, Reliability and Security A complete Storage Solution Oracle Managed Cloud Services (OMCS)
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...
Advanced Matching and IHE Profiles
Oracle Healthcare Master Person Index INTEGRATING THE HEALTHCARE ENTERPRISE Oracle Healthcare Master Person Index provides a single point of reference to information about a patient, clinician, payer,
An Oracle White Paper April, 2010. Effective Account Origination with Siebel Financial Services Customer Order Management for Banking
An Oracle White Paper April, 2010 Effective Account Origination with Siebel Financial Services Customer Order Management for Banking Executive Overview In the absence of an enterprise account origination
PeopleSoft Enterprise Campus Solutions 9.0 Enrollment Web Services
PeopleSoft Enterprise Campus Solutions 9.0 Enrollment Web Services DEVELOPER'S GUIDE July 2011 ORACLE PROPRIETARY AND C ONFIDENTIAL P AGE 1 OF 26 Enrollment Web Services Developer s Guide for PeopleSoft
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...
PeopleSoft Enterprise Directory Interface
PeopleSoft Enterprise Directory Interface Today s self-service applications deliver information and functionality to large groups of users over the internet. Organizations use these applications as a cost-effective
An Oracle White Paper May 2012. Oracle Database Cloud Service
An Oracle White Paper May 2012 Oracle Database Cloud Service Executive Overview The Oracle Database Cloud Service provides a unique combination of the simplicity and ease of use promised by Cloud computing
An Oracle White Paper December 2013. The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks
An Oracle White Paper December 2013 The Value of Diameter Signaling in Security and Interworking Between 3G and LTE Networks Introduction Today s mobile networks are no longer limited to voice calls. With
An Oracle White Paper September 2012. Oracle Database and the Oracle Database Cloud
An Oracle White Paper September 2012 Oracle Database and the Oracle Database Cloud 1 Table of Contents Overview... 3 Cloud taxonomy... 4 The Cloud stack... 4 Differences between Cloud computing categories...
Oracle Communications Extension Group: Enterprise Application Guide ORACLE WHITE PAPER AUGUST 2015
Oracle Communications Extension Group: Enterprise Application Guide ORACLE WHITE PAPER AUGUST 2015 Disclaimer The following is intended to outline our general product direction. It is intended for information
October 2013. A New Standard for Excellence. Transforming Education and Research with Oracle Innovation
October 2013 A New Standard for Excellence Transforming Education and Research with Oracle Innovation Disclaimer The following is intended to outline our general product direction. It is intended for information
The Oracle Mobile Security Suite: Secure Adoption of BYOD
An Oracle White Paper April 2014 The Oracle Mobile Security Suite: Secure Adoption of BYOD Executive Overview BYOD (Bring Your Own Device) is the new mobile security imperative and every organization will
Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics. An Oracle White Paper October 2013
An Oracle White Paper October 2013 Oracle Data Integrator 12c (ODI12c) - Powering Big Data and Real-Time Business Analytics Introduction: The value of analytics is so widely recognized today that all mid
An Oracle White Paper Dec 2013. Oracle Access Management Federation Service
An Oracle White Paper Dec 2013 Oracle Access Management Federation Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and
Oracle s Unified Communications Infrastructure Solution. Delivering Secure, Reliable, and Scalable Unified Communications Services
Oracle s Unified Communications Infrastructure Solution Delivering Secure, Reliable, and Scalable Unified Communications Services Oracle s UC infrastructure solution combines tightly coupled session management,
Oracle s Solution for Secure Remote Workers. Providing Protected Access to Enterprise Communications
Oracle s Solution for Secure Remote Workers Providing Protected Access to Enterprise Communications Our forecast shows that the worldwide mobile worker population will increase to more than 1.3 billion
An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS
An Oracle White Paper May 2011 BETTER INSIGHTS AND ALIGNMENT WITH BUSINESS INTELLIGENCE AND SCORECARDS 1 Introduction Business Intelligence systems have been helping organizations improve performance by
An Oracle White Paper February 2014. Centralized vs. Distributed SIP Trunking: Making an Informed Decision
An Oracle White Paper February 2014 Centralized vs. Distributed SIP Trunking: Making an Informed Decision Executive Overview Businesses across the globe are migrating from TDM access services to SIP trunks
G Cloud 7 Pricing Document
G Cloud 7 Pricing Document October 205 Pricing Pricing Information This is Oracle s G-Cloud 7 Pricing Document for the following service(s): Metered Usage Oracle Java Cloud Trial B78388 Not applicable
An Oracle Technical Article November 2015. Certification with Oracle Linux 6
An Oracle Technical Article November 2015 Certification with Oracle Linux 6 Oracle Technical Article Certification with Oracle Linux 6 Introduction... 1 Comparing Oracle Linux 6 and Red Hat Enterprise
An Oracle White Paper January 2011. Oracle Database Firewall
An Oracle White Paper January 2011 Oracle Database Firewall Introduction... 1 Oracle Database Firewall Overview... 2 Oracle Database Firewall... 2 White List for Positive Security Enforcement... 3 Black
An Oracle Strategy Brief May 2011. No Limits: Enabling Rating without Constraints
An Oracle Strategy Brief May 2011 No Limits: Enabling Rating without Constraints Executive Overview... 1 Introduction... 2 Trends in Rating... 3 The Carrier Challenge... 4 The Rise of Standalone Rating
Comparing Session Border Controllers to Firewalls with SIP Application Layer Gateways in Enterprise Voice over IP and Unified Communications Scenarios
An Oracle White Paper June 2013 Comparing Session Border Controllers to Firewalls with SIP Application Layer Gateways in Enterprise Voice over IP and Unified Communications Scenarios Introduction Voice
Driving Down the High Cost of Storage. Pillar Axiom 600
Driving Down the High Cost of Storage Pillar Axiom 600 Accelerate Initial Time to Value, and Control Costs over the Long Term Make a storage investment that will pay off in rapid time to value and low
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
Oracle Whitepaper April 2015. Security and the Oracle Database Cloud Service
Oracle Whitepaper April 2015 Security and the Oracle Database Cloud Service Table of Contents Overview... 3 Security architecture... 4 User areas... 4 Accounts... 4 Identity Domains... 4 Database Cloud
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
An Oracle White Paper February 2013. Integration with Oracle Fusion Financials Cloud Service
An Oracle White Paper February 2013 Integration with Oracle Fusion Financials Cloud Service Executive Overview Cloud computing is a vision that is increasingly turning to reality for many companies. Enterprises,
An Oracle White Paper November 2011. Financial Crime and Compliance Management: Convergence of Compliance Risk and Financial Crime
An Oracle White Paper November 2011 Financial Crime and Compliance Management: Convergence of Compliance Risk and Financial Crime Disclaimer The following is intended to outline our general product direction.
An Oracle White Paper July 2011. Oracle Desktop Virtualization Simplified Client Access for Oracle Applications
An Oracle White Paper July 2011 Oracle Desktop Virtualization Simplified Client Access for Oracle Applications Overview Oracle has the world s most comprehensive portfolio of industry-specific applications
The new Manage Requisition Approval task provides a simple and user-friendly interface for approval rules management. This task allows you to:
SELF SERVICE PROCUREMENT Oracle Fusion Self Service Procurement streamlines the purchase requisitioning process using a consumer centric approach and helps control the employee spending by enforcing the
An Oracle White Paper January 2012. Oracle Database Firewall
An Oracle White Paper January 2012 Oracle Database Firewall Introduction... 2 Oracle Database Firewall Overview... 3 Oracle Database Firewall... 3 White List for Positive Security Enforcement... 4 Black
FAQ: How to create Effective Messages
User Experience Direct (UX Direct) FAQ: How to create Effective Messages Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and
An Oracle White Paper June, 2013. Enterprise Manager 12c Cloud Control Application Performance Management
An Oracle White Paper June, 2013 Enterprise Manager 12c Cloud Control Executive Overview... 2 Introduction... 2 Business Application Performance Monitoring... 3 Business Application... 4 User Experience
An Oracle White Paper December 2010. Integrating Oracle Enterprise Single Sign-On Suite Plus with Strong Authentication
An Oracle White Paper December 2010 Integrating Oracle Enterprise Single Sign-On Suite Plus with Strong Authentication Introduction Protecting data in the digital age is critical. A security breach, if
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
CUSTOMER MASTER DATA MANAGEMENT PROCESS INTEGRATION PACK
Disclaimer: This document is for informational purposes. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development,
ORACLE MOBILE SUITE. Complete Mobile Development Solution. Cross Device Solution. Shared Services Infrastructure for Mobility
ORACLE MOBILE SUITE COMPLETE MOBILE DEVELOPMENT AND DEPLOYMENT PLATFORM KEY FEATURES Productivity boosting mobile development framework Cross device/os deployment Lightweight and robust enterprise service
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
An Oracle Technical Article March 2015. Certification with Oracle Linux 7
An Oracle Technical Article March 2015 Certification with Oracle Linux 7 Oracle Technical Article Certification with Oracle Linux 7 Introduction...1 Comparing Oracle Linux 7 and Red Hat Enterprise Linux
An Oracle White Paper August 2013. Oracle Service Cloud Integration with Oracle Siebel Service
An Oracle White Paper August 2013 Oracle Service Cloud Integration with Oracle Siebel Service Disclaimer The following is intended to outline our general product direction. It is intended for information
Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center
Top Ten Reasons for Deploying Oracle Virtual Networking in Your Data Center Expect enhancements in performance, simplicity, and agility when deploying Oracle Virtual Networking in the data center. ORACLE
Oracle s BigMachines Solutions. Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies
Oracle s BigMachines Solutions Cloud-Based Configuration, Pricing, and Quoting Solutions for Enterprises and Fast-Growing Midsize Companies Oracle s BigMachines cloud-based solutions enable both enterprise
June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support
June, 2015 Oracle s Siebel CRM Statement of Direction Client Platform Support Oracle s Siebel CRM Statement of Direction IP2016 Client Platform Support Disclaimer This document in any form, software or
An Oracle White Paper. December 2011. Cloud Computing Maturity Model Guiding Success with Cloud Capabilities
An Oracle White Paper December 2011 Cloud Computing Maturity Model Guiding Success with Cloud Capabilities Executive Overview... 3 Introduction... 4 Cloud Maturity Model... 4 Capabilities and Domains...
Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015
Configuring Oracle SDN Virtual Network Services on Netra Modular System ORACLE WHITE PAPER SEPTEMBER 2015 Introduction 1 Netra Modular System 2 Oracle SDN Virtual Network Services 3 Configuration Details
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:
Primavera Unifier Integration Overview: A Web Services Integration Approach 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 6
Primavera Unifier Integration Overview: A Web Services Integration Approach 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 6 Introduction Oracle s Primavera Unifier offers an extensible interface
An Oracle White Paper June 2011. Cutting Cost through Consolidation
An Oracle White Paper June 2011 Cutting Cost through Consolidation 1 Executive Overview Technology underpins both local and central government, providing the platform upon which virtually all services
White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform
White Paper Delivering Web Services Security: September 2003 Copyright 2003 Entrust. All rights reserved. Entrust is a registered trademark of Entrust, Inc. in the United States and certain other countries.
An Oracle White Paper December 2010. Tutor Top Ten List: Implement a Sustainable Document Management Environment
An Oracle White Paper December 2010 Tutor Top Ten List: Implement a Sustainable Document Management Environment Executive Overview Your organization (executives, managers, and employees) understands the
Mobile-First Strategy. CIO Executive Interview
Mobile-First Strategy CIO Executive Interview Mark Sunday, CIO of Oracle Corporation, interviewed Suhas Uliyar, Vice President of Mobile Strategy Product Management at Oracle, to learn about the critical
An Oracle White Paper March 2012. Managing Metadata with Oracle Data Integrator
An Oracle White Paper March 2012 Managing Metadata with Oracle Data Integrator Introduction Metadata information that describes data is the foundation of all information management initiatives aimed at
ORACLE ADF MOBILE DATA SHEET
ORACLE ADF MOBILE DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Java technology enables cross-platform business logic Mobile optimized
APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS
APPLICATION MANAGEMENT SUITE FOR ORACLE E-BUSINESS SUITE APPLICATIONS Oracle Application Management Suite for Oracle E-Business Suite is a robust application management solution that helps you achieve
An Oracle White Paper June 2011. Oracle Database Firewall 5.0 Sizing Best Practices
An Oracle White Paper June 2011 Oracle Database Firewall 5.0 Sizing Best Practices Introduction... 1 Component Overview... 1 Database Firewall Deployment Modes... 2 Sizing Hardware Requirements... 2 Database
Oracle Identity Analytics Architecture. An Oracle White Paper July 2010
Oracle Identity Analytics Architecture An Oracle White Paper July 2010 Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may
THE NEW BUSINESS OF BUSINESS LEADERS. Hiring and Onboarding
THE NEW BUSINESS OF BUSINESS LEADERS Hiring and Onboarding 2 INTRODUCTION Unlocking the potential of your talent is key to the success of your organization. Leading businesses actively dedicate resources
End-to-End E-Clinical Coverage with Oracle Health Sciences InForm GTM
End-to-End E-Clinical Coverage with InForm GTM A Complete Solution for Global Clinical Trials The broad market acceptance of electronic data capture (EDC) technology, coupled with an industry moving toward
How to Use Microsoft Active Directory as an LDAP Source with the Oracle ZFS Storage Appliance
An Oracle Technical White Paper November 2014 How to Use Microsoft Active Directory as an LDAP Source with the Oracle ZFS Storage Appliance Table of Contents Introduction...3 Active Directory LDAP Services...4
ORACLE S PRIMAVERA CONTRACT MANAGEMENT, BUSINESS INTELLIGENCE PUBLISHER EDITION
ORACLE S PRIMAVERA CONTRACT MANAGEMENT, BUSINESS INTELLIGENCE PUBLISHER EDITION KEY FEATURES NEW: Oracle BI Publisher NEW: UPK Support NEW: Technology Enhancements NEW: Web Services Powerful dashboards
PeopleSoft Mobile Inventory Management for Healthcare
PeopleSoft Mobile Inventory Management for Healthcare Oracle s PeopleSoft Mobile Inventory Management applications enable automated mobile user operations. Users perform tasks using handheld Windows-enabled
An Oracle White Paper June 2009. Integration Technologies for Primavera Solutions
An Oracle White Paper June 2009 Integration Technologies for Primavera Solutions Introduction... 1 The Integration Challenge... 2 Integration Methods for Primavera Solutions... 2 Integration Application
IBM Tivoli Federated Identity Manager
IBM Tivoli Federated Identity Manager Employ user-centric federated access management to enable secure online business collaboration Highlights Enhance business-to-business and business-to-consumer collaborations
Maximizing Profitability with Cloud Collaboration for your Business
Maximizing Profitability with Cloud Collaboration for your Business Oracle Communications Unified Communications Suite O R A C L E W H I T E P A P E R J U L Y 2 0 1 5 Executive Overview The fabric of communications
An Oracle White Paper November 2010. Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics
An Oracle White Paper November 2010 Leveraging Massively Parallel Processing in an Oracle Environment for Big Data Analytics 1 Introduction New applications such as web searches, recommendation engines,