oidc vault config change authentik

This commit is contained in:
Ruben Hensen
2026-03-15 11:13:09 +01:00
parent c8055467d6
commit d4a75824fd
+1 -1
View File
@@ -25,7 +25,7 @@ data:
authentication_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]] authentication_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
client_type: confidential client_type: confidential
client_id: vault client_id: vault
client_secret: !Env [VAULT_OIDC_CLIENT_SECRET] client_secret: !Env [VAULT_OIDC_CLIENT_SECRET, ""]
redirect_uris: |- redirect_uris: |-
https://vault.hensen.io/ui/vault/auth/oidc/oidc/callback https://vault.hensen.io/ui/vault/auth/oidc/oidc/callback
http://localhost:8250/oidc/callback http://localhost:8250/oidc/callback