Changed espocrm application id to new forma

This commit is contained in:
2025-07-17 07:43:50 +02:00
parent a04a1710d3
commit d222b55f30
6 changed files with 22 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ _oidc_client_realm: "{{ oidc.client.realm if oidc.client is defined and
_oidc_url: "{{
(oidc.url
if (oidc is defined and oidc.url is defined)
else web_protocol ~ '://' ~ (domains | get_domain('keycloak'))
else web_protocol ~ '://' ~ (domains | get_domain('web-app-keycloak'))
)
}}"
_oidc_client_issuer_url: "{{ _oidc_url }}/realms/{{_oidc_client_realm}}"