Skip to content

Commit 55b5cda

Browse files
Added workaround for extension landscapes (#22932)
* Automatic commit: Move 'cp-cap-java-custom-handler' from QA to Production * switch from sap-language to sap-locale * new screenhot and enhanced tip * Improvements and fixes * temporary fix/hint until next release * better alternative texts * added workaround
1 parent c057c80 commit 55b5cda

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

tutorials/cap-service-deploy/cap-service-deploy.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The Cloud Foundry API endpoint is required so that you can log on to your SAP BT
9999
100100
> This will ask you to select Cloud Foundry API, org, and space.
101101
102-
> The API Endpoint is taken by default. If you want to change the API Endpoint use `cf api <CF_API_ENDPOINT>` to change the API. Replace `<CF_API_ENDPOINT>` with the actual value you obtained in the previous step.
102+
> The API endpoint is taken by default. If you want to change the API endpoint use `cf api <CF_API_ENDPOINT>` to change the API. Replace `<CF_API_ENDPOINT>` with the actual value you obtained in the previous step.
103103
104104
> If you don't know whether you're logged on to Cloud Foundry or if you're wondering to which Cloud Foundry org and space are you logged on, you can always use `cf target` in a terminal to find out.
105105
@@ -109,6 +109,14 @@ SAP provides an application format that respects the single modules and their te
109109
110110
The MBT Build tool uses the `mta.yaml` file that has been created using `cds add mta` before, to build the deployable archive. The MultiApps CF CLI plugin adds the `deploy` command and orchestrates the deployment steps.
111111
112+
> In the previous step, you identified your API endpoint. If that has a format like `...us10-001...`, you need to add the following configuration to your `xs-security.json`:
113+
> ```json
114+
> "oauth2-configuration": {
115+
> "redirect-uris": ["*.cfapps.us10-001.hana.ondemand.com/**"]
116+
> }
117+
> ```
118+
> For other API endpoints you'd need to adapt it accordingly.
119+
112120
1. In VS Code, in the root of your project, execute the following command to build the archive.
113121
```Shell/Bash
114122
mbt build -t gen --mtar mta.tar

0 commit comments

Comments
 (0)