Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1

Size: px
Start display at page:

Download "Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1"

Transcription

1 SAP NetWeaver Demo Configure Principal Propagation using Logon tickets in Net weaver Process Integration 7.1 Applied To : SAP Net Weaver Process Integration 7.1x and higher Topic Area: SOA Middleware Capability: Security Version 1.0 March 2009

2 Applied To : SAP Netweaver Process Integration 7.1 SAP Application Server ABAP 7.1 SAP Application Server ABAP 7.0 SP14 Summary : Single Sign On has been one of the most popular security mechanisms wherever transport level security is required.this document describes how Principal Propagation can be done for PI 7.1 systems. Author : Neha Khasgiwale Company : SAP GDC, Gurgaon Created On : 17 Feb 2009 Author Bio Neha Khasgiwale is working in SAP GD in SAP PI from Prior to that she has also worked in IBM from

3

4

5 Table of Contents 1. Business Scenario Introduction Scenario Description Background Information Software Supported releases Configuration Steps in Detail Enabling Principal Propagation Enabling the Sender Issue Logon tickets from the sender system Configure the System to accept login tickets Install Certificates in Client and Server system Directory Configurations...15

6 1. Business Scenario 1.1Introduction Principal propagation means the ability to forward the user context of a message unchanged from the sender to the receiver.this implies that the receiver interface runs under the same identity as the sender. SAP Logon tickets act as a flexible central authentication token used in the SAP world and can be used for SSO to all SAP products in the back end. SAP logon tickets provide authentication for various client and server components of the AS ABAP system.the user is authenticated using the Logon Ticket as the authentication Token. The user only needs to be authenticated once (for eg: using a valid User and Password) and the system can issue the Logon ticket to the user. This SAP logon ticket is stored as per session cookie or the client browser.the authenticity and integrity is protected using digital signatures whereas the confidentiality of the token protected through the use of SSL protocol while in the transport. As a third measure the SAP Logon Ticket contains a validity period that can be configured in the security settings of the SAP Application server. This security system is highly beneficial in a complex system environment where there are many different types of SAP systems in the system landscape.with the logon ticket the user can enter subsequent system without the need to reenter the user or Password. For SAP Logon Authentication with client components ( for example, SAP GUI for Windows ),users must have the same user ID in all of the systems they need to access and their Web Browsers must accept cookies. For server authentication between server components, both the accepting systems and issuing server must have the synchronized system clocks. The issuing server must process a public and private key pair so that it can digitally sign the Logon Ticket. And the accepting systems must be in the same Domain Name Server (DNS) domain as the issuing servers and the systems must have the public key certificate top verify the digital signature of the logon ticket. It is recommended that you identify one system in your system landscape as the ticket-issuing system before you configure other systems to accept tickets from this system. By default, the Personal security Environment (PSE) is used to store the certificates. You can configure the AS ABAP system to issue log-on tickets by setting profile parameter login/create_sso2_ticket to 2. In the AS ABAP system needs to accept Logon tickets from a J2EE Engine, then you need to install SAP Cryptographic library and set the same profile parameter on AS ABAP system.in addition you also need to manually import the J2EE engine public key certificate into the PSE using transaction STRUST or STRUSTSSO2 (Trust Manager).Use transaction STRUSTSSO2 to add J2EE Engine s system ID and its Distinguished Name to the access control list. You would like to use this feature in your SAP Netweaver PI 7.1 system. Note SAP Net Weaver PI 7.1 system is referred to as PI system, WS provider system as Provider and WS consumer system as Consumer in the remainder of this document. April

7 1.2Scenario Description Now lets us configure a test case to understand it better: Principal propagation means the ability to forward the user context of a message unchanged from the sender to the receiver. It enables the authentication of a message in the receiver system with the same user that issued the message in the corresponding sender system. Thus, the receiver application is virtually part of the sender application, and the permissions and audit functions of the receiver application can be applied to the original user of the sender application. Principal Propagation is implemented using authentication via SAP assertion tickets between the involved messaging components. Each communication step along the way from the sender to the receiver requires a separate authentication for each messaging component before the message is executed Wherever you want to use an SAP assertion ticket for authentication between a sending and a receiving messaging component, you have to configure a trust relationship between the underlying application servers first. In the following, we describe the processes when the issuing or accepting server is the SAP J2EE Engine. Note however, depending on the scenario you use, other server components may act as the issuer or acceptor. The entire scenario can be expressed as a two step scenario : Receiving a Logon Ticket from the SAP J2EE Engine AS Java client configuration AS ABAP client configuration Using the Logon Ticket to Access the SAP J2EE Engine as an Accepting System AS ABAP server configuration AS Java server configuration If an Adapter Engine (SOAP adapter or RFC adapter) is involved, a trust relationship must also be established between this Adapter Engine and the Integration Server. Therefore, the Adapter Engine (based on AS Java) and the Integration Server (based on AS ABAP) both act as server [S] and client [C], as shown in the following diagram: Figure 1: Overview of the process [S]Adapter Engine[C] [S]IS[C] [S]Adapter Engine[C] The user that is executing the message equals the user that is to be propagated. April

8 2. Background Information This security guide explains the security features included in SAP Net weaver included in PI and recommends how to apply these features to protect data through Principal Propagation through SAP Logon Tickets. 2.1Software This section provides the details of supported releases for the applications (Consumer, Integration Server and Provider) and the version details of ABAP service pack, ABAP Kernel and Crypto library. The technology stack of backend can be AS ABAP, AS Java, or external system. This guide makes the following assumptions: An ABAP back-end is used at the consumer. SAP NetWeaver PI 7.1 is installed Supported releases Consumer AS ABAP 7.0 >= SP14 Integration Server AS ABAP 7.1 and higher Provider AS ABAP 7.0 >= SP14 April

