Skip to content

Commit c6632cf

Browse files
matthia.braun@sap.commatthia.braun@sap.com
authored andcommitted
harmonized titles
1 parent b77e87e commit c6632cf

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

guides/security/authentication.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ On SAP BTP Kyma Runtime, you might need to adapt configuration parameter <Config
471471
:::
472472

473473

474-
### Administrative Console for IAS { #ias-admin }
474+
#### Administrative Console for IAS { #ias-admin }
475475

476476
In the [Administrative Console for Cloud Identity Services](https://help.sap.com/docs/cloud-identity-services/cloud-identity-services/accessing-administration-console?version=Cloud)
477477
you can see and manage the deployed IAS application. You need a user with administrative privileges in the IAS tenant to access the services at `<ias-tenant>.accounts400.ondemand.com/admin`.
@@ -487,7 +487,7 @@ In BTP Cockpit, service instance `bookshop-ias` appears as a link that allows di
487487
:::
488488

489489

490-
### Testing IAS on CLI Level
490+
### CLI Level Testing
491491

492492
Due to CAP's autoconfiguration, all CAP endpoints are authenticated and expect valid ID tokens generated for the IAS application.
493493
Sending the test request
@@ -600,7 +600,7 @@ cf delete-service-key bookshop-ias bookshop-ias-key
600600
```
601601

602602

603-
### Testing IAS on UI Level
603+
### UI Level Testing
604604

605605
In the UI scenario, adding an AppRouter as an ingress proxy for authentication simplifies testing a lot because the technical requests for fetching the IAS token are done under the hood.
606606

@@ -666,7 +666,7 @@ The same is true for the logout flow.
666666
- federation of corporate identity providers (multiple user stores)
667667
- create and assign access roles
668668

669-
::: tip Notice
669+
::: tip Info
670670
In contrast to [IAS](#ias-auth), XSUAA does not allow cross-landscape user propagation out of the box.
671671
:::
672672

@@ -690,7 +690,12 @@ to make your application ready for deployment to CF.
690690

691691
<div class="impl java">
692692

693-
::: tip Notice
693+
In addition, activate H2 to serve as in-memory DB (**not** recommended for production!):
694+
```sh
695+
cds add h2 --for production
696+
```
697+
698+
::: tip Info
694699
Command `add mta` will enhance the project with `cds-starter-cloudfoundry` and therefore all [dependencies required](../../java/security#maven-dependencies) for security are added transitively.
695700
:::
696701

@@ -866,7 +871,7 @@ At startup, the CAP runtime checks the available bindings and activates XSUAA au
866871

867872

868873

869-
### Testing XSUAA on CLI Level
874+
### CLI Level Testing
870875

871876
Due to CAP's autoconfiguration, all CAP endpoints are authenticated and expect valid ID tokens generated for the IAS application.
872877
Sending the test request
@@ -950,7 +955,7 @@ cf delete-service-key bookshop-auth bookshop-auth-key
950955
```
951956

952957

953-
### Testing XSUAA on UI Level
958+
### UI Level Testing
954959

955960
In the UI scenario, adding an AppRouter as an ingress proxy for authentication simplifies testing a lot because the technical requests for fetching the XSUAA token are done under the hood.
956961

0 commit comments

Comments
 (0)