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: guides/security/authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -810,7 +810,7 @@ There are some mandatory configuration parameters:
810
810
|`service-plan` | The plan type reflecting various application scenarios. UI applications without API access use plan `application`. All others should use plan `broker`. |
811
811
|`path` | File system path to the [application security descriptor](#xsuaa-security-descriptor). |
812
812
|`xsappname` | A unique application name within the subaccount. All XSUAA artifacts are prefixed with it (wildcard `$XSAPPNAME`). |
813
-
|`tenant-mode` | `dedicated` is suitable for a single-tenant application. Mode `shared` is mandatory for a [multitenant application](../../guides/multitenancy#multitenancy). |
813
+
|`tenant-mode` | `dedicated` is suitable for a single-tenant application. Mode `shared` is mandatory for a multitenant application. |
814
814
815
815
::: warning
816
816
Upgrading the `service-plan` from type `application` to `broker` is not supported.
0 commit comments