Keycloak: Add organization owner note (#604)

Fixes https://codeberg.org/Codeberg/Documentation/issues/541

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/604
This commit is contained in:
Panagiotis "Ivory" Vasilopoulos 2025-05-27 18:31:30 +02:00
parent 9d684ad032
commit 3374948e11

View file

@ -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:
<https://codeberg.org/org/YOUR_ORG_NAME/settings/applications>.
**Applications** can also be created under an **Organization** as opposed to being tied to one user's account:
<https://codeberg.org/org/YOUR_ORGANIZATION_NAME/settings/applications>.
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 %}