You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/cp-cf-security-xsuaa-multi-tenant/cp-cf-security-xsuaa-multi-tenant.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
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.
- How to add multi-tenancy to a secure Node.js application
19
+
- How to add multitenancy to a secure Node.js application
20
20
- 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
22
22
23
23
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.
24
24
@@ -54,8 +54,8 @@ The specific values that are used in this tutorial are:
54
54
55
55
---
56
56
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.
59
59
60
60
1. Go to the `product-list/security` folder.
61
61
@@ -224,7 +224,7 @@ To enable other subaccounts to subscribe to your application, you need to implem
224
224
[ACCORDION-BEGIN [Step 4: ](Create a SaaS configuration file)]
225
225
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.
226
226
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.
0 commit comments