test blueprint fix
This commit is contained in:
@@ -24,16 +24,42 @@ entries:
|
|||||||
property_mappings:
|
property_mappings:
|
||||||
- !Find [
|
- !Find [
|
||||||
authentik_core.propertymapping,
|
authentik_core.propertymapping,
|
||||||
[managed, goauthentik.io/providers/saml/ms-name],
|
[name, "authentik default SAML Mapping: Name"],
|
||||||
]
|
]
|
||||||
- !Find [
|
- !Find [
|
||||||
authentik_core.propertymapping,
|
authentik_core.propertymapping,
|
||||||
[managed, goauthentik.io/providers/saml/ms-email],
|
[name, "authentik default SAML Mapping: Email"],
|
||||||
]
|
]
|
||||||
- !Find [
|
- !Find [
|
||||||
authentik_core.propertymapping,
|
authentik_core.propertymapping,
|
||||||
[managed, goauthentik.io/providers/saml/ms-groups],
|
[name, "authentik default SAML Mapping: Groups"],
|
||||||
]
|
]
|
||||||
|
|
||||||
|
# - !Find [
|
||||||
|
# authentik_providers_saml.samlpropertymapping,
|
||||||
|
# [managed, "goauthentik.io/providers/saml/ms-name"],
|
||||||
|
# ]
|
||||||
|
# - !Find [
|
||||||
|
# authentik_providers_saml.samlpropertymapping,
|
||||||
|
# [managed, "goauthentik.io/providers/saml/ms-email"],
|
||||||
|
# ]
|
||||||
|
# - !Find [
|
||||||
|
# authentik_providers_saml.samlpropertymapping,
|
||||||
|
# [managed, "goauthentik.io/providers/saml/ms-groups"],
|
||||||
|
# ]
|
||||||
|
|
||||||
|
# - !Find [
|
||||||
|
# authentik_core.propertymapping,
|
||||||
|
# [managed, goauthentik.io/providers/saml/ms-name],
|
||||||
|
# ]
|
||||||
|
# - !Find [
|
||||||
|
# authentik_core.propertymapping,
|
||||||
|
# [managed, goauthentik.io/providers/saml/ms-email],
|
||||||
|
# ]
|
||||||
|
# - !Find [
|
||||||
|
# authentik_core.propertymapping,
|
||||||
|
# [managed, goauthentik.io/providers/saml/ms-groups],
|
||||||
|
# ]
|
||||||
# Select your signing certificate (default is usually self-signed)
|
# Select your signing certificate (default is usually self-signed)
|
||||||
signing_kp:
|
signing_kp:
|
||||||
!Find [
|
!Find [
|
||||||
|
|||||||
@@ -10,8 +10,10 @@ entries:
|
|||||||
authorization_flow:
|
authorization_flow:
|
||||||
!Find [
|
!Find [
|
||||||
authentik_flows.flow,
|
authentik_flows.flow,
|
||||||
[slug, default-provider-authorization-explicit-consent],
|
[slug, default-provider-authorization-implicit-consent],
|
||||||
]
|
]
|
||||||
|
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
|
# For domain-wide, external_host must be the root domain or the auth domain
|
||||||
external_host: https://@AUTHENTIK_DOMAIN@
|
external_host: https://@AUTHENTIK_DOMAIN@
|
||||||
|
|||||||
Reference in New Issue
Block a user