Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
160 views
9 pages
Setup Connectivity Between C4C and HCP Application
c4c
Uploaded by
RAMESH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save Setup Connectivity Between C4C and HCP Application For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
160 views
9 pages
Setup Connectivity Between C4C and HCP Application
c4c
Uploaded by
RAMESH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save Setup Connectivity Between C4C and HCP Application For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 9
Search
Fullscreen
Community Network Setting up the connectivity between C4C and HCP Application Applies to: Cloud For Custorner Summary SAP Cloud for Customer (C4C) supports OData services. CAC provided standard OData services which has business entities like Account, Opportunities, Leads, Service Request, and Employee etc. Partners and customer can build extension applications using HANA Cloud Platform (HCP) by consuming these OData services. You need to configure connectivity to consume OData APIs from C4C. Depending on your scenario ‘you can either use Basic or OAuth2.0 authentication for accessing C4C resources from extension solution Author(s): Prabhat Raman Company: SAP Labs, Palo Alto Created on: 25" August 2015 EY community NetworkTable of Contents Prerequisites. Business Context ‘Setup OAuth2.0 Authentication Setup Basic Authentication. Copyright. EY community NetworkPrerequisites 1. HCP account - you should have access to HCP trial or production account 2. You should have access to SAP Cloud for Customer with Admin authorization Business Context To use SAP Cloud for Customer (C4C) OData APIS user has to configure the connectivity between CAC and HANA Cloud Platform (HCP). If your scenario requires the support of Single Sign-On (SSO), you register an (OAuth2.0 client in the SAP Cloud for Customer system, and create and configure an HTTP destination with (OAuth2.0 authentication in the SAP Cloud Platform account. To setup the OAuth2.0 authentication following two steps are needed 1. Create and configure OAuth2.0 client in SAP Cloud for Customer to access OData 2. Configure the HTTP destination of “OAuth2SAMLBearerAssertion” Authentication type in HCP If your scenario does not require SSO (for example, if you do not need ID federation or UI integration) you can use an HTTP destination with Basic Authentication. This scenario is possible ifthe SAP HANA Cloud Platform extension application can use a technical user. To setup the Basic authentication following step is needed 1 Configure the HTTP destination of “BasicAuthentication” Authentication type in HCP Setup OAuth2.0 Authentication Create and configure OAuth2.0 client in SAP Cloud for Customer to access OData Use this procedure to configure OAuth2.0 client in SAP Cloud for Customer OData for OData access to configure the connectivity to APIs. 1L. Logon to the SAP HANA Cloud Platform cockpit, select the account, and then choose TRUST 3, On the Local Service Provider tap page, copy the entry in the Local Provider Name field. Note - In case you don't find Local Provider Name click on Edit button and change Configuration Type to Custom, Here you will find the Local Service Provider entry. But don't save this setting, b. On the Local Service Provider tap page, copy the entry in the Signing Certificate field, and save it in the following format
_signing.cer format. EY community NetworkTate iow aa a [Ta yr pee oe Mon ge (Secs 2. Within a separate browser window, log on to SAP Cloud for Customer in the Microsoft Silverlight® client with administrator authorizations a. Inthe Administrator work center, under Common Tasks choose Configure OAuth 2.0 Identity Provider -> New OAuth2.0 Provider and! configure the settings as follows i. Inthe Issuing Entity Name field, paste the entry that you copied on step 1a (the entry from the Local Provider Name field in the trust managing settings of the SAP HANA Cloud Platform account) From the Primary Signing Certificate field, choose Browse to locate the
_signing.cer file that you saved on step 1b li, Select the &-Mail Address checkbox, lv, Choose Submit. OA 2D Pe notin rox eo 3. Inthe Administrator work center of SAP Cloud for Customer, choose OAuth 2.0 Client Registration, and register a new OAuth client as follows a. Choose New EY community Network 4b. Specify the client secret (any password of your choice], client description, and token lifetime (in seconds). ©. Inthe Issuer Name field, use the dropdown list to specify the identity provider that you created on step 2 d. Copy the entry in the Client ID field, You will need it later when creating the HTTP destination for the connectivity to the SAP Cloud for Customer OData APIs. In the Scope list, select the scopes to which you need access. Select UIWC:CC_HOME Choose Save and Close, (OAUTH 2.0 CLIENT REGISTRATION Configure the HTTP destination of “OAuth2SAMLBearerAssertion” Authentication type in HCP Use this procedure to configure the HTTP destination in SAP HAN Cloud Platform account. You can create and configure the destinations on account level using the Destinations editor in SAP HANA Cloud Platform cockpit 1. Inthe cocksit, go to the Account dropdown menu and choose your account. 2. Tocopen the Destinations editor, choose Destinations in the navigation panel 3. Create an HTTP destination as follows: 2. To enable per user authorization, create an OAuth2SAMLBearerAssertion HTTP destination and configure its settings as follows: i. Configure the basic settings: EY community NetworkName Enter a meaningful name Type HTTP Description (Optional) Enter a meaningful description URL https://
.crm.ondemand.com Proxy Type Internet Cloud Connector Version 2 Authentication OaUth2SAMLBearerAssertion Audience Enter the host name of your SAP HANA Cloud for, Customer system, for example
.crm.ondemand. com Client Key Paste the entry you have copied from the Clent ID field when configuring the OAuth client. For more in- formation, see the Configuring the OAuth Clinet for Data Access section in this guide. Token Service URL nttps://
-crm.ondenand. con/sap/be/sec/ eauth2/token Token Service User Chent ID Paste the entry you have copied from the Chent ID field when configuring the OAuth client inthe ‘Administrator work center of SAP Cloud for Cus: tomer. For more information, see the Configuring the ‘OAuth Clinet for OData Access section in this guide. Token Service Password Client secret Enter the client secret you have specified when con- figuring the OAuth client in the Administrator work center of SAP Cloud for Customer. For more informa: ton, see the Configuring the QAuth Clinet for OData Access section in this guide, Configure the required additional properties. To do so, in the Additional Properties panel, choose New Property, and enter the following properti EY community NetworkParameter authnContextClassRef urn:oasis:te:SAML: 2.0:ac:classes:PreviousSession naneIdFormat urn:oasis:names:to:SAML:1.1:nameid- format:emailaddress scope Enter the Scope ID of the scape you have selected ‘when configuring the OAuth client in the Administrator ‘work center of SAP Cloud for Customer. For more in- formation, see the Configuring the OAuth Clinet for ‘OData Access section in this guide. For each of the selected scopes, you need to configure aseparate nameIdFormat additional property. userldsource email 4, Select the Use default JDK truststore checkbox. 5. Save your entries. Result Use the created destination in the HCP application to use logged in user authorizations for making OData API calls. EY community NetworkSetup Basic Authentication To use basic authentication, create a Basic Authentication HTTP destination and configure its settings as follows and save your entries: Name Enter a meaningful name ‘type rTP: Description (Optional) Enter a meaningful description URL hetps://
.exm.ondemand.com Proxy Type Internet Cloud Connector version 2 Authentication BasicAuthentication User Enter the name ofthe SAP Cloud for Customer user who ‘should have access to the extension applications. This User willbe used as a technical user Password, Enter the password of the SAP Cloud for Customer user ‘who should have access to the extension applications Result Use the created destination in the HCP application to use technical user for making QData API calls. Note - It takes some time for the system to activate the destination, EY community NetworkCopyright © 2014 SAP SE SE or an SAP SE 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. The information contained herein may be changed without prior notice. ‘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 and its affliated companies (“SAP SE Group") for informational purposes only, without representation or warranty of any kind, and SAP SE Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE Group 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. ‘SAP SE and other SAP SE products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE in Germany and other countries. Please see http://www. $0 com/corporate-en/legal/copyright/index.epyttrademark for additional trademark information and notices. EY community Network
You might also like
CAPM Reference Doc
PDF
No ratings yet
CAPM Reference Doc
16 pages
Navigating Industry Complexity With SAP Solutions and Testing Strategies - v2
PDF
No ratings yet
Navigating Industry Complexity With SAP Solutions and Testing Strategies - v2
19 pages
S4hana C4C Erp Integration Hci1702
PDF
No ratings yet
S4hana C4C Erp Integration Hci1702
32 pages
EDI
PDF
0% (1)
EDI
42 pages
LS Brim Onprem PPT en 09
PDF
100% (1)
LS Brim Onprem PPT en 09
58 pages
Sap Activate
PDF
No ratings yet
Sap Activate
28 pages
Day 4 Session 2 Sap Hana Architecture Strategy
PDF
No ratings yet
Day 4 Session 2 Sap Hana Architecture Strategy
37 pages
Assessment Knowledge Badge Assessment Getting Started With Support From SAP
PDF
No ratings yet
Assessment Knowledge Badge Assessment Getting Started With Support From SAP
8 pages
Starter System Provisioning Process
PDF
No ratings yet
Starter System Provisioning Process
17 pages
Node Functions
PDF
100% (2)
Node Functions
22 pages
DT103v Presentation v2 1698948303809001JlIr
PDF
No ratings yet
DT103v Presentation v2 1698948303809001JlIr
22 pages
1LQ Set-Up EN XX
PDF
No ratings yet
1LQ Set-Up EN XX
62 pages
4direct Material Sourcing (4RD) - RD - S4HANA2023-FPS02 - Set-Up - EN - XX
PDF
No ratings yet
4direct Material Sourcing (4RD) - RD - S4HANA2023-FPS02 - Set-Up - EN - XX
150 pages
FSD - IntegrationSuite Whats New
PDF
No ratings yet
FSD - IntegrationSuite Whats New
44 pages
Sap Private Cloud User Metering Guideline
PDF
No ratings yet
Sap Private Cloud User Metering Guideline
17 pages
Sap Hana PDF
PDF
No ratings yet
Sap Hana PDF
47 pages
Business Partner Creation Approval Process - Setup Guide
PDF
No ratings yet
Business Partner Creation Approval Process - Setup Guide
23 pages
2023 New S - 4HANA Release and Maintenance Strategy - IgniteSAP
PDF
No ratings yet
2023 New S - 4HANA Release and Maintenance Strategy - IgniteSAP
11 pages
Sap Private Cloud User Metering Guideline
PDF
No ratings yet
Sap Private Cloud User Metering Guideline
19 pages
EDI 850 To IDoc - Scenario PDF
PDF
100% (1)
EDI 850 To IDoc - Scenario PDF
27 pages
EDI 850 To IDoc - Scenario PDF
PDF
100% (1)
EDI 850 To IDoc - Scenario PDF
27 pages
Integrating SRM and Sourcing
PDF
100% (2)
Integrating SRM and Sourcing
118 pages
SAP CRM Campaign Management - CRM and ECC Middleware Integration
PDF
No ratings yet
SAP CRM Campaign Management - CRM and ECC Middleware Integration
8 pages
Introduction To ABAP Core Data Services (CDS)
PDF
No ratings yet
Introduction To ABAP Core Data Services (CDS)
42 pages
Cloud Choice Flex Model Partner Presentation
PDF
No ratings yet
Cloud Choice Flex Model Partner Presentation
36 pages
SAP Hybris C4C
PDF
No ratings yet
SAP Hybris C4C
5 pages
SAP Cloud Identity Service Onboarding Kit For SAP HANA Cloud Platform Customers and Partners
PDF
No ratings yet
SAP Cloud Identity Service Onboarding Kit For SAP HANA Cloud Platform Customers and Partners
20 pages
C4C L2-1
PDF
No ratings yet
C4C L2-1
12 pages
Logon To SAP C4C Using The Following Link
PDF
No ratings yet
Logon To SAP C4C Using The Following Link
3 pages
Whats New 2020 Release
PDF
No ratings yet
Whats New 2020 Release
120 pages
Zieta Technologies Pvt. LTD.: Sap Cloud For Customer (C4C) Functionalities
PDF
No ratings yet
Zieta Technologies Pvt. LTD.: Sap Cloud For Customer (C4C) Functionalities
17 pages
Saphelp Ui
PDF
No ratings yet
Saphelp Ui
244 pages
Vodafone Live Chat
PDF
No ratings yet
Vodafone Live Chat
4 pages
SFTP Adapter - Handling Large File: Prerequisites
PDF
No ratings yet
SFTP Adapter - Handling Large File: Prerequisites
4 pages
3ZF S4HANA2021 Set-Up EN XX
PDF
No ratings yet
3ZF S4HANA2021 Set-Up EN XX
26 pages
Deploy A SAPUI5 Mobile App To Android Device PDF
PDF
No ratings yet
Deploy A SAPUI5 Mobile App To Android Device PDF
13 pages
PI REST Adapter - Connect To Concur
PDF
No ratings yet
PI REST Adapter - Connect To Concur
7 pages
Pre-Requisites To Configuring Master Management
PDF
No ratings yet
Pre-Requisites To Configuring Master Management
3 pages
The Ultimate Guide To C - C4H420 - 94 - SAP Certified Application Associate - SAP CPQ Implementation
PDF
No ratings yet
The Ultimate Guide To C - C4H420 - 94 - SAP Certified Application Associate - SAP CPQ Implementation
2 pages
SAP's Integration Strategy: in Cloud and Hybrid Environments
PDF
No ratings yet
SAP's Integration Strategy: in Cloud and Hybrid Environments
33 pages
Central Sourcing: Setting Up (3ZF)
PDF
No ratings yet
Central Sourcing: Setting Up (3ZF)
24 pages
6KO Set-Up EN XX
PDF
No ratings yet
6KO Set-Up EN XX
64 pages
Sap Hybriss With C4C
PDF
No ratings yet
Sap Hybriss With C4C
1 page
ABAP Mapping Steps 1
PDF
100% (1)
ABAP Mapping Steps 1
12 pages
Aws 15
PDF
No ratings yet
Aws 15
85 pages
Data Migration To SAP S4HANA From Staging (
PDF
No ratings yet
Data Migration To SAP S4HANA From Staging (
22 pages
Concur Discovery Questions: Topic Item Country/Business Units
PDF
No ratings yet
Concur Discovery Questions: Topic Item Country/Business Units
12 pages
BOSCH C4C Implementation Project
PDF
No ratings yet
BOSCH C4C Implementation Project
11 pages
Next-Generation Partnering: SAP Partner Demo Environment, Shared Option
PDF
No ratings yet
Next-Generation Partnering: SAP Partner Demo Environment, Shared Option
25 pages
Delivery Note Original Copy To Seller
PDF
90% (10)
Delivery Note Original Copy To Seller
2 pages
Migration Technical Steps
PDF
No ratings yet
Migration Technical Steps
4 pages
Get Started With Integration Flow Development (Cloud Foundry Environment)
PDF
No ratings yet
Get Started With Integration Flow Development (Cloud Foundry Environment)
52 pages
Sap c4c
PDF
No ratings yet
Sap c4c
1 page
How To - Configure Charm On Single Managed System With Multiple Client For Poc (Part1)
PDF
No ratings yet
How To - Configure Charm On Single Managed System With Multiple Client For Poc (Part1)
6 pages
Sap Hana Cloud Tutorial
PDF
No ratings yet
Sap Hana Cloud Tutorial
58 pages
C4C PDF
PDF
No ratings yet
C4C PDF
311 pages
List of Cookbooks and Guidelines For Utilities For Customer Engagement
PDF
No ratings yet
List of Cookbooks and Guidelines For Utilities For Customer Engagement
3 pages
No de Functions
PDF
No ratings yet
No de Functions
26 pages
FSD CLOUD PE 2023 Latest
PDF
No ratings yet
FSD CLOUD PE 2023 Latest
722 pages
STEADS EnablementGuide v3
PDF
No ratings yet
STEADS EnablementGuide v3
53 pages
Knowledge of SAP BTP Environments
PDF
No ratings yet
Knowledge of SAP BTP Environments
4 pages
Sap BPC
PDF
No ratings yet
Sap BPC
6 pages
Applies To:: Enterprise Resource Planning Homepage
PDF
No ratings yet
Applies To:: Enterprise Resource Planning Homepage
3 pages
Ariba Network Order Guide PDF
PDF
No ratings yet
Ariba Network Order Guide PDF
37 pages
SAP Cloud Integration Content
PDF
No ratings yet
SAP Cloud Integration Content
3 pages
SAP Process Interchange Syllabus
PDF
No ratings yet
SAP Process Interchange Syllabus
6 pages
SAP NetWeaver PI - SAP AIF (Application Interface Framework)
PDF
0% (1)
SAP NetWeaver PI - SAP AIF (Application Interface Framework)
1 page
SAP Directory Content Migration Tool
PDF
No ratings yet
SAP Directory Content Migration Tool
18 pages
Eli Lilly: Leveraging SAP XI in Your Landscape: Costs, Benefits, Lessons Learned
PDF
No ratings yet
Eli Lilly: Leveraging SAP XI in Your Landscape: Costs, Benefits, Lessons Learned
57 pages
Ebook Primeflex For Sap Hana
PDF
No ratings yet
Ebook Primeflex For Sap Hana
23 pages
SAP HCI HCI Integration GUide
PDF
No ratings yet
SAP HCI HCI Integration GUide
20 pages
C4C10
PDF
No ratings yet
C4C10
50 pages
PGP PI Module PDF
PDF
No ratings yet
PGP PI Module PDF
17 pages
SAPHANA Documentation
PDF
No ratings yet
SAPHANA Documentation
15 pages
XI Transaction Codes
PDF
No ratings yet
XI Transaction Codes
6 pages
Test Source X ML
PDF
No ratings yet
Test Source X ML
4 pages
Mail Test Case
PDF
No ratings yet
Mail Test Case
1 page
Nanonull, Inc.: Total Sales
PDF
No ratings yet
Nanonull, Inc.: Total Sales
2 pages
Ansi x12 Edi Sample
PDF
No ratings yet
Ansi x12 Edi Sample
1 page
Ansi X12 Edi Sample PDF
PDF
No ratings yet
Ansi X12 Edi Sample PDF
1 page
Transcripts INJNTU1.1
PDF
No ratings yet
Transcripts INJNTU1.1
2 pages
Authorisation Letter
PDF
No ratings yet
Authorisation Letter
1 page
Type: - MSTSC in Search Option and It Will Open One Popup and Enter External System Details in That Which Is Below
PDF
No ratings yet
Type: - MSTSC in Search Option and It Will Open One Popup and Enter External System Details in That Which Is Below
1 page