SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features

Size: px
Start display at page:

Download "SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features"

Transcription

1 SAP Mobile - Webinar Series SAP Mobile Platform 3.0 Security Concepts and Features Dirk Olderdissen Solution Expert, Regional Presales EMEA SAP Brought to you by the Customer Experience Group 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 1

2 SAP Mobile Platform 3.0 Enablement SCN is our chosen channel to publish all information that you need to successfully install and run the SAP Mobile Platform 3.0. On our Enablement Pages, you find links to White Papers, How-To Guides, Blogs and other resources: Webinars complement these published resources: SAP SE or an SAP affiliate company. All rights reserved. Public 2

3 Agenda SMP3 security overview Certificates in the mobile space Two-factor authentication Agentry security concepts Networking This presentation is referring to the software version of SMP3-server-SP04 and SMP-SDK-SP SAP SE or an SAP affiliate company. All rights reserved. Public 3

4 SMP 3 Security Overview

5 SAP Mobile Platform communication types With SMP3, depending on the client technology you use, different communication protocols will apply REST API (OData) Native OData SDK Hybrid SDK (aka Kapsel / incl. Fiori Client plugins) Agentry Used with SAP Workmanager, Rounds etc not covered today MBO runtime (SUP & SMP2.x) Mobiliser (Banking and some SAP B2C applications) SAP Partner Custom SAP Mobile Platform SDK SAP Mobile Platform 3.0 OData Agentry MBO run time Mobiliser 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 5

6 SMP Data transport encryption The SMP client traffic is encrypted. SMP is using TLS encryption. The encryption is established before data is sent to the mobile device. Standards based encryption allows usage of regular reverse proxies and other industry standard security infrastructure SMP Application HTTPS SLL/TLS SMP Server 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 6

7 SMP Registration ID check SMP applications need to present a valid RegistrationID The RegistrationID is created during the app enrolment process The app presents this RegistrationID on every connection with the SMP server The ID allows the SMP Server to uniquely identify each Application (for security + management + data handling) SMP Application ID ID SMP Server * Application registration is not available for Agentry and Mobilizer applications as of SMP v3 SP SAP SE or an SAP affiliate company. All rights reserved. Public 7

8 Authentication The app needs to authenticate against SMP and against the backend The app needs to present credentials for authentication The authentication on SMP is configurable (CSI frame work) Authentication in the DMZ is supported Integration with 3 rd party security providers possible (Reverse Proxy, RSA, CA Siteminder, ) SMP Application SMP Server U Reverse U1 U2 U3 EIS Proxy 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 8

9 SMP SDK on device security SAP Mobile Platform SDK provides components to ease creation of secure apps Logon Manager to handle registration, authentication and credential handling for native and hybrid applications Secure data storage (Data Vault) App configuration and debugging (SDK) Secure credential sharing across applications (Client Hub) SMP Application SDK components SMP Server 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 9

10 SMP 3 and Common Security Infrastructure (CSI) SMP provides different authentication providers* that can be used in the Security Configurations NoSecurity / Anonymous LDAP/AD X.509 User Certificate HTTP/HTTPS basic authentication Kerberos User role authorization Provider SAML (planned road map feature, disclaimer applies) Authentication providers can also be combined* E.g. Use LDAP for authentication and HTTPAuth to generate a SSO2 token Application App Registration Security Configuration Security Configuration LDAP HTTP Authentication Data Source Definition Corp LDAP SAP Netweaver EIS * ** SAP SE or an SAP affiliate company. All rights reserved. Public 10

11 Certificates in the mobile space

12 Certificates in the mobile space - concepts Certificates need to be available on the mobile side. Certificate distribution is a vital part of certificate based authentication. Commonly used distribution types : Application specific certificates The same certificate in each app type Only authenticates the source of the application => controlled application distribution required (MDM) App App App C C C C C C User specific certificates Every app/user has an individual certificate on the device/app Strong authentication of the user App App App SAP SE or an SAP affiliate company. All rights reserved. Public 12

13 Application specific certificate deployment Application specific certificates Easy to implement, as the cert can be integrated during development MDM deploys with the applications (that include the cert) 1. Certificate is integrated into the application 2. Application is distributed to the mobile application with MDM (gives control over who receives the application) 2 SMP Client MDM Development App C 1 Reverse Proxy SMP Server SAP SE or an SAP affiliate company. All rights reserved. Public 13

14 User certificate deployment - challenges User specific certificates need to be enrolled individually to each app/device Technology needed to securely enroll the certificate On ios, apps do NOT have access to the user certificates in the OS keystore On standard Android, no solid concept of a keystore exists In consequence, the certificate needs to be deployed INTO the application? PKI SMP Client Reverse Proxy SMP Server SAP SE or an SAP affiliate company. All rights reserved. Public 14

15 User certificate deployment - with SAP Mobile Secure User specific certificates with SAP Mobile Secure SAP Mobile Secure (and SAP Afaria) can distribute user certificates into SMP SDK based applications. The SMP SDK has this certificate distribution option built in SAP Mobile Secure can connect to corporate CA s => SAP Mobile Secure provides an API (Static Link Library) that has been integrated into the SMP SDK. Mobile Secure PKI Mobile Secure SMP Client Reverse Proxy SMP Server 3 SAP Help: Native SDK acquiring certificates from Afaria 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 15

