From f47759749e0fb0716dffdbbebfb1388687afb207 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Thu, 13 Nov 2025 18:35:51 -0600 Subject: [PATCH] authelia: Add redirect URL for Headlamp Now that Headlamp supports PKCE, we can use the same OIDC client for it as for the Kubneretes API server/`kubectl`. The only difference is the callback redirect URL --- authelia/configuration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/authelia/configuration.yml b/authelia/configuration.yml index 3521ce6..445b176 100644 --- a/authelia/configuration.yml +++ b/authelia/configuration.yml @@ -116,6 +116,7 @@ identity_providers: redirect_uris: - http://localhost:8000 - http://localhost:18000 + - https://headlamp.pyrocufflink.blue/oidc-callback authorization_policy: one_factor pre_configured_consent_duration: 8h - client_id: 1b6adbfc-d9e0-4cab-b780-e410639dc420