From d4a75824fd6c602014ec9a0abe18e3a3819f72bc Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Sun, 15 Mar 2026 11:13:09 +0100 Subject: [PATCH] oidc vault config change authentik --- authentik/blueprint-vault-oidc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/blueprint-vault-oidc.yaml b/authentik/blueprint-vault-oidc.yaml index d3ddb03..58e5ba8 100644 --- a/authentik/blueprint-vault-oidc.yaml +++ b/authentik/blueprint-vault-oidc.yaml @@ -25,7 +25,7 @@ data: authentication_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]] client_type: confidential client_id: vault - client_secret: !Env [VAULT_OIDC_CLIENT_SECRET] + client_secret: !Env [VAULT_OIDC_CLIENT_SECRET, ""] redirect_uris: |- https://vault.hensen.io/ui/vault/auth/oidc/oidc/callback http://localhost:8250/oidc/callback