mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
oidc vault config change authentik3
This commit is contained in:
@@ -17,12 +17,15 @@ data:
|
|||||||
name: Vault
|
name: Vault
|
||||||
authorization_flow: !Find [authentik_flows.flow, [slug, default-provider-authorization-implicit-consent]]
|
authorization_flow: !Find [authentik_flows.flow, [slug, default-provider-authorization-implicit-consent]]
|
||||||
authentication_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
authentication_flow: !Find [authentik_flows.flow, [slug, default-authentication-flow]]
|
||||||
|
invalidation_flow: !Find [authentik_flows.flow, [slug, default-provider-invalidation-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
|
- matching_mode: strict
|
||||||
http://localhost:8250/oidc/callback
|
url: https://vault.hensen.io/ui/vault/auth/oidc/oidc/callback
|
||||||
|
- matching_mode: strict
|
||||||
|
url: http://localhost:8250/oidc/callback
|
||||||
signing_key: !Find [authentik_crypto.certificatekeypair, [name, "authentik Self-signed Certificate"]]
|
signing_key: !Find [authentik_crypto.certificatekeypair, [name, "authentik Self-signed Certificate"]]
|
||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
- !Find [authentik_providers_oauth2.scopemapping, [managed, goauthentik.io/providers/oauth2/scope-openid]]
|
||||||
|
|||||||
Reference in New Issue
Block a user