Skip to content

Commit e7fb6d0

Browse files
authored
Update terminology of multitenancy (#5381)
1 parent a3e7929 commit e7fb6d0

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

tutorials/cp-cf-security-xsuaa-multi-tenant/cp-cf-security-xsuaa-multi-tenant.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add Multi-Tenancy to a Node.js Application Secured by the Authorization and Trust Management service (XSUAA)
3-
description: Learn how to add multi-tenancy to your application and make it available for other subaccounts using the SaaS Provisioning service and the XSUAA.
2+
title: Add Multitenancy to a Node.js Application Secured by the Authorization and Trust Management service (XSUAA)
3+
description: Learn how to add multitenancy to your application and make it available for other subaccounts using the SaaS Provisioning service and the XSUAA.
44
auto_validation: true
55
time: 20
66
tags: [ tutorial>intermediate, products>sap-cloud-platform, topic>node-js]
@@ -16,9 +16,9 @@ author_profile: https://github.com/nedo-SAP
1616

1717
## Details
1818
### You will learn
19-
- How to add multi-tenancy to a secure Node.js application
19+
- How to add multitenancy to a secure Node.js application
2020
- How to provide the application to another subaccount with the SaaS Provisioning service
21-
- How to access a multi-tenant application from another subaccount
21+
- How to access a multitenant application from another subaccount
2222

2323
The use case for this tutorial is that you've created a Node.js application in your subaccount that is secured by the XSUAA. You now want to make that application available to other subaccounts (tenants). You'll use the SaaS Provisioning service to make your application available to a consumer subaccount within your global trial account.
2424

@@ -54,8 +54,8 @@ The specific values that are used in this tutorial are:
5454

5555
---
5656

57-
[ACCORDION-BEGIN [Step 1: ](Enable multi-tenancy in the security descriptor file)]
58-
To enable multi-tenancy, you need to change the parameter `tenant-mode` in the `xs-security.json` file to make it available for multiple tenants.
57+
[ACCORDION-BEGIN [Step 1: ](Enable multitenancy in the security descriptor file)]
58+
To enable multitenancy, you need to change the parameter `tenant-mode` in the `xs-security.json` file to make it available for multiple tenants.
5959

6060
1. Go to the `product-list/security` folder.
6161

@@ -224,7 +224,7 @@ To enable other subaccounts to subscribe to your application, you need to implem
224224
[ACCORDION-BEGIN [Step 4: ](Create a SaaS configuration file)]
225225
To make your multitenant application endpoints available for subscription to consumer subaccounts, you must register the application in the Cloud Foundry environment via the SaaS Provisioning service.
226226

227-
To register your application, you need a configuration file called `config.json`. In this file, you specify the subscription URL, the name and description of your application. The `xsappname` has to be the same as the `xsappname` in the `xs-security.json` file.
227+
To register your application, you need a configuration file called `config.json`. In this file, you specify the subscription URL, the name, and description of your application. The `xsappname` has to be the same as the `xsappname` in the `xs-security.json` file.
228228

229229
1. Go to the `product-list` folder.
230230

@@ -273,7 +273,7 @@ cf delete-service xsuaa-service-tutorial
273273

274274

275275
[ACCORDION-BEGIN [Step 6: ](Create service instances and redeploy your applications)]
276-
Create the new multi-tenant XSUAA service instance and the SaaS Provisioning service instance and redeploy your application.
276+
Create the new multitenant XSUAA service instance and the SaaS Provisioning service instance and redeploy your application.
277277

278278

279279
1. Log in to your Cloud Foundry account with the Cloud Foundry CLI.

0 commit comments

Comments
 (0)