16 User certificate deployment - with 3 rd party certificate providers User specific certificates and 3 rd party certificate providers The SMP SDK provides an API, that allows integration with 3 rd party certificate providers This is a custom effort where implementation details depend on the 3 rd party certificate provider in use The provider part on the mobile side will need to be part of the mobile application SAP Help: Hybrid SDK 3 rd party certificate provider SAP Help: Native SDK 3 rd party certificate provider 3 rd Party PKI 3 rd Party SMP Client Reverse Proxy SMP Server SAP SE or an SAP affiliate company. All rights reserved. Public 16

17 Two Factor authentication Native OData SDK + Hybrid SDK

18 SMP 3 (OData+Hybrid) + VPN Factor 1 To establish the VPN and the required authentication would be one factor. Factor 2 The user authentication (e.g. U:PW) in the SMP client is used for client access, SMP server authentication and backend authentication. Additional built in identification is the AppConnectionID (App registration). SMP Client SMP Server 3 U VPN U EIS VPN Client Gateway U 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 18

19 SMP 3 (OData+Hybrid) + built in application certificate Factor 1 The SMP client can be created with a certificate built in. This certificate would be the same for all deployed clients and not updateable. HTTPS mutual certificate based authentication against the reverse proxy Factor 2 The user authentication in the SMP client is used for SMP server authentication and backend authentication. Additional built in identification is the AppConnectionID (App registration) Using the same certificate on all clients provides less security compared to individual user certificates, but may be a workable compromise for customers without a fully integrated PKI. SMP Client CC Auth Provider SMP Server 3 U CC Reverse U EIS Proxy U 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 19

20 SMP 3 (OData+Hybrid) + user certificates Factor 1 The SMP client can authenticate with user certificates. HTTPS mutual certificate based authentication against the reverse proxy. Certificate distribution can be done via SAP Afaria (built in feature) or 3 rd party tools and cert import API Factor 2 The user authentication in the SMP client is used for SMP server authentication and backend authentication. Additional built in identification is the AppConnectionID (App registration) Security Cookies can also implemented to additionally secure traffic between client-proxy-smp or for SSO use. SMP Client UC SMP Server 3 U UC Reverse U EIS Mobile Secure Auth Provider Proxy U 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 20

21 SMP 3 (OData+Hybrid) + 3 rd party authentication (e.g Token based)* Factor 1 The SMP client queries from the user the U:PW and a one time token. Reverse proxy verifies the combination (U:Token or U.PW:Token) against the 3 rd party authentication provider Security cookie is issued for down stream traffic authentication Factor 2 SMP validates the security cookie against the 3r party authentication provider SMP authenticates user credentials against authentication provider e.g. AD, LDAP Additional built in identification is the AppConnectionID (App registration) SI SMP Client SMP Server 3 U Reverse C EIS U SI Auth Provider Proxy U U * Possible for custom apps, most SAP pre-built apps do not support this as of today SAP Help: SMP3 integration with CA Siteminder 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 21

22 Agentry Security Concepts

23 SMP3 Agentry - Data transport encryption The SMP Agentry client traffic is HTTPS encrypted SMP is using HTTPS (TLS) encryption. The encryption is established before data is sent to the mobile device. Standards based encryption allows usage of regular reverse proxies and other industry standard security infrastructure. Initial HTTPS endpoint is then the proxy component and not the SMP server. SMP Agentry client traffic uses websockets Agentry Application HTTPS SLL/TLS Websockets Proxy SMP3 Server 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 23

24 SMP3 Agentry - Authentication options The SMP Agentry client provides multiple authentication modes 1. User name + Password o The user credentials are transmitted in the HTTP header (HTTPS encrypted). o They should be usable by the proxy and SMP 2. Server certificates o The Agentry client can validate the HTTPS server certificate (proxy or SMP) against the device cert root store. 3. Client certificates o The Agentry application can present a certificate during the HTTPS authentication (mutual certificate based authentication) o Today (as of November 2014) this application certificate is deployed with the binary Agentry client (one cert for all clients) o Future versions will support individual client certificates (X.509) road map feature Agentry Application HTTPS SLL/TLS Websockets Proxy SMP3 Server 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 24

25 Two-Factor authentication - Agentry Client + VPN Factor 1 The authentication to establish the VPN can be considered one factor Factor 2 The user authentication in the Agentry client (SAP User) is used for client access, SMP server authentication and backend authentication. Agentry Client SMP Server 3 U VPN U EIS VPN Client Gateway U 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 25

26 Two Factor authentication - Agentry Client + built in client certificate Factor 1 The Agentry client can be deployed with a certificate that the customer can define in the deployment process This certificate is the same for all deployed Agentry binary clients* Factor 2 The user authentication in the Agentry client (SAP User) is used for client access, SMP server authentication and backend authentication. This is the second factor Using the same certificate on all clients provides less security compared to individual certificates. Agentry Client CC Auth Provider SMP Server 3 U CC Reverse U EIS Proxy U * Support for individual user certificates is a road map feature 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 26

