SAP Cloud Platform Federated Security Management
The SAP Cloud Platform offers comprehensive authentication management with SAP Cloud Identity for the following:
In addition, it offers support for SAML-based party identity providers from SAP or third party.
Note: A free alternative used in this course is to use your SCN account to sign on to SAP Cloud Platform applications with the SAP ID service.
Configure the SAP Cloud Platform Cloud Connector
Before we can start generating the SAP Fiori application, we need to configure the Cloud Connector. The Cloud Connector is needed to access the OData service (located in the intranet) from the cloud. This enables us to use the SAP Web IDE on the SAP Cloud Platform to connect to our service.
The Cloud Connector establishes a secure SSL VPN connection between the SAP Cloud Platform and on-premises systems. The connectivity is technically created by an on-premises agent through a reverse-invoke process. The Cloud Connector offers a pre-configured destination APT and certificate inspection to safeguard against forgeries.
To configure the Cloud Connector, you have to perform the following steps:
SAP Cloud Platform Cockpit Destination
If you want to connect to an ABAP system, you need to specify this in the destination details. For example, you want to connect to an ABAP system to consume some OData for creating a new SAP Fiori app or for extending some existing ones. You also want to execute some other SAPUI5 applications. You need to pass this information to the SAP Web IDE. You do this through the additional property of the destination, WebIDEUsage. In this property, you specify the three usages you want to have with this destination:
When the cloud connector is connected to your Cloud Platform account you have to configure a destination from SAP Cloud Platform that points to your on-premise back-end system.
SAP Web IDE Project Creation Wizard
The list of services is populated when you use the catalog service of the SAP Gateway server.
At this point, the UI developer is able to view the entity data model in a graphical way and is able to get a preview on the data that will be selected from the back-end system.
Click on Live Data to see the first 100 entries of the selected entity set. This allows you to verify the end-to-end connectivity down to the actual back-end data.
Application Preview in Browser