mirror of
https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git
synced 2026-08-20 23:16:49 +00:00
Make Authentik the primary login method for Guacamole
Change EXTENSION_PRIORITY from "*,openid" to "openid,*" so unauthenticated users are redirected to Authentik OIDC instead of seeing the database login form. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
987f91c877
commit
e29eb9611b
@@ -85,7 +85,7 @@ spec:
|
||||
- name: ENABLE_WEBSOCKET
|
||||
value: "true"
|
||||
- name: EXTENSION_PRIORITY
|
||||
value: "*,openid"
|
||||
value: "openid,*"
|
||||
- name: OPENID_RESPONSE_TYPE
|
||||
value: "code"
|
||||
- name: OPENID_AUTHORIZATION_ENDPOINT
|
||||
|
||||
Reference in New Issue
Block a user