27 Agentry Client (SDK SP06*) + specific client certificate** Factor 1 The user / device certificate would be used to establish a mutual authenticated HTTPS connection. Certificate sources WindowsOS: Certificate is pulled from the Windows Certificate Store*** Other (Android, ios) With the OpenUI interface, individual certificates would be imported into the Agentry client. The import process is a custom effort, as the available cert infrastructure varies from customer to customer. Factor 2 The user authentication in the Agentry client (SAP User) is used for client access, SMP server authentication and backend authentication. Agentry Client OpenUI custom integration SMP Server 3 U UC UC Reverse U EIS Cert provider *SMP SDK SP06 is not yet released (roadmap disclaimer applies) **Individual client certificate support is a road map feature currently scheduled for SMP3 SDK SP06; ***Needs further qualification, please research; 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 27 Auth Provider Proxy U SAP Help: OpenUI API calls

28 Networking

29 Firewall Firewall SMP3 and Push Notifications The SMP server can integrate with native push notification services. The backend sends a notification to the SMP server SMP contacts the vendor specific notification service in the internet The notification service notifies the device APNS GCM MPNS WNS BIS/BES Reverse Proxy SMP EIS Link: SAP help application push notifications 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 29

30 Firewall Firewall SMP3 and DMZ With SMP3, the used protocols and traffic content has gotten much easier to integrate with industry standard reverse proxies SMP3 SDK does authenticate on the HTTP(s) layer. X.509, Kerberos, SAML* and HTTP Basic auth is currently supported Protocols now fit more easily into the expected traffic pattern of industry standard reverse proxy protocol filters, when compared to SUP. Reverse Proxy needs to support Websockets for Agentry / MDD applications OData offline uses HTTP(s) with binary payload (replication / Mobilink) Reverse Proxy SMP EIS *SMP SDK SP05 supports SAML, for SMP3 server SP04 SAML is a road map feature 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 30

31 SMP communication with 3 rd party authentication integration U1 1 6 Proxy 2 3 Auth U1 4 5 ID U1 U2 SMP DB Auth U2 EIS Auth Steps taken before any data is sent to the mobile application 1. Transport Encryption is established when the client connects 2. Proxy authenticates client credentials with user repository (Auth Provider) 3. Proxy redirects traffic with authentication marker (e.g. Cookie) and SMP Application registration (App ID) is verified 4. SMP server validates authentication marker (cookie or credentials) 5. Backend user ID (U2) and authentication marker (e.g. MySAPSSO2) are looked up and used for EIS auth 6. Data source (EIS) delivers data via SMP + Proxy Application Registration ID U1 ISP Credentials U2 Data Tier Credentials * Process does not apply to Agentry and Mobilizer applications 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 31

32 Summary

33 Summary - SMP Security layers 1. Device password o Enforced by MDM, encrypts local data storage 2. App password o Encrypts app storage and secrets 3. Server credentials Authorization o App registration Authentication o Certificate o Username + PW o One time PW 4. TLS transport encryption Outer firewall 2. Reverse Proxy o Initial Authentication, e.g. certificate based 3. Inner firewall 4. SMP o o 5. Backend o Validation of proxy authentication (e.g. cookie) Secondary credential authentication Authentication of backend credentials / roles Exemplary setup reflects common scenarios as implemented with many customers 2014 SAP SE or an SAP affiliate company. All rights reserved. Public 33

34 Thank you Contact information: Dirk Olderdissen Solution Advisor Expert 2014 SAP SE or an SAP affiliate company. All rights reserved.

35 2015 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE or an SAP affiliate company. SAP and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE (or an SAP affiliate company) in Germany and other countries. Please see for additional trademark information and notices. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE or an SAP affiliate company for informational purposes only, without representation or warranty of any kind, and SAP SE or its affiliated companies shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE or SAP affiliate company products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. In particular, SAP SE or its affiliated companies have no obligation to pursue any course of business outlined in this document or any related presentation, or to develop or release any functionality mentioned therein. This document, or any related presentation, and SAP SE s or its affiliated companies strategy and possible future developments, products, and/or platform directions and functionality are all subject to change and may be changed by SAP SE or its affiliated companies at any time for any reason without notice. The information in this document is not a commitment, promise, or legal obligation to deliver any material, code, or functionality. All forwardlooking statements are subject to various risks and uncertainties that could cause actual results to differ materially from expectations. Readers are cautioned not to place undue reliance on these forward-looking statements, which speak only as of their dates, and they should not be relied upon in making purchasing decisions SAP SE or an SAP affiliate company. All rights reserved.

SAP Mobile Platform 3.0 Overview. Jeff Gebo Customer Experience Group June 10th, 2014

SAP Mobile Platform 3.0 Overview. Jeff Gebo Customer Experience Group June 10th, 2014 SAP Mobile Platform 3.0 Overview Jeff Gebo Customer Experience Group June 10th, 2014 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed

