Skip to content

Commit 643109e

Browse files
authored
Merge pull request #23059 from renejeglinsky/master
Update oauth config in xs-security.json
2 parents 5f5fee4 + ce76a7f commit 643109e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The MBT Build tool uses the `mta.yaml` file that has been created using `cds add
112112
> 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`:
113113
> ```json
114114
> "oauth2-configuration": {
115-
> "redirect-uris": ["https://*.cfapps.us10-001.hana.ondemand.com/**"]
115+
> "redirect-uris": ["https://*.us10-001.hana.ondemand.com/**"]
116116
> }
117117
> ```
118118
> For other API endpoints you'd need to adapt it accordingly.
@@ -146,7 +146,7 @@ The MBT Build tool uses the `mta.yaml` file that has been created using `cds add
146146
```
147147
This is the URL of the AppRouter, which enforces the authentication flow.
148148
149-
4. Open this URL in the browser and try out the provided links, for example, `.../catalog/Books`. Application data is fetched from SAP HANA. If enabled in step 1.3 you can also try the **Fiori preview**.
149+
4. Open this URL in the browser and try out the provided links, for example, `.../catalog/Books`. Application data is fetched from SAP HANA. If enabled in step 1.4 you can also try the **Fiori preview**.
150150
151151
<!-- border -->![application preview](application_cloud_fiori.png)
152152

0 commit comments

Comments
 (0)