diff --git a/guides/deploy/microservices.md b/guides/deploy/microservices.md index 1e5fb71be..6be73228e 100644 --- a/guides/deploy/microservices.md +++ b/guides/deploy/microservices.md @@ -354,7 +354,7 @@ build-parameters: Add [security configuration](../security/authentication) using the command: ```shell -cds add xsuaa --for production +cds add xsuaa ``` Add the admin role diff --git a/guides/security/authentication.md b/guides/security/authentication.md index e49cb5ba6..d7103690a 100644 --- a/guides/security/authentication.md +++ b/guides/security/authentication.md @@ -711,14 +711,10 @@ Enhance your [sample application](#mock-user-authentication) with XSUAA-support: ::: code-group -```sh [Java] +```sh cds add xsuaa ``` -```sh [Node.js] -cds add xsuaa --for production -``` - ::: diff --git a/guides/security/cap-users.md b/guides/security/cap-users.md index 9a9cd41f9..fa2559dde 100644 --- a/guides/security/cap-users.md +++ b/guides/security/cap-users.md @@ -1018,21 +1018,13 @@ In particular, the following happens automatically behind-the-scenes upon build: Derive scopes, attributes, and role templates from the CDS model: -
+::: code-group ```sh cds add xsuaa ``` -
- -
- -```sh -cds add xsuaa --for production -``` - -
+::: This generates an _xs-security.json_ file: