Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/deploy/microservices.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 1 addition & 5 deletions guides/security/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

:::


Expand Down
12 changes: 2 additions & 10 deletions guides/security/cap-users.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

<div class="impl java">
::: code-group

```sh
cds add xsuaa
```

</div>

<div class="impl node">

```sh
cds add xsuaa --for production
```

</div>
:::

This generates an _xs-security.json_ file:

Expand Down
Loading