mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-05 12:48:14 +00:00
removed deprecated parameter
This commit is contained in:
@@ -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}}"
|
_oidc_client_issuer_url: "https://{{domains.keycloak}}/realms/{{_oidc_client_realm}}"
|
||||||
|
|
||||||
defaults_oidc:
|
defaults_oidc:
|
||||||
enabled: true # Enable OIDC functionality for all apps
|
|
||||||
client:
|
client:
|
||||||
id: "{{primary_domain}}" # Client identifier, typically matching your primary domain
|
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
|
# secret: # Client secret for authenticating with the OIDC provider (set in the inventory file). Recommend greater then 32 characters
|
||||||
|
|||||||
Reference in New Issue
Block a user