More information

R49 Using SAP Payment Engine for payment transactions. Process Diagram

R49 Using SAP Payment Engine for payment transactions. Process Diagram R49 Using SAP Payment Engine for payment transactions Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to show you how to check the result of payment orders

More information

Setting up Visual Enterprise Integration (WM6)

Setting up Visual Enterprise Integration (WM6) SAP Mobile Platform 3.0 June 2015 English Setting up Visual Enterprise Integration (WM6) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP SE or

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

SAP Mobile Documents. December, 2015

SAP Mobile Documents. December, 2015 SAP Mobile Documents December, 2015 Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject to your

More information

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On Public Speakers Las Vegas, Oct 19-23 Christian Cohrs, Area Product Owner Barcelona, Nov 10-12 Regine Schimmer, Product Management

More information

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02 Landscape Design and Integration SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC01916-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part

More information

SAP Document Center. May 2016. Public

SAP Document Center. May 2016. Public SAP Document Center May 2016 Public The Big Picture for a Digital Platform Applications Applications IoT IoT Platform (Micro-) Services Extensions Icon Digital Boardroom Analytical Applications S/4HANA

More information

Landscape Deployment Recommendations for. SAP Fiori Front-End Server

Landscape Deployment Recommendations for. SAP Fiori Front-End Server Landscape Deployment Recommendations for SAP Fiori Front-End New Rollout Channel The rollout channel for publishing landscape deployment recommendations changed. Please have a look at our announcement.

More information

SMP Security & Identity Management An Introduction

SMP Security & Identity Management An Introduction SMP Security & Identity Management An Introduction SMP Enterprise Grade Mobility Webinar Series Brought to you by the SAP Mobile Rapid Innovation Group (RIG) SAP Mobile Platform: Enterprise Grade Mobility

More information

Why Cloud Platforms are the Secret Weapon to Make Your Business More Agile and Competitive

Why Cloud Platforms are the Secret Weapon to Make Your Business More Agile and Competitive Why Cloud Platforms are the Secret Weapon to Make Your Business More Agile and Competitive Matthias Steiner, SAP SE @steinermatt May, 2015 Use this title slide only with an image Disclaimer This presentation

More information

How-to-Guide: SAP Web Dispatcher for Fiori Applications

How-to-Guide: SAP Web Dispatcher for Fiori Applications How-to-Guide: SAP Web Dispatcher for Fiori Applications Active Global Support North America Document History: Document Version Authored By Description 1.0 Kiran Kola Architect Engineer 2 www.sap.com Table

More information

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail

Price and Revenue Management - Manual Price Changes. SAP Best Practices for Retail Price and Revenue Management - Manual Price Changes SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose For the creation of manual price changes via the Price Planning Workbench,

More information

Two-Factor Authentication over Mobile: Simplifying Security and Authentication

Two-Factor Authentication over Mobile: Simplifying Security and Authentication SAP Thought Leadership Paper SAP Mobile Services Two-Factor Authentication over Mobile: Simplifying Security and Authentication Controlling Fraud and Validating End Users Easily and Cost-Effectively Table

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

Citrix Receiver. Configuration and User Guide. For Macintosh Users

Citrix Receiver. Configuration and User Guide. For Macintosh Users Citrix Receiver Configuration and User Guide For Macintosh Users rev: 25.03.2015 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

Remote Connectivity Infrastructure

Remote Connectivity Infrastructure Remote Connectivity Infrastructure SAP Active Global Support & Maintenance Go-to-Market November 2014 Public Remote Connectivity Infrastructure Table of Contents Introduction General Architecture SAProuter

More information

SAP Business One mobile app for Android Version 1.0.x November 2013

SAP Business One mobile app for Android Version 1.0.x November 2013 SAP Business One mobile app for Android Version 1.0.x November 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

Mobile app for Android Version 1.0.x, January 2014

Mobile app for Android Version 1.0.x, January 2014 Mobile app for Android Version 1.0.x, January 2014 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This

More information

GR5 Access Request. Process Diagram

GR5 Access Request. Process Diagram GR5 Access Request Process Diagram Purpose, Benefits, and Key Process Steps Purpose This scenario uses business roles to show a new user access provisioning and also demo using simplified access request

More information

Manual to Access SAP Training Systems Technical Description for Customer On-Site Training

Manual to Access SAP Training Systems Technical Description for Customer On-Site Training Manual to Access SAP Training Systems Technical Description for Customer On-Site Training 2.0 draft version available as of Jan. 5th 2015. The final version will be available in January 2015 after valuable

More information

Security. SAP Mobile Platform 2.3 SP04

Security. SAP Mobile Platform 2.3 SP04 Security SAP Mobile Platform 2.3 SP04 DOCUMENT ID: DC01930-01-0234-01 LAST REVISED: March 2014 Copyright 2014 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and to any

More information

SAP BusinessObjects Mobile So gelangen Ihre Informationen auf mobile Geräte. Jörg Diekkämper 24. April 2015

