Skip to content

Commit dfe743f

Browse files
authored
Merge pull request #927 from grego952/update-integrate-tutorial
Update steps in the Integrate tutorial
2 parents 8758ed3 + 78dd429 commit dfe743f

11 files changed

+13
-13
lines changed

tutorials/integrate-with-work-zone-kymaruntime/integrate-with-work-zone-kymaruntime.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -225,14 +225,6 @@ The Common Data Model (CDM) is the basis for interoperability and content federa
225225
> ```
226226
> Add the result without the leading `*.` in the placeholder `<cluster-domain>`.
227227

228-
229-
> You can find the value for `<cloud-service-name>` in the **app/incidents/webapp/manifest.json** file.
230-
> ```json[3]
231-
> "sap.cloud": {
232-
> "public": true,
233-
> "service": "incidents"
234-
>}
235-
>```
236228

237229
<!-- 6. Verify. Here's how your **values.yaml** file should look like at this stage: -->
238230
<!-- -->
@@ -383,7 +375,7 @@ When the application is successfully deployed, you have to configure design and
383375

384376
2. Choose **New Property** on the right and add the following property:
385377

386-
- **CEP.HTML5contentprovide** = `true`
378+
- **CEP.HTML5contentprovider** = `true`
387379

388380
2. Select the **Use default JDK truststore** checkbox and choose **Save**.
389381

@@ -434,13 +426,21 @@ When the application is successfully deployed, you have to configure design and
434426

435427
- **Name** = `incident-management_cdm`
436428
- **Type** = `HTTP`
437-
- **URL** = `https://html5-apps-repo-rt.cfapps.<subaccount-region>.hana.ondemand.com/applications/cdm/<sap-app-id>`
429+
- **URL** = `https://html5-apps-repo-rt.cfapps.<subaccount-region>.hana.ondemand.com/applications/cdm/<cloud-service-name>`
438430
- **Proxy Type** = `Internet`
439431
- **Authentication** = `OAuth2ClientCredentials`
440432
- **Client ID** = `<Client ID from decoded secret details>`
441433
- **Client Secret** = `<Client Secret from decoded secret details>`
442434
- **Token Service URL** = `<url from decoded secret details>` + `/oauth/token`
443435

436+
> You can find the value for `<cloud-service-name>` in the **app/incidents/webapp/manifest.json** file.
437+
> ```json[3]
438+
> "sap.cloud": {
439+
> "public": true,
440+
> "service": "incidents"
441+
>}
442+
>```
443+
444444
2. Choose **New Property** on the right and add the following properties:
445445

446446
- **grant_type** = `client_credentials`
@@ -498,15 +498,15 @@ When the application is successfully deployed, you have to configure design and
498498
499499
<!-- border; size:540px --> ![WorkZone7](./integrate_launchpad_7.png)
500500
501-
17. Enter the site name as **Incident Management Site** and choose **Create**.
501+
17. In the **Site Name** field enter **Incident Management Site** and choose **Create**.
502502
503503
<!-- border; size:540px --> ![WorkZone7](./integrate_launchpad_71.png)
504504
505-
18. When you are forwarded to your created site, choose **Edit**.
505+
18. When you are forwarded to your created site, choose **Role Assignments** and then choose **Edit**.
506506
507507
<!-- border; size:540px --> ![WorkZone7](./integrate_launchpad_72.png)
508508
509-
19. Choose the **Assign Items** field, add **+** the **Default Role** to your site and choose **Save**.
509+
19. In the **Assignment status** field, switch on **Default Role** for your site and choose **Save**.
510510
511511
<!-- border; size:540px --> ![WorkZone7](./integrate_launchpad_73.png)
512512
26.7 KB
Loading
21.5 KB
Loading
33.7 KB
Loading
40.4 KB
Loading
43.6 KB
Loading
43.6 KB
Loading
41.5 KB
Loading
44.4 KB
Loading
67.7 KB
Loading

0 commit comments

Comments
 (0)