Foix blueprint
This commit is contained in:
@@ -66,6 +66,10 @@ entries:
|
|||||||
authentik_crypto.certificatekeypair,
|
authentik_crypto.certificatekeypair,
|
||||||
[name, "authentik Self-signed Certificate"],
|
[name, "authentik Self-signed Certificate"],
|
||||||
]
|
]
|
||||||
|
sign_assertion: true
|
||||||
|
sign_response: false
|
||||||
|
digest_algorithm: "http://w3.org"
|
||||||
|
signature_algorithm: "http://w3.org"
|
||||||
|
|
||||||
# 2. Create the Application
|
# 2. Create the Application
|
||||||
- model: authentik_core.application
|
- model: authentik_core.application
|
||||||
|
|||||||
@@ -15,19 +15,16 @@ entries:
|
|||||||
invalidation_flow:
|
invalidation_flow:
|
||||||
!Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
!Find [authentik_flows.flow, [slug, default-provider-invalidation-flow]]
|
||||||
|
|
||||||
# For domain-wide, external_host must be the root domain or the auth domain
|
|
||||||
external_host: https://@AUTHENTIK_DOMAIN@
|
external_host: https://@AUTHENTIK_DOMAIN@
|
||||||
|
|
||||||
# This allows the cookie to work across *.@COOKIE_DOMAIN@
|
|
||||||
cookie_domain: "@COOKIE_DOMAIN@"
|
cookie_domain: "@COOKIE_DOMAIN@"
|
||||||
|
|
||||||
mode: forward_auth
|
mode: forward_auth_domain
|
||||||
intercept_header_auth: true
|
intercept_header_auth: true
|
||||||
|
|
||||||
# 2. The Application (Required to link the provider)
|
# 2. The Application (Required to link the provider)
|
||||||
- model: authentik_core.application
|
- model: authentik_core.application
|
||||||
identifiers:
|
identifiers:
|
||||||
slug: authentik-proxy-root
|
slug: authentik-proxy
|
||||||
attrs:
|
attrs:
|
||||||
name: "Domain Auth Provider"
|
name: "Domain Auth Provider"
|
||||||
provider:
|
provider:
|
||||||
|
|||||||
Reference in New Issue
Block a user