SAP BusinessObjects Mobile So gelangen Ihre Informationen auf mobile Geräte. Jörg Diekkämper 24. April 2015 SAP BusinessObjects Mobile So gelangen Ihre Informationen auf mobile Geräte Jörg Diekkämper 24. April 2015 2005 2013 Quelle 2014 SAP AG or an SAP affiliate company. All rights reserved. 2 2014 SAP AG or

More information

Unlock the Value of Your Microsoft and SAP Software Investments

Unlock the Value of Your Microsoft and SAP Software Investments SAP Technical Brief SAP Gateway Objectives Unlock the Value of Your Microsoft and SAP Software Investments Bridging the integration gap between SAP and Microsoft environments Bridging the integration gap

More information

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ

SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ SAP HANA SPS 09 - What s New? HANA IM Services: SDI and SDQ (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Agenda

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 March 2016 Public Agenda SAP security portfolio Overview SAP Single Sign-On Single sign-on main scenarios Capabilities Summary 2016 SAP SE or an SAP affiliate

More information

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail

Multi Channel Sales Order Management: Mail Order. SAP Best Practices for Retail Multi Channel Sales Order Management: Mail Order SAP Best Practices for Retail Purpose, Benefits, and Key Process Steps Purpose Multi Channel Sales Order Management: Mail Order describes a Business-to-Consumer

More information

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014)

SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) SuccessFactors Global Human Capital Management (HCM) Academy and Admin Training Schedule (Q3 Q4 2014) The SuccessFactors Global HCM Training Schedule makes it easier to locate and enroll in the training

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

Mobile app for Android Version 1.2.x, December 2015

Mobile app for Android Version 1.2.x, December 2015 Mobile app for Android Version 1.2.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

SAP Mobile Platform Intro

SAP Mobile Platform Intro SAP Mobile Platform Intro Agenda SAP Mobile Platform overview App types Core platform services Backend connectivity Open technologies HANA Cloud Platform Key UI Tools and Technologies SAP Fiori Launchpad

More information

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements

SAP Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements Fiori October 2014 English Version 1.0 Fiori Infrastructure rapid-deployment solution: Software and Delivery Requirements AG Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 26 th

More information

K88 - Additional Business Operations for Loans. Process Diagram

K88 - Additional Business Operations for Loans. Process Diagram K88 - Additional Business Operations for Loans Process Diagram K88 Additional Business Operations for Loans Payment Plan Change SAP UI/ A Financial Services ->Account Management -> Periodic Tasks -> Communication

More information

What s New in SAP Mobile Platform 3.0

What s New in SAP Mobile Platform 3.0 What s New in SAP Mobile Platform 3.0 Legal Disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission of SAP. This presentation

More information

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram

K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram K75 SAP Payment Engine for Credit transfer (SWIFT & SEPA) Process Diagram Purpose, Benefits, and Key Process Steps Purpose The purpose of this scenario is to describe and / or support testing of the entire

More information

Design & Innovation from SAP AppHaus Realization with SAP HANA Cloud Platform. Michael Sambeth, Business Development HCP, SAP (Suisse) SA 18.06.

Design & Innovation from SAP AppHaus Realization with SAP HANA Cloud Platform. Michael Sambeth, Business Development HCP, SAP (Suisse) SA 18.06. Design & Innovation from SAP AppHaus Realization with SAP HANA Cloud Platform Michael Sambeth, Business Development HCP, SAP (Suisse) SA 18.06.2015 Legal disclaimer The information in this presentation

More information

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More

SAP Solution Manager: The IT Solution from SAP for IT Service Management and More SAP Solution Manager SAP Solution Manager: The IT Solution from SAP for IT Service Management and More Table of Contents 2 SAP Solution Manager A Fully Scalable IT Platform 3 Supporting 15 Certified ITIL

More information

Partner Certification to Operate SAP Solutions and SAP Software Environments

Partner Certification to Operate SAP Solutions and SAP Software Environments SAP Information Sheet SAP Partner Innovation Lifecycle Services SAP Certification for Outsourcing Operations Partners Quick Facts Partner Certification to Operate SAP Solutions and SAP Software Environments

More information

Mobile app for ios Version 1.10.x, August 2014

Mobile app for ios Version 1.10.x, August 2014 Mobile app for ios Version 1.10.x, August 2014 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime. Managers,

More information

SAP Cloud Identity Service

SAP Cloud Identity Service SAP Cloud Identity Service Secure Authentication, Single Sign-On and User Management in the Cloud December 2015 Introduction SAP Cloud Identity Service In the SAP IT application security product portfolio

More information

Security. Sybase Unwired Platform 2.2 SP02

Security. Sybase Unwired Platform 2.2 SP02 Security Sybase Unwired Platform 2.2 SP02 DOCUMENT ID: DC01703-01-0222-01 LAST REVISED: January 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains to Sybase software and

More information

Protect Your Customers and Brands with Multichannel Two-Factor Authentication

Protect Your Customers and Brands with Multichannel Two-Factor Authentication SAP Brief Mobile Services from SAP SAP Authentication 365 Objectives Protect Your Customers and Brands with Multichannel Two-Factor Authentication Protecting your most valuable asset your customers Protecting

