Skip to content

Commit 7776038

Browse files
Links to destination and xsuaa
1 parent 542c48d commit 7776038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optional-self-hosted-backend/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ This is an example of how to consume a CAP service with authentication from on S
55
The [managed-html-runtime-fiori-mta](../managed-html5-runtime-fiori-mta) sample consumes the [Northwind odata.org service](../managed-html5-runtime-fiori-mta/destination.json#L14), this is a public service without any kind of authentication.
66

77
This project [mocks](./srv/cat-service.cds#L3) the Northwind service, the service is exposed as a CAP service with required [authentication](./srv/cat-service.cds#L4).
8-
Deploy of this package [override](./mta.yaml#L88) the URL of the original `Northwind` destination with the URL of the mockup service and set the property [HTML5.ForwardAuthToken](./mta.yaml#L90) necessary to forward the authentication user from the SAP Fiori app to the CAP service.
8+
Deploy of this package [override](./mta.yaml#L88) the URL of the original [Northwind](../managed-html5-runtime-fiori-mta/destination.json#L9) destination with the URL of the mockup service and set the property [HTML5.ForwardAuthToken](./mta.yaml#L90) necessary to forward the authentication user from the SAP Fiori app to the CAP service.
99
This property is documented at [Configure Destinations](https://help.sap.com/viewer/ad4b9f0b14b0458cad9bd27bf435637d/LATEST/en-US/fab4035652cb4fc48503c65dc841d335.html)
1010

11-
The MTA file [bind](./mta.yaml#L35) the CAP service to the xsuaa service already created by the `managed-html5-runtime-fiori-mta` package.
11+
The MTA file [bind](./mta.yaml#L35) the CAP service to the xsuaa service already created by the [managed-html5-runtime-fiori-mta](../managed-html5-runtime-fiori-mta/mta.yaml#L74) package.
1212

1313
## Deployment
1414

0 commit comments

Comments
 (0)