Skip to content

Commit 32a9b79

Browse files
Hint at App-Router URL for login with extensibility commands (#1875)
clarifying documentation, cf. https://sap.stackenterprise.co/questions/72616/72901 --------- Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent b69a1f6 commit 32a9b79

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

guides/deployment/to-cf.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,13 @@ Application "bookshop" started and available at
294294
[…]
295295
```
296296

297-
You can use this URL to access the approuter as the entry point of your application.
297+
You can use this URL to access the App Router as the entry point of your application.
298298

299-
For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific URL after subscription.
299+
For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific App Router URL after subscription.
300+
301+
::: info SaaS Extensibility
302+
Share the generic App-Router URL with SaaS consumers for logging in as extension developers using `cds login` or other [extensibility-related commands](../extensibility/customization#prep-as-operator).
303+
:::
300304

301305
::: tip No index page and SAP Fiori preview in the cloud
302306
The default index page and [SAP Fiori preview](../../advanced/fiori#sap-fiori-preview), that you are used to seeing during local development, are only meant for the development profile and not available in the cloud. For productive applications, you should add a proper SAP Fiori elements application through on of the [user interface options](#add-ui) outlined before.

guides/deployment/to-kyma.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,12 @@ Your services are available at:
225225

226226
You can use this URL to access the approuter as the entry point of your application.
227227

228+
For **multitenant applications**, you have to subscribe a tenant first. The application is accessible via a tenant-specific URL after subscription.
229+
230+
::: info SaaS Extensibility
231+
Share the above App-Router URL with SaaS consumers for logging in as extension developers using `cds login` or other [extensibility-related commands](https://cap.cloud.sap/docs/guides/extensibility/customization#prep-as-operator).
232+
:::
233+
228234
<!-- ::: tip See the examples
229235
Try out the [CAP SFLIGHT](https://github.com/SAP-samples/cap-sflight)
230236
and [CAP for Java](https://github.com/SAP-samples/cloud-cap-samples-java) examples on Kyma.

0 commit comments

Comments
 (0)