More information

Deliver Secure, User-Friendly Access to Mobile Business Apps

Deliver Secure, User-Friendly Access to Mobile Business Apps SAP Brief Extensions SAP Mobile App Protection by Mocana Objectives Deliver Secure, User-Friendly Access to Mobile Business Apps Promote app security for enterprise safety Promote app security for enterprise

More information

Cost-Effective Data Management and a Simplified Data Warehouse

Cost-Effective Data Management and a Simplified Data Warehouse SAP Information Sheet SAP Technology SAP HANA Dynamic Tiering Quick Facts Cost-Effective Data Management and a Simplified Data Warehouse Quick Facts Summary The SAP HANA dynamic tiering option helps application

More information

SAP Mobile Platform rapid-deployment solution

SAP Mobile Platform rapid-deployment solution SAP Mobile Platform rapid-deployment solution V6.30 Customer Contents Overview Scope Deployment of SAP Mobile Platform Network, Security and Push of SAP Mobile Platform Operational Maintenance of SAP Mobile

More information

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements

SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP HCI(PI) August 2015 English SFSF EC to 3 rd party payroll Integration Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions Date 0 November 2014

More information

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2015-08-10 Integration capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to S/4HANA Integration Javit Gellaw (SAP SE) Table of Contents 1 INTRODUCTION

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

How To Be Successful

How To Be Successful Realizing Value from SAP Mobile EAM and Field Service Solutions MEE Mobile Customer Conference Customer 1 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and

More information

Administering Jive Mobile Apps

Administering Jive Mobile Apps Administering Jive Mobile Apps Contents 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios... 3 Native Apps and Push Notifications...4 Custom App Wrapping for ios... 5 Native

More information

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English Afaria Network Configuration (X87) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE

More information

Automotive Consulting Solution. CHEP - EDI- Container Data

Automotive Consulting Solution. CHEP - EDI- Container Data Automotive Consulting Solution CHEP - EDI- Container Data Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit Solution

More information

CUSTOMER SAP Afaria Overview

CUSTOMER SAP Afaria Overview SAP Afaria 7 SP15 Document Version: 1.0 2016-06-13 CUSTOMER Content 1 Afaria Overview....3 1.1 About Afaria....3 1.2 Afaria Access and Support....4 1.3 Finding Information....5 2 Afaria Architecture....7

More information

Mobile app for ios Version 1.11.x, December 2015

Mobile app for ios Version 1.11.x, December 2015 Mobile app for ios Version 1.11.x, December 2015 Introduction This app allows you to access SAP Business One, SAP s enterprise resource planning application for small businesses, anywhere and anytime.

More information

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements

SAP Cloud for Customer integration with SAP ERP: Software and Delivery Requirements SAP Cloud for 1502 March 2015 English SAP Cloud for integration with SAP ERP: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Document Revisions 0 1 2 Date Copyright

More information

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013

Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA. Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Real-Time Reconciliation of Invoice and Goods Receipts powered by SAP HANA Stefan Karl, Finance Solutions, SAP ASUG Presentation, May 2013 Legal disclaimer The information in this presentation is confidential

More information

Two UX Solutions Now Included with SAP Software

Two UX Solutions Now Included with SAP Software Frequently Asked Questions User Experience Two UX Solutions Now Included with SAP Software SAP offers two solutions that greatly improve the user experience (UX): the SAP Fiori user experience and SAP

More information

Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform

Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform Real-Time Enterprise Management with SAP Business Suite on the SAP HANA Platform Jürgen Butsmann, Solution Owner, Member of Global Business Development Suite on SAP HANA, SAP October 9th, 2014 Public Agenda

More information

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1

Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Understanding Security and Rights in SAP BusinessObjects Business Intelligence 4.1 Session Code*: 0313 Greg Wcislo Disclaimer This presentation outlines our general product direction and should not be

More information

PUBLIC SAP HANA Cloud Platform Mobile Services

PUBLIC SAP HANA Cloud Platform Mobile Services 1.3 Document Version: 1.0 2015-09-28 PUBLIC SAP HANA Cloud Platform Mobile Services Content 1....3 1.1 What's New....3 1.2 Getting Started with.... 6 Setting up an Developer Account....7 Setting up an

More information

SAP HANA SPS 09 - What s New? Development Tools

SAP HANA SPS 09 - What s New? Development Tools SAP HANA SPS 09 - What s New? Development Tools (Delta from SPS 08 to SPS 09) SAP HANA Product Management November, 2014 2014 SAP SE or an SAP affiliate company. All rights reserved. 1 Overview What s

More information

A Review of Mobile Messaging Use Cases

A Review of Mobile Messaging Use Cases SAP Thought Leadership Paper SAP Mobile Services A Review of Mobile Messaging Use Cases Guidelines for Today s Ever-Changing Messaging Ecosystem Table of Contents 4 Introduction 5 Validation and Two-Factor

More information

How To Use An Automotive Consulting Solution In Ansap

