From fda2317c6675178deb0d57bdf8151b4d833846fb Mon Sep 17 00:00:00 2001 From: Siolto Date: Wed, 14 Feb 2024 16:34:39 +0100 Subject: [PATCH] docs: move cap authentication outside of the multiremote tab --- docs/authentication.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/authentication.md b/docs/authentication.md index 479d11b4..006b6220 100644 --- a/docs/authentication.md +++ b/docs/authentication.md @@ -344,7 +344,10 @@ capabilities: { } ``` + + #### CAP Authentication (only during development!) + During development it is common to use basic authentication to mock users. In contrast to deployed applications we have to authenticate ourself directly to the exposed OData enpoints and not to the application itself. For that reason you have to configure the `basicAuthUrls` which should point to the OData `$metadata`. ```js @@ -356,10 +359,8 @@ capabilities: { } } ``` -If you have multiple OData endpoints you have to declare every single OData endpoint in the `basicAuthUrls` array. - - +If you have multiple OData endpoints you have to declare every single OData endpoint in the `basicAuthUrls` array. ## Credentials