Skip to content

Commit

Permalink
add-oidc-docs-2 (#54)
Browse files Browse the repository at this point in the history
* add-oidc-docs-2

* Update content/en/docs/oidc.md

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: Andrei Kvapil <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 5, 2024
1 parent 0a8e373 commit 069e94a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/en/docs/oidc.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ kubectl get secret -o yaml -n cozy-keycloak keycloak-credentials -o go-template=

1. **Create a User in the Cozy Realm**
Follow the [Keycloak documentation](https://www.keycloak.org/docs/latest/server_admin/index.html#proc-creating-user_server_administration_guide) to create a user in the Cozy realm.
{{% alert color="info" %}}
Users must have a verified email address in Keycloak. This is required for proper OIDC authentication.
To verify an email:
1. Access the user details in Keycloak admin console
2. Navigate to the Credentials tab
3. Use the "Email Verification" action
{{% /alert %}}

2. **Add User to the `kubeapps-admin` Group**
Assign the user to the `kubeapps-admin` group.
Expand Down

0 comments on commit 069e94a

Please sign in to comment.