How To Use An Automotive Consulting Solution In Ansap Automotive Consulting Solution Warranty Management - Claim Copier Agenda 1. Benefit for the Customer 2. Description of the Function 3. The Function in the System 4. Technical Information 2 Customer Benefit

More information

Customer Master Presentation - Contents

Customer Master Presentation - Contents Customer Master Presentation - Contents V5.30 Solution at a Glance SAP Rapid Deployment Solution Overview SAP Mobile Platform Overview SAP Mobile Platform Rapid Deployment Solution - Overview SAP Mobile

More information

Developer Guide: REST API Applications. SAP Mobile Platform 2.3 SP03

Developer Guide: REST API Applications. SAP Mobile Platform 2.3 SP03 Developer Guide: REST API Applications SAP Mobile Platform 2.3 SP03 DOCUMENT ID: DC01926-01-0233-01 LAST REVISED: September 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This publication pertains

More information

Citrix Receiver. Configuration and User Guide. For Windows Users

Citrix Receiver. Configuration and User Guide. For Windows Users Citrix Receiver Configuration and User Guide For Windows Users rev: 26.01.2016 https://access.sap.com/ TABLE OF CONTENTS Introduction... 3 Installation... 3 Accessing our portal... 3 Accessing from SAP

More information

SAP BusinessObjects Business Intelligence 4 Innovation and Implementation

SAP BusinessObjects Business Intelligence 4 Innovation and Implementation SAP BusinessObjects Business Intelligence 4 Innovation and Implementation TABLE OF CONTENTS 1- INTRODUCTION... 4 2- LOGON DETAILS... 5 3- STARTING AND STOPPING THE APPLIANCE... 6 4.1 Remote Desktop Connection

More information

Cybersecurity and Secure Authentication with SAP Single Sign-On

Cybersecurity and Secure Authentication with SAP Single Sign-On Solution in Detail SAP NetWeaver SAP Single Sign-On Cybersecurity and Secure Authentication with SAP Single Sign-On Table of Contents 3 Quick Facts 4 Remember One Password Only 6 Log In Once to Handle

More information

SAP Business One mobile app for ios. Version 1.9.x September 2013

SAP Business One mobile app for ios. Version 1.9.x September 2013 SAP Business One mobile app for ios Version 1.9.x September 2013 Legal disclaimer The information in this presentation is confidential and proprietary to SAP and may not be disclosed without the permission

More information

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide

SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide SAP Mobile Services Enterprise Knowledgebase Overview and Access Guide TABLE OF CONTENTS INTRODUCTION... 3 Enterprise Knowledgebase... 3 SAP Mobile Services Community... 3 Feedback... 3 ACCESSING THE ENTERPRIS

More information

Complementary Demo Guide

Complementary Demo Guide Complementary Demo Guide Lockbox Payment Process SAP Business ByDesign SAP Business ByDesign Global August 15, 2014 SAP Cloud Reference Systems Table of Content 1 About this Document... 3 1.1 Purpose...

More information

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04

Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04 Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This

More information

Software and Delivery Requirements

Software and Delivery Requirements SAP HANA Big Data Intelligence rapiddeployment solution November 2014 English SAP HANA Big Data Intelligence rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190

More information

PSM-PPM Integration SAP Product Structure Management