9 3. Configuration Steps in Detail This chapter covers the configuration steps required in back-end systems and PI system for message processing with Integration Server communication. 3.1 Enabling Principal Propagation Go to sxmb_adm -> Configure Principal Propagation.Then Activate Principal Propagation.This needs to be done on all the systems involved in Principal Propagation- Issuing system (Sender), Intermediary system (PI System), Receiver system. This executes the report RSXMB_CONFIG_PP. This report creates the type 3 RFC destination SAPXIPP<clnt>, where <clnt> represents the three-digit client of the respective messaging component. In addition, it generates the system user PIPPUSER with a random password and the role SAP_XI_APPL_SERV_USER. Figure 1 : Enable Principal Propagation 3.2 Enabling the Sender In the sender system maintain a Dialog user on EC6 System with role SAP_XI_APPL_SERV_USER.This user will be propagated from one application to the other. Enable RFC to Send Logon Tickets: In transaction SM59 enable the RFC to Send SAP Logon tickets. 1. Go to Transaction sm Go to Connection Type TCP/IP connections. 3. Enter a short description and go to the tab Logon and Security. 4. Click on the Check box Send SAP Logon Ticket April

10 Figure 2 : RFC connections maintained to send SAP Logon Ticket This RFC destination would be used when you trigger the Sender RFC.Whenever the RFC is triggered a ticket is issued a Logon ticket is issued 3.3 Issue Logon tickets from the sender system 1. Go to RZ11 2. Enter the profile parameter login/create_sso2_ticket= 1 in case of CA certificates and login/create_ssso2_ticket= 2 in case of self signed certificates. 3. Enter the Profile Value = 2 You need to create a logon ticket configuration once on the Ticket issuing side, and then on the PI system as well. April

11 Figure 3 : Profile parameter to create logon ticket Note : The parameters change to default when the server is restarted 3.4 Configure the System to accept login tickets Goto RZ11 add the parameter login/accept_sso2_ticket = 1.Click on Change Value. April

12 Figure 4 : Maintain Profile parameter to accept the ticket 3.5 Install Certificates in Client and Server system Export the Sender certificate system in AS ABAP client 1. On ABAP Client [C], call transaction STRUST and export the certificate as shown below: April

13 Figure 5: Export WS Consumer system certificate 2. Choose Binary file format as shown below: Figure 6: Export dialog You have made the certificate available as a file, which you can later import into the ABAP Server [S] system. April

14 3. On ABAP Server [S], call transaction STRUSTSSO2 and import the certificate as shown below: Figure 7: Import certificate into ABAP Server [S] 4. Select Binary file format and import the client certificate which is saved as file from step 2 5. Click on Add to Certificate List button to add this certificate to the list 6. Click on Add to ACL button to add the client system to Access Control List of server as shown below: April

15 Figure 8: Add to ACL Save the data now and as a result, you will be able to see the ABAP Client [C] system added as an entry to the Access Control List window as given below: Figure 9: Access Control List window You need to perform the above steps for every client-server combination as explained in the above important note for establishing the SSO trust between all systems. Install the AS Java server certificate To issue SAP assertion tickets, the AS Java must sign them with a digital signature. For this purpose, a private key must be created together with a certificate containing the public key and imported into the AS Java keystore. 1. Start the AS Java configuration tool 2. Expand the nodes Configurations cluster_config globals clusternode_config workernode services 3. Expand the service com.sap.security.core.ume.service and choose the Propertysheet properties. Change to edit mode and set the following properties: i. login.ticket_keyalias = SAPLogonTicketKeypair ii. login.ticket_keystore = TicketKeystore iii. login.ticket_client = <unique client>. April

16 Figure 9: Property adjustment in SAP Login Module Note The system ID and client combination must be unique when tickets are accepted by an AS ABAP system. Therefore, in a combined ABAP and Java installation, where the system IDs are the same, you must change the default client for the AS Java (000) to a client that does not exist on the AS ABAP system.here in this case the client has been changed to Use the SAP NetWeaver Administrator and choose Configuration Management Security Management Key Storage 5. Select the TicketKeyStore view and then the SAPLogonTicketKeypaircertificate. 6. In a dual-stack system where the SIDs for both the AS ABAP and the AS Java are the same, you must replace one of the key pairs so that the Distinguished Names are unique. 7. Select a TicketKeystore View. 8. Delete thesaplogonticketkeypair andsaplogonticketkeypair-cert entries. 9. Create a Key Pair and a Public-Key Certificate with the following properties. For more information about creating key pairs in a key store view a. Enter SAPLogonTicketKeypair as the key pair Entry Name. b. ChooseDSA as the algorithm to use. c. Select the options to store the public key certificate Enter the Subject Properties in the corresponding fields. The entries in these fields build a Distinguished Name in the form: CN=<Common Name>, OU=<Organization Unit Name>, O=<Organization Name>, L=< Locality Name >, ST=<State/Province>, C=DE The AS Java uses this public-key certificate to digitally sign logon tickets. April

17 Figure 10 : Property adjustment in SAP Login Module d. Go to Import from File and import this certificate to all the ticket accepting systems. Figure 11: Import certificate from the Ticketkeystore Configuring the AS Java to Accept Logon Tickets The AS Java uses EvaluateTicketLoginModule to accept logon tickets for SSO. After receiving the logon ticket from the user s Web browser, the AS Java verifies the ticket signature based on the April

