removed deprecated parameter

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-20 11:47:08 +01:00
parent b2ccc69628
commit 439072c6b1

View File

@ -12,7 +12,6 @@ _oidc_client_realm: "{{ oidc.client.realm if oidc.client is defined and oi
_oidc_client_issuer_url: "https://{{domains.keycloak}}/realms/{{_oidc_client_realm}}"
defaults_oidc:
enabled: true # Enable OIDC functionality for all apps
client:
id: "{{primary_domain}}" # Client identifier, typically matching your primary domain
# secret: # Client secret for authenticating with the OIDC provider (set in the inventory file). Recommend greater then 32 characters