PSM-PPM Integration SAP Product Structure Management PSM-PPM Integration SAP Product Structure Management A PLM Consulting Solution PSM PPM Integration The PLM Consulting Solution PSM-PPM Integration integrates the display and management of PPM objects (e.g.:

More information

Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges. William Adams SAP AG

Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges. William Adams SAP AG Running SAP Solutions in the Cloud How to Handle Sizing and Performance Challenges William Adams SAP AG Agenda What Types of Cloud Environments we are talking about Private Public Critical Performance

More information

Downport to SAP GUI for documents Access Control Management

Downport to SAP GUI for documents Access Control Management Access Control Management A PLM Consulting Solution Public The PLM Consulting Solution Downport to SAP GUI for documents streamlines the process of managing project authorizations based on SAP PLM 7 Access

More information

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram

FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave. Process Diagram FA7 - Time Management: Attendances/Absences/Overtime/Hajj Leave Process iagram SAP ERP + RENEWAL Process Non-SAP Employee SAP ERP + RENEWAL (Personnel Administration) Organizational Management FA7 - Time

More information

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks

Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks SAP Brief Objectives Cut Costs and Improve Agility by Simplifying and Automating Common System Administration Tasks Simplify management of SAP software landscapes Simplify management of SAP software landscapes

More information

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center

Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center SAP Brief SAP Customer Relationship Management SAP Contact Center Objectives Drive Retail Sales and Enhance Loyalty by Streamlining Your Contact Center Create a better retail experience across multiple

More information

Introduction to the EIS Guide

Introduction to the EIS Guide Introduction to the EIS Guide The AirWatch Enterprise Integration Service (EIS) provides organizations the ability to securely integrate with back-end enterprise systems from either the AirWatch SaaS environment

More information

Mobile Security Without Barriers

Mobile Security Without Barriers SAP Mobile Secure Mobile Security Without Barriers Securing your enterprise for all the new and expanding mobile use cases is similar to protecting your home. Merely locking your doors won t suffice. You

More information

Simplify and Secure Cloud Access to Critical Business Data

Simplify and Secure Cloud Access to Critical Business Data SAP Brief SAP Technology SAP Cloud Identity Objectives Simplify and Secure Cloud Access to Critical Business Data Gain simplicity and security in a single cloud solution Gain simplicity and security in

More information

Protect Your Connected Business Systems by Identifying and Analyzing Threats

Protect Your Connected Business Systems by Identifying and Analyzing Threats SAP Brief SAP Technology SAP Enterprise Threat Detection Objectives Protect Your Connected Business Systems by Identifying and Analyzing Threats Prevent security breaches Prevent security breaches Are

More information

SAP Fiori - Architecture

SAP Fiori - Architecture SAP Fiori - Architecture August 2014 Customer Disclaimer This presentation outlines our general product direction and should not be relied on in making a purchase decision. This presentation is not subject

More information

Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies

Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies Guideline Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies Product(s): IBM Cognos 8 BI Area of Interest: Security Integrating IBM Cognos 8 BI with 3rd Party Auhtentication Proxies 2 Copyright

More information

Integrated Finance, Risk, and Profitability Management for Insurance

Integrated Finance, Risk, and Profitability Management for Insurance SAP Brief SAP for Insurance SAP Cost and Revenue Allocation for Financial Products Objectives Integrated Finance, Risk, and Profitability Management for Insurance Gain deep business insights Gain deep

More information

SAP Audit Management A Preview

SAP Audit Management A Preview SAP Audit Management A Preview SAP AG November 2013 Customer 1 Agenda Business Challenges The Idea The Solution Roadmap Demo 2013 SAP AG. All rights reserved. Customer 2 Disclaimer The information in this

More information

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

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

More information

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions

Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions Document Version: 1.00 2016-03-01 Integration Capabilities of SAP S/4HANA to SAP Cloud Solutions What you need to know when it comes to SAP S/4HANA integration Javit Gellaw (SAP SE) Table of Contents 1

More information

Improve your mobile application security with IBM Worklight

Improve your mobile application security with IBM Worklight Improve your mobile application security with IBM Worklight Contents 1 Introduction 2 IBM Worklight overview 4 Enabling mobile security with IBM Worklight 6 Integrating IBM Worklight with enterprise security

More information

Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA

Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA Integrated solution for subsidiaries, suppliers and franchises powered by SAP HANA Csaba Balázs Channel Enablement & Solution Expert SAP Business One SAP Global SME Business Unit 21.Oct.2014 Public What

More information

2015-09-24. SAP Operational Process Intelligence Security Guide

2015-09-24. SAP Operational Process Intelligence Security Guide 2015-09-24 SAP Operational Process Intelligence Security Guide Content 1 Introduction.... 3 2 Before You Start....5 3 Architectural Overview.... 7 4 Authorizations and Roles.... 8 4.1 Assigning Roles to

More information

The Arts & Science of Tuning HANA models for Performance. Abani Pattanayak, SAP HANA CoE Nov 12, 2015

The Arts & Science of Tuning HANA models for Performance. Abani Pattanayak, SAP HANA CoE Nov 12, 2015 The Arts & Science of Tuning HANA models for Performance Abani Pattanayak, SAP HANA CoE Nov 12, 2015 Disclaimer This presentation outlines our general product direction and should not be relied on in making

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

SM250 IT Service Management Configuration

SM250 IT Service Management Configuration SM250 IT Service Management Configuration. COURSE OUTLINE Course Version: 16 Course Duration: 4 Day(s) SAP Copyrights and Trademarks 2016 SAP SE or an SAP affiliate company. All rights reserved. No part

More information

Your Intelligent POS Solution: User-Friendly with Expert Analysis

Your Intelligent POS Solution: User-Friendly with Expert Analysis Overview SAP Customer Checkout with SAP Business One Challenges Your Intelligent POS : User-Friendly with Expert Analysis Central Overview of Sales Data Central Overview of Sales Data Cash and card payments,

More information

Elevate Your Customer Engagement Strategy with Cloud Services

Elevate Your Customer Engagement Strategy with Cloud Services SAP Brief SAP Services Cloud Services for Customer Relations Objectives Elevate Your Customer Engagement Strategy with Cloud Services Win over today s empowered customers Win over today s empowered customers

More information

Software and Delivery Requirements

Software and Delivery Requirements SuccessFactors Recruiting April 2015 English SuccessFactors Recruiting rapiddeployment solution: Software and Delivery Requirements SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2015 SAP

More information

Improve Security, Lower Risk, and Increase Compliance Using Single Sign-On

Improve Security, Lower Risk, and Increase Compliance Using Single Sign-On SAP Brief SAP NetWeaver SAP NetWeaver Single Sign-On Objectives Improve Security, Lower Risk, and Increase Compliance Using Single Sign-On Single sign-on in the SAP software architecture Single sign-on

More information