Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/multitenancy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ In order to get your multitenant application deployed, follow this excerpt from
Once: Add SAP HANA Cloud, XSUAA, and [App Router](../deployment/to-cf#add-app-router) configuration. The App Router acts as a single point-of-entry gateway to route requests to. In particular, it ensures user login and authentication in combination with XSUAA.

```sh
cds add hana,xsuaa
cds add hana,xsuaa,approuter
```

If you intend to serve UIs you can easily set up the SAP Cloud Portal service:
Expand Down