mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-22 20:39:40 +01:00
removed deprecated parameter
This commit is contained in:
parent
b2ccc69628
commit
439072c6b1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user