18 established trust relationship with the issuing system. Based on the ticket validity, the AS Java authenticates the user. 1. Go to NWA -> Trusted Systems SSO Wizard There are two ways to add a trusted system 1.) By connecting to the system and requesting its certificate.2.) By manually uploading the certificate of the system. 2. In the Trusted Systems section, choose Add Trusted System By Querying Trusted System. The System Landscape Directory (SLD) opens automatically and lets you select the system you want to add. Select the system and choose OK. The connection details for the selected system are displayed automatically. 3. Enter your user name and password in the provided fields and choose Next. 4. The details about the selected system s certificate appear. To add the system, choose Finish. If you want to make changes, choose Back. 5. After you complete the wizard the ticket issuing system is shown in the trusted system list. The AS java issues logon tickets that have been issued by the corresponding server. Figure 12: Add the trusted system April

19 Figure 13: Final screen of the accepted trusted system Manual AS Java Configuration for Accepting Logon Tickets 1. Export the ticket-issuing server s public-key certificate. Note the following: If the ticket-issuing server is a AS Java or a SAP NetWeaver Enterprise Portal 6.0 SP3 and higher: i. Using the Keystore Management functions in the NWA for the ticket-issuing AS Java, select the TicketKeystore view and the SAPLogonTicketKeypair-cert entry. ii. Choose Export. iii. Specify a file name. Use the file type X.509 Certificate with the extension.crt and choose OK. 2. Maintain the logon ticket access control list in the options for the login module EvaluateTicketLoginModule (or EvaluateAssertionTicketLoginModule): a. Using the authentication configuration functions of the NWA, open the configuration options for the EvaluateTicketLoginModule (or EvaluateAssertionTicketLoginModule) b. Make the following entries in the login module configuration options for each ticketissuing server from which the AS Java should accept logon tickets: Name trustedsys<x> trustediss<x> Value <SID>, <Client> <Issuer s_distinguished_name> April

20 trusteddn<x> ume.configuration.active True <System s_distinguished_name> Distinguished Name of the ticketissuing system. 3.6Directory Configurations In the PI system you need to maintain the configurations on the sender and the receiver side both. After doing all the directory configurations maintain the sender RFC configurations in the sender communication and then go to the sender agreement and enable Principal Propagation. April

21 Sender Communication Channel Sender Agreement April

22 Receiver Agreement: April

23 April

24 Receiver Communication Channel 1.Enter the Adapter Type as SOAP 2.Enter the URL that s picked up from the WSDL provided in SOAMANAGER of the receiving system. 3.Give the Keystore Entry and the Keystore View In SOAMANAGER of EC6 system: April

25 On configuring the end point check the Logon Ticket option under Authentication Mechanism, with no Transport Guarantee. Results : 1. User PPUSER maintained in all systems for Principal Propagation.Trigger the RFC.Result ID is obtained under ID. April

26 3. Go to the Runtime workbench Adapter Monitor.The sender RFC shows green signal i.e the sender is successfully authenticated. 4. Go to the PI system in the transaction sxmb_moni : 5. Also as you had activated the principal propagation in the sender and receiver communication channel you find that the ppactivated option equals to true. 6. As the sales order has been created and the user name has been propagated from the sender to the receiver you would be able to see that the user has been propagated in the table April

27

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape

Enterprise SOA Experience Workshop. Module 8: Operating an enterprise SOA Landscape Enterprise SOA Experience Workshop Module 8: Operating an enterprise SOA Landscape Agenda 1. Authentication and Authorization 2. Web Services and Security 3. Web Services and Change Management 4. Summary

More information

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee

SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee SAP NetWeaver How-To Guide SOA Security Scenarios: WebAS Java, Message Level Security with no Transport Guarantee Applicable Releases: SAP NetWeaver 7.0 EhP1 SAP NetWeaver CE 7.1 and 7.1 EhP1 Topic Area:

More information

Configure SSO in an SAP NetWeaver 2004s Dual Stack

Configure SSO in an SAP NetWeaver 2004s Dual Stack How-to Guide SAP xrpm 4.0 How To Configure SSO in an SAP NetWeaver 2004s Dual Stack Version 1.00 December 2005 Applicable Releases: SAP xrpm 4.0 Copyright 2004 SAP AG. All rights reserved. No part of this

More information

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS

SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS SAP NetWeaver How-To Guide How To... Configure SAP HANA for CTS Applicable Releases: SAP Solution Manager 7.1 SPS05, SAP NetWeaver 7.3 including enhancement package 1, or SAP NetWeaver 7.4 SAP HANA Platform

More information

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM

CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM CREATION AND CONFIGURATION OF WEB SERVICE FROM RFC AND DEPLOYMENT IN ANOTHER SYSTEM Applies to: SAP Summary The purpose of this document is to provide creation and configuration of web service from function

More information

Identity Provider for SAP Single Sign-On and SAP Identity Management

Identity Provider for SAP Single Sign-On and SAP Identity Management Implementation Guide Document Version: 1.0 2017-05-15 PUBLIC Identity Provider for SAP Single Sign-On and SAP Identity Management Content 1....4 1.1 What is SAML 2.0.... 5 SSO with SAML 2.0.... 6 SLO with

More information

ITCertMaster. Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way!

ITCertMaster.  Safe, simple and fast. 100% Pass guarantee! IT Certification Guaranteed, The Easy Way! ITCertMaster Safe, simple and fast. 100% Pass guarantee! http://www.itcertmaster.com Exam : C_AUDSEC_731 Title : SAP Certified Technology Associate - SAP Authorization and Auditing for SAP NetWeaver 7.31

