mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 12:44:41 +02:00
feat(guacamole): SSO direct — redirection immédiate vers Authentik (#79)
EXTENSION_PRIORITY "openid, *" : plus de formulaire local, l'arrivée sur portail.lab.local redirige directement vers Authentik. L'admin passe par un compte SSO avec « Administer system » (guacadmin devient inaccessible ; retour arrière = remettre "*, openid"). Doc : pièges slug d'application (≠ guacamole → JWKS 404) et anti-bruteforce (IP Traefik bloquée pour tous après 5 échecs) découverts pendant la mise en route. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
8137830e53
commit
fbec998c21
2 changed files with 21 additions and 7 deletions
|
|
@ -59,9 +59,12 @@ spec:
|
|||
value: "preferred_username"
|
||||
- name: OPENID_SCOPE
|
||||
value: "openid profile email"
|
||||
# L'extension base (autorisation/connexions) passe avant l'OIDC (authentification)
|
||||
# OIDC prioritaire : arrivée sur le portail = redirection immédiate vers
|
||||
# Authentik (pas de formulaire local). Conséquence : guacadmin devient
|
||||
# inaccessible — l'admin passe par un compte SSO avec « Administer system ».
|
||||
# Dépannage sans Authentik : remettre "*, openid" ici et re-sync.
|
||||
- name: EXTENSION_PRIORITY
|
||||
value: "*, openid"
|
||||
value: "openid, *"
|
||||
- name: TZ
|
||||
value: "Europe/Paris"
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue