You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: principal-prop-on-premise/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This sample provides details on how to configure principal propagation when you
6
6
7
7
The principal propagation relies on exchanging the JWT token received in Kyma. The exchanged token is then forwarded to the SAP Cloud Connector and is used to identify the logged-in user.
8
8
9
-
You can use either XSUAA or SAP Identity Authentication Service (IAS) as an external identity provider with user federation.
9
+
You can use either XSUAA or SAP Cloud Identity Services as an external identity provider with user federation.
10
10
11
11
The following diagram presents a flow in which a logged-in user fetches their sales data from the on-premise system. Using a standalone SAP application router, an API `sap/com/onprem/mysales` is hosted in the Kyma runtime. This API calls the on-premise system using the Connectivity Proxy module.
12
12
@@ -32,7 +32,7 @@ The following diagram presents a flow in which a logged-in user fetches their sa
32
32
> Make sure you synchronize the list with your Cloud Connector by using the **Synchronize** button.
33
33
> 
34
34
35
-
2.[Configure a CA Certificate](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/d0c4d5675d4f4bc78a5b7a7b8687c841.html) for principal propagation. Use Option 3 (as of version 2.10): Generate a self-signed certificate from the [Install a local CA Cerificate](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-ca-certificate-for-principal-propagation?version=Cloud#install-a-local-ca-certificate) section.
35
+
2.[Configure a CA Certificate](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/d0c4d5675d4f4bc78a5b7a7b8687c841.html) for principal propagation. Use Option 3 (as of version 2.10): Generate a self-signed certificate from the [Install a local CA Certificate](https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/configure-ca-certificate-for-principal-propagation?version=Cloud#install-a-local-ca-certificate) section.
36
36
37
37

38
38
@@ -42,9 +42,9 @@ The following diagram presents a flow in which a logged-in user fetches their sa
42
42
43
43
4.[Install a System Certificate for Mutual Authentication](https://help.sap.com/docs/CP_CONNECTIVITY/cca91383641e40ffbe03bdc78f00f681/3f974eae3cba4dafa274ec59f69daba6.html). Use the third option - generating a self-signed certificate.
44
44
45
-
### Configuring the On-Premise Backend
45
+
### Configuring the On-Premise System
46
46
47
-
You can run the on-premise backend on your laptop or in a test system. For simplicity, use the same system where your SAP Cloud Connector is running.
47
+
You can run the on-premise system on your laptop or in a test system. For simplicity, use the same system where your SAP Cloud Connector is running.
48
48
49
49
1. Download the CA certificate from the Cloud Connector under the `certs` directory as `ca_cert.der`.
50
50
@@ -96,7 +96,7 @@ You can run the on-premise backend on your laptop or in a test system. For simpl
96
96
97
97
```shell script
98
98
export NS={your-namespace}
99
-
# only required once to enable istio sidecar. Ignore if done already
99
+
# only required once to enable Istio sidecar. Ignore if done already
0 commit comments