From 3374948e11ca4f4cb037a09d9ef74c94d438828b Mon Sep 17 00:00:00 2001 From: "Panagiotis \"Ivory\" Vasilopoulos" Date: Tue, 27 May 2025 18:31:30 +0200 Subject: [PATCH] Keycloak: Add organization owner note (#604) Fixes https://codeberg.org/Codeberg/Documentation/issues/541 Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/604 --- content/integrations/keycloak.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/content/integrations/keycloak.md b/content/integrations/keycloak.md index ee3c3ac..a314e6a 100644 --- a/content/integrations/keycloak.md +++ b/content/integrations/keycloak.md @@ -40,8 +40,10 @@ On Codeberg, [go to "**Settings**", then "**Applications**"](https://codeberg.or {% admonition "tip" %} -**Applications** can also be created under an **org** as opposed to being tied to one user's account, keeping your Application safe from a single point of failure: -. +**Applications** can also be created under an **Organization** as opposed to being tied to one user's account: +. + +Keycloak must be configured by the **Organization owner**. This approach can help increase the so-called [bus factor](https://en.wikipedia.org/wiki/Bus_factor), provided that multiple organization owners are present. {% endadmonition %}