More information

Functional Upgrade NetWeaver 7.0 BI - Java

Functional Upgrade NetWeaver 7.0 BI - Java DSAG - JAHRESKONGRESS `07 Functional Upgrade NetWeaver 7.0 BI - Java Roland Kramer, Platform Advisor, Office of the CTO EMEA, SAP AG Business Intelligence with SAP NetWeaver 7.0 DSAG-Jahreskongress 2007,

More information

Federated Portal for Composite Environment 7.1

Federated Portal for Composite Environment 7.1 Federated Portal for Composite Environment 7.1 Applies to: This article applies to Federated Portal for Composition Environment. For more information, visit the Portal and Collaboration homepage Summary

More information

SAP NetWeaver SAP NetWeaver Process Integration Simple Use Cases for Advanced Adapter Engine Extended (AEX)

SAP NetWeaver SAP NetWeaver Process Integration Simple Use Cases for Advanced Adapter Engine Extended (AEX) SAP NetWeaver 7.40 SAP NetWeaver Process Integration Simple Use Cases for Advanced Adapter Engine Extended (AEX) Document Version 1.0 October 2013 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T

More information

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

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

More information

HPE Enterprise Integration Module for SAP Solution Manager 7.1

HPE Enterprise Integration Module for SAP Solution Manager 7.1 HPE Enterprise Integration Module for SAP Solution Manager 7.1 Software Version: 12.55 User Guide Document Release Date: August 2017 Software Release Date: August 2017 HPE Enterprise Integration Module

More information

SAP NetWeaver Guide. Advanced Supportability Setup Guide. for. Solution Manager Diagnostics. SAP NetWeaver 04

SAP NetWeaver Guide. Advanced Supportability Setup Guide. for. Solution Manager Diagnostics. SAP NetWeaver 04 SAP NetWeaver Guide Advanced Supportability Setup Guide for Solution Manager Diagnostics SAP NetWeaver 04 Document Version 3 February 24, 2006 SAP AG Neurottstraße 16 69190 Walldorf Germany T +49/18 05/34

More information

Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1

Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1 Administrating ABAP+JAVA and SLD Problems of SAP PI 7.1 Applies to: SAP Basis and SAP PI 7.1 Administrations. For more information, visit the Application Management homepage. Summary This article describes

More information

Authentication of a WS Client Using a SAP Logon Ticket

Authentication of a WS Client Using a SAP Logon Ticket Authentication of a WS Client Using a SAP Logon Ticket Release 650 HELP.BCWEBSERVICES_TUTORIALS SAP Online Help 04.04.2005 Copyright Copyright 2004 SAP AG. All rights reserved. No part of this publication

More information

Enterprise Integration Module for SAP Solution Manager 7.2

Enterprise Integration Module for SAP Solution Manager 7.2 Enterprise Integration Module for SAP Solution Manager 7.2 Software Version: 12.53-12.55 User Guide Go to HELP CENTER ONLINE http://admhelp.microfocus.com/alm Document Release Date: May 2018 Software Release

More information

HOW TO USE THE WEB DYNPRO CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER

HOW TO USE THE WEB DYNPRO CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER HOW TO USE THE CONTENT ADMINISTRATOR. SAP NetWeaver 04 SP Stack 9 JOCHEN GUERTLER Contents Introduction... 3 Prerequisites... 3 Overview... 4 Enable and disable Web Dynpro applications... 4 Some general

More information

How-To Guide SAP NetWeaver Document Version: How To... Configure CM Services in SAP NetWeaver 7.3 and up

How-To Guide SAP NetWeaver Document Version: How To... Configure CM Services in SAP NetWeaver 7.3 and up How-To Guide SAP NetWeaver Document Version: 1.0-2014-07-03 How To... Configure CM Services in SAP NetWeaver 7.3 and up Document History Document Version Description 1.0 First official release of this

More information

HP Enterprise Integration Module for SAP Solution Manager

HP Enterprise Integration Module for SAP Solution Manager HP Enterprise Integration Module for SAP Solution Manager Software Version: 12.01 User Guide Document Release Date: March 2015 Software Release Date: March 2015 Legal Notices Warranty The only warranties

More information

Federated Portal Network Remote Role Assignment Step-by- Step Configuration

Federated Portal Network Remote Role Assignment Step-by- Step Configuration Federated Portal Network Remote Role Assignment Step-by- Step Configuration Applies to: Consumer Portal: SAP NetWeaver 2004s EhP1 SP6 Producer Portal: SAP NetWeaver CE EhP1 SP3 Summary This article describes

More information

SAP Security in a Hybrid World. Kiran Kola

SAP Security in a Hybrid World. Kiran Kola SAP Security in a Hybrid World Kiran Kola Agenda Cybersecurity SAP Cloud Platform Identity Provisioning service SAP Cloud Platform Identity Authentication service SAP Cloud Connector & how to achieve Principal

More information

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0

Cloud Access Manager How to Configure for SSO to SAP NetWeaver using SAML 2.0 Cloud Access Manager 8.1.3 How to Configure for SSO to SAP Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES

SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES SPNEGO SINGLE SIGN-ON USING SECURE LOGIN SERVER X.509 CLIENT CERTIFICATES TABLE OF CONTENTS SCENARIO... 2 IMPLEMENTATION STEPS... 2 PREREQUISITES... 3 1. CONFIGURE ADMINISTRATOR FOR THE SECURE LOGIN ADMINISTRATION

More information

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for WebSphere Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

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

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

More information

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X)

How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) How to Configure Mutual Authentication using X.509 Certificate in SMP SAP Mobile Platform (3.X) Author: Ali Chalhoub Global Support Architect Engineer Date: July 2, 2015 Document History: Document Version

More information

SAP Note Setting up SSL on Web Application Server ABAP

SAP Note Setting up SSL on Web Application Server ABAP Note Language: English Version: 14 Validity: Valid Since 22.12.2009 Summary Symptom You encounter problems when you set up SSL on the Web Application Server ABAP. Other terms SSL, HTTPS, coding, trust

More information

Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record

Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record 1 2 3 Datapower is both a security appliance & can provide a firewall mechanism to get into Systems of Record 5 White boxes show the access points for different kinds of security. That s what we will

More information

Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry

Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry Synchronization of Services between the IBM WebSphere Services Registry & Repository and SAP s Services Registry Applies to: This document describes how to use the WebSphere Services Registry & Repository

More information

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide

Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower 7.2: Configuration Guide Policy Manager for IBM WebSphere DataPower Configuration Guide SOAPMDP_Config_7.2.0 Copyright Copyright 2015 SOA Software, Inc. All rights

More information

Configuring Secure Network Communications for SAP

Configuring Secure Network Communications for SAP Configuring Secure Network Communications for SAP Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. Part No: 820 5064 10 17/06/2007 Copyright 2008 Sun Microsystems, Inc. 4150 Network

More information

Encrypt all the things; don t forget your SAP communication!

Encrypt all the things; don t forget your SAP communication! Encrypt all the things; don t forget your SAP communication! Encryption is the word recently, especially in the post-snowden time we live in. And there is good reason for that; Your SAP system stores your

More information

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide

SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide SOA Software Policy Manager Agent v6.1 for tc Server Application Server Installation Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software,

More information

Configuring SAP Targets and Runtime Users

Configuring SAP Targets and Runtime Users CHAPTER 4 Before you can create or run processes in your SAP environment, you must create the targets on which the processes will run. Targets are used to define specific environments where activities,

More information

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow)

Integration Guide. PingFederate SAML Integration Guide (SP-Initiated Workflow) Integration Guide PingFederate SAML Integration Guide (SP-Initiated Workflow) Copyright Information 2018. SecureAuth is a registered trademark of SecureAuth Corporation. SecureAuth s IdP software, appliances,

More information

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol Over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Mandy Krimmel and Joachim Orb. SAP NetWeaver. Process Integration. Bonn Boston

Mandy Krimmel and Joachim Orb. SAP NetWeaver. Process Integration. Bonn Boston Mandy Krimmel and Joachim Orb SAP NetWeaver Process Integration Bonn Boston Contents at a Glance 1 Overview... 17 2 First Steps... 39 3 Designing Collaborative Processes... 59 4 Service Interfaces, Messages,

More information

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) CHAPTER 2 Using Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter contains information on the following topics: HTTPS Overview, page 2-1 HTTPS for Cisco Unified IP Phone Services,

More information

SAP Certified Technology Associate - System Administration (SAP HANA) with SAP NetWeaver 7.5

SAP Certified Technology Associate - System Administration (SAP HANA) with SAP NetWeaver 7.5 SAP EDUCATION SAMPLE QUESTIONS: C_TADM55_75 SAP Certified Technology Associate - System Administration (SAP HANA) with SAP NetWeaver 7.5 Disclaimer: These sample questions are for self-evaluation purposes

More information

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS)

Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) Hypertext Transfer Protocol over Secure Sockets Layer (HTTPS) This chapter provides information about Hypertext Transfer Protocol over Secure Sockets Layer. HTTPS, page 1 HTTPS for Cisco Unified IP Phone

More information

Using SSL to Secure Client/Server Connections

Using SSL to Secure Client/Server Connections Using SSL to Secure Client/Server Connections Using SSL to Secure Client/Server Connections, page 1 Using SSL to Secure Client/Server Connections Introduction This chapter contains information on creating

More information

SAML-Based SSO Configuration

SAML-Based SSO Configuration Prerequisites, page 1 SAML SSO Configuration Task Flow, page 5 Reconfigure OpenAM SSO to SAML SSO Following an Upgrade, page 9 SAML SSO Deployment Interactions and Restrictions, page 9 Prerequisites NTP

More information

keyon / PKCS#11 to MS-CAPI Bridge User Guide V2.4

keyon / PKCS#11 to MS-CAPI Bridge User Guide V2.4 / PKCS#11 to MS-CAPI Bridge V2.4 April 2017 Table of Contents Copyright 2017 by AG All rights reserved. No part of the contents of this manual may be reproduced or transmitted in any form or by any means

More information

Data Handling in the SAP NetWeaver System Landscape Directory Step by Step

Data Handling in the SAP NetWeaver System Landscape Directory Step by Step Data Handling in the SAP NetWeaver System Landscape Directory Step by Step Applies to: SAP NetWeaver System Landscape Directory (SLD). In this document all main SLD's mechanisms to retrieve and distribute

More information

edocument for Italy - SAP Cloud Platform Integration Guide

edocument for Italy - SAP Cloud Platform Integration Guide IMPLEMENTATION GUIDE PUBLIC 2018-12-14 edocument for Italy - SAP Cloud Platform Integration Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Introduction....3

More information

SAP NETWEAVER - TRANSPORT MANAGEMENT

SAP NETWEAVER - TRANSPORT MANAGEMENT SAP NETWEAVER - TRANSPORT MANAGEMENT http://www.tutorialspoint.com/sap_netweaver/sap_netweaver_transport_management.htm Copyright tutorialspoint.com Advertisements Transport Management System (TMS) is

More information

A Solution in Transition: Installing SAP s Solution Manager 4.0. on DVDs, you can download the software from

A Solution in Transition: Installing SAP s Solution Manager 4.0. on DVDs, you can download the software from A Solution in Transition: Installing SAP s Solution Manager 4.0 By Eric Walter, SAP Consultant Editor s Note: You ve probably read the low-down on why you ll need to install SAP Solution Manager 4.0. Not

More information

Sophos Mobile Control Installation guide

Sophos Mobile Control Installation guide Sophos Mobile Control Installation guide Product version: 1.0 Document date: May 2011 Contents 1 Introduction... 3 2 The Sophos Mobile Control server... 4 3 Set up Sophos Mobile Control... 13 4 Apple Push

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

SAP Single Sign-On 2.0 Overview Presentation

SAP Single Sign-On 2.0 Overview Presentation SAP Single Sign-On 2.0 Overview Presentation June 2014 Public Legal disclaimer This presentation is not subject to your license agreement or any other agreement with SAP. SAP has no obligation to pursue

More information

Secure Login for SAP Single Sign-On Sizing Guide

Secure Login for SAP Single Sign-On Sizing Guide PUBLIC SAP Single Sign-On Document Version: 1.1 2018-07-31 Secure Login for SAP Single Sign-On 3.0 - Sizing Guide 2018 SAP SE or an SAP affiliate company. All rights reserved. THE BEST RUN Content 1 Introduction....3

More information

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29

Contents Introduction... 5 Configuring Single Sign-On... 7 Configuring Identity Federation Using SAML 2.0 Authentication... 29 Oracle Access Manager Configuration Guide 16 R1 March 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 8 Installing Oracle HTTP Server...

More information

Step by Step Guide for PI Server Start and Stop Procedure

Step by Step Guide for PI Server Start and Stop Procedure Step by Step Guide for PI Server Start and Stop Procedure Applies to: This document applies to PI 7.0 and 7.1 and above. For more information, visit the Application Management homepage. Summary This document

More information

Installation Description. OrgPublisher for SAP solutions: OrgPublisher SAP Interface Version 7.0

Installation Description. OrgPublisher for SAP solutions: OrgPublisher SAP Interface Version 7.0 OrgPublisher SAP Interface Version 7.0 Trademarks SAP, mysap, and R/3 are trademarks and/or registered trademarks of SAP AG in Germany and in other countries. OrgPublisher is a trademark of PeopleFluent

More information

Enabling SAML Authentication in an Informatica 10.2.x Domain

Enabling SAML Authentication in an Informatica 10.2.x Domain Enabling SAML Authentication in an Informatica 10.2.x Domain Copyright Informatica LLC 2017, 2018. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica PowerCenter are trademarks

More information

Creating Multiple Methods/Operations and Exposing BAPI as a Webservice

Creating Multiple Methods/Operations and Exposing BAPI as a Webservice Creating Multiple Methods/Operations and Exposing BAPI as a Webservice Applies to: SAP Netweaver 7.0 SP14. For more information, visit the SOA Management homepage. Summary This article discuss about how

More information

Cisco Unified Serviceability

Cisco Unified Serviceability Cisco Unified Serviceability Introduction, page 1 Installation, page 5 Introduction This document uses the following abbreviations to identify administration differences for these Cisco products: Unified

More information

Cisco TEO Adapter Guide for SAP Java

Cisco TEO Adapter Guide for SAP Java Release 2.3 April 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part

More information

ADM800 AS Java 7.3 Administration

ADM800 AS Java 7.3 Administration AS Java 7.3 Administration SAP NetWeaver Course Version: 99 Course Duration: 5 Day(s) Publication Date: 07-05-2013 Publication Time: 1141 Copyright Copyright SAP AG. All rights reserved. No part of this

More information

Security and Risk Management

Security and Risk Management Mario Linkies and Horst Karin SAP Security and Risk Management Bonn Boston Contents at a Glance PART I Basic Principles of Risk Management and IT Security... 31 1 Risk and Control Management... 33 2 Enterprise

More information

Troubleshooting Single Sign-On

Troubleshooting Single Sign-On Security Trust Error Message, on page 1 "Invalid Profile Credentials" Message, on page 2 "Module Name Is Invalid" Message, on page 2 "Invalid OpenAM Access Manager (Openam) Server URL" Message, on page

More information

Printer Landscape Made Easy!!

Printer Landscape Made Easy!! Applies to SAP NetWeaver 2004s / SAP_BASIS 7.00. For more information, visit the Landscape Design and Architecture homepage. Summary This article deals with the step by step procedure to be carried out

More information

Troubleshooting Single Sign-On

Troubleshooting Single Sign-On Security Trust Error Message, page 1 "Invalid Profile Credentials" Message, page 2 "Module Name Is Invalid" Message, page 2 "Invalid OpenAM Access Manager (Openam) Server URL" Message, page 2 Web Browser

More information

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x

<Partner Name> <Partner Product> RSA SECURID ACCESS Implementation Guide. Pulse Connect Secure 8.x RSA SECURID ACCESS Implementation Guide Pulse Connect Secure 8.x Daniel R. Pintal, RSA Partner Engineering Last Modified: January 24 th, 2018 Solution Summary The Pulse

More information

Federated Identity Manager Business Gateway Version Configuration Guide GC

Federated Identity Manager Business Gateway Version Configuration Guide GC Tivoli Federated Identity Manager Business Gateway Version 6.2.1 Configuration Guide GC23-8614-00 Tivoli Federated Identity Manager Business Gateway Version 6.2.1 Configuration Guide GC23-8614-00 Note

More information

JCo 3.0 in Web Channel 7.54

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

More information

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step

How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step www.sap.com How to Add a Web Dynpro App to Fiori Launchpad Step-by-Step SAP Netweaver (7.51) and SAP S/4HANA 1610 Jessie Xu TABLE OF CONTENTS

More information

ADP Federated Single Sign On. Integration Guide

ADP Federated Single Sign On. Integration Guide ADP Federated Single Sign On Integration Guide September 2017 Version 4.4 ADP and the ADP logo are registered trademarks of ADP, LLC. Contents Overview of Federation with ADP... 3 Security Information...

More information

Oracle Access Manager Configuration Guide

Oracle Access Manager Configuration Guide Oracle Access Manager Configuration Guide 16 R2 September 2016 Contents Introduction... 5 Configuring Single Sign-On... 7 Prerequisites for Configuring Single Sign-On... 7 Installing Oracle HTTP Server...

More information

SAP NetWeaver Cloud Security Tutorial Single Sign-On and Identity Federation with SAP NetWeaver Single Sign-On

SAP NetWeaver Cloud Security Tutorial Single Sign-On and Identity Federation with SAP NetWeaver Single Sign-On Single Sign-On and Identity Federation with SAP NetWeaver Single Sign-On TABLE OF CONTENTS OVERVIEW... 3 PREREQUISITES AND REQUIREMENTS... 4 GETTING STARTED... 4 STEP 1: ESTABLISH TRUST TO SAP NETWEAVER

More information

Integration Guide. Document Version:

Integration Guide. Document Version: SAP Product Lifecycle Management for Insurance 3.0 SP03 FP2 SAP Underwriting for Insurance 3.0 SP03 FP2 SAP Policy Management 5.3 CUSTOMER Integration Guide Document Version: 1.0 2016-07-21 Typographic

More information

SAP Directory Content Migration Tool

SAP Directory Content Migration Tool This document describes SAP directory content migration which is used for migration and mass change functionality for PI scenarios and channels from Dual Stack to Single Stack system. This document explains

More information

Azure MFA Integration with NetScaler

Azure MFA Integration with NetScaler Azure MFA Integration with NetScaler This guide focuses on describing the configuration required for integrating Azure MFA (Multi-Factor Authentication) with NetScaler. Citrix.com 1 NetScaler is a world-class

More information

Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration

Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration Unified Contact Center Enterprise (UCCE) Single Sign On (SSO) Certificates and Configuration Contents Introduction Requirements Components Used Part A. SSO Message Flow Part B. Certificates Used in IDP

More information

SAP Web Dispatcher SSL Certificate Forwarding How to Configure SAP Web Dispatcher to Forward SSL Certificates for X.

SAP Web Dispatcher SSL Certificate Forwarding How to Configure SAP Web Dispatcher to Forward SSL Certificates for X. SAP Web Dispatcher SSL Certificate Forwarding How to Configure SAP Web Dispatcher to Forward SSL Certificates for X.509 Authentication TABLE OF CONTENTS 1 PREREQUISITES... 3 2 SYMPTOM... 3 3 EXPLANATION...

More information

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites SAML 2.0 SSO Agiloft integrates with a variety of SAML authentication providers, or Identity Providers (IdPs). SAML-based SSO is a leading method for providing federated access to multiple applications

More information

McAfee Cloud Identity Manager

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

More information

Entrust Connector (econnector) Venafi Trust Protection Platform

Entrust Connector (econnector) Venafi Trust Protection Platform Entrust Connector (econnector) For Venafi Trust Protection Platform Installation and Configuration Guide Version 1.0.5 DATE: 17 November 2017 VERSION: 1.0.5 Copyright 2017. All rights reserved Table of

More information

Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication

Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication Cisco Secure ACS for Windows v3.2 With PEAP MS CHAPv2 Machine Authentication Document ID: 43486 Contents Introduction Prerequisites Requirements Components Used Background Theory Conventions Network Diagram

More information

McAfee Cloud Identity Manager

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

More information

Access SAP Business Functions (ABAP) via Web Services

Access SAP Business Functions (ABAP) via Web Services Applies To: SAP R/3 4.6c and ECC 5.0 SAP NetWeaver 04 WebAS 6.40 SP14 and up, XI 3.0 SP14, NWDS 2.0.14 SAP NW2004s WebAS 700, NWDS 7.0.07 Microsoft Visual Studio 2005, BizTalk Server 2006,.NET Framework

More information

SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1)

SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1) SAML SSO Deployment Guide for Cisco Unified Communications Applications, Release 12.0(1) First Published: 2017-08-31 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706

More information

SAP Enhancement Package 1 for SAP NetWeaver PI 7.1. SAP NetWeaver Process Integration - Demo Example Configuration

SAP Enhancement Package 1 for SAP NetWeaver PI 7.1. SAP NetWeaver Process Integration - Demo Example Configuration SAP Enhancement Package 1 for SAP NetWeaver PI 7.1 SAP NetWeaver Process Integration - Demo Example Configuration Document Version 1.0 March 2009 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T +49/18

More information

Security 3. NiFi Authentication. Date of Publish:

Security 3. NiFi Authentication. Date of Publish: 3 Date of Publish: 2018-08-13 http://docs.hortonworks.com Contents... 3 Enabling SSL with a NiFi Certificate Authority... 5 Enabling SSL with Existing Certificates... 5 (Optional) Setting Up Identity Mapping...6

More information

SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73. Questions. Note: There are 2 correct answers to this question. developer. the basis administrator.

SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73. Questions. Note: There are 2 correct answers to this question. developer. the basis administrator. SAP EDUCATION SAMPLE QUESTIONS: C_TBIT51_73 SAP Certified Technology Associate -Process Integration with SAP NetWeaver (PI 7.3) Disclaimer: These sample questions are for self-evaluation purposes only

More information

Configure Unsanctioned Device Access Control

Configure Unsanctioned Device Access Control Configure Unsanctioned Device Access Control paloaltonetworks.com/documentation Contact Information Corporate Headquarters: Palo Alto Networks 3000 Tannery Way Santa Clara, CA 95054 www.paloaltonetworks.com/company/contact-support

More information

Dominic Yow-Sin-Cheung SAP GRC Regional Implementation Group (RIG) elearning Series Part 5 of 5

Dominic Yow-Sin-Cheung SAP GRC Regional Implementation Group (RIG) elearning Series Part 5 of 5 SAP BusinessObjects Risk Management & Process Control 3.0 Post-Installation Tasks Java Dominic Yow-Sin-Cheung SAP GRC Regional Implementation Group (RIG) elearning Series Part 5 of 5 Document Header Applies

More information

Michael Wegelin and Michael Englbrecht SAP. Interface Programming. Bonn Boston

Michael Wegelin and Michael Englbrecht SAP. Interface Programming. Bonn Boston Michael Wegelin and Michael Englbrecht SAP Interface Programming Bonn Boston Contents at a Glance 1 Basic Principles of SAP Interface Programming... 13 2 Remote Function Call with ABAP... 95 3 Remote Function

More information

Dohatec CA. Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0]

Dohatec CA. Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0] Dohatec CA Export/Import Procedure etoken Pro 72K FOR USERS OF ETOKENS [VERSION 1.0] 1 1 Digital Certificate Certificates issued by Dohatec CA are in X.509 v3 format. In Microsoft windows machines, these

More information

SPNegoLoginModule configuration for multi-forest scenarios with SUN JDK

SPNegoLoginModule configuration for multi-forest scenarios with SUN JDK SDN Contribution SPNegoLoginModule configuration for multi-forest scenarios with SUN JDK Applies to: SAP NetWeaver 04 Java Stack as of SPS15 Summary This document explains how to configure Windows Integrated

More information

SAP NetWeaver How-To Guide. How To... Configure SAP Cloud Platform Cloud Foundry for CTS

SAP NetWeaver How-To Guide. How To... Configure SAP Cloud Platform Cloud Foundry for CTS SAP NetWeaver How-To Guide How To... Configure SAP Cloud Platform Cloud Foundry for CTS Version 1.0 November 2018 Copyright 2018 SAP AG. All rights reserved. No part of this publication may be reproduced

More information

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany -

Open XML Gateway User Guide. CORISECIO GmbH - Uhlandstr Darmstadt - Germany - Open XML Gateway User Guide Conventions Typographic representation: Screen text and KEYPAD Texts appearing on the screen, key pads like e.g. system messages, menu titles, - texts, or buttons are displayed

More information

Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment

Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment Upgrade and Installation Guide Document Version: 1.60 2017-11-17 PUBLIC Upgrade to and Installation of SQL Server 2008 (R2) in an SAP Environment Content 1 Document History.... 3 2 Introduction....5 3

More information

DoD Common Access Card Authentication. Feature Description

DoD Common Access Card Authentication. Feature Description DoD Common Access Card Authentication Feature Description UPDATED: 20 June 2018 Copyright Notices Copyright 2002-2018 KEMP Technologies, Inc. All rights reserved. KEMP Technologies and the KEMP Technologies

More information

F-Secure PSB Getting Started Guide

F-Secure PSB Getting Started Guide F-Secure PSB Getting Started Guide F-Secure PSB Getting Started Guide TOC 3 Contents Chapter 1: Introduction...5 Chapter 2: Getting Started...7 Creating a new account...8 Downloading Software...9 Recovering

More information

Executing Remote Static Checks in Context of HANA Migration

Executing Remote Static Checks in Context of HANA Migration Executing Remote Static Checks in Context of HANA Migration NOTE This topic does not address the common usage of remote static checks in the Code Inspector. It focuses rather on static checks that are

More information

Oracle Cloud Using the SAP Adapter. Release 17.3

Oracle Cloud Using the SAP Adapter. Release 17.3 Oracle Cloud Using the SAP Adapter Release 17.3 E68142-13 September 2017 Oracle Cloud Using the SAP Adapter, Release 17.3 E68142-13 Copyright 2015, 2017, Oracle and/or its affiliates. All rights reserved.

More information

SAP NetWeaver SAP NetWeaver Process Integration - Demo Example Configuration

SAP NetWeaver SAP NetWeaver Process Integration - Demo Example Configuration SAP NetWeaver 7.30 SAP NetWeaver Process Integration - Demo Example Configuration Document Version 1.0 December 2010 SAP AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany T +49/18 05/34 34 24 F +49/18 05/34

More information

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway

Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Using the Cisco ACE Application Control Engine Application Switches with the Cisco ACE XML Gateway Applying Application Delivery Technology to Web Services Overview The Cisco ACE XML Gateway is the newest

More information

Banking services from SAP 8.0 (FSAPPL400, FSAPPL450)

Banking services from SAP 8.0 (FSAPPL400, FSAPPL450) CUSTOMER Security Guide Banking services from SAP 8.0 (FSAPPL400, FSAPPL450) Target Audience System administrators Technology consultants Document version: 8, published on December 19, 2014 History of

More information