Changed keycloak application id

This commit is contained in:
2025-07-17 07:16:38 +02:00
parent 4f06f94023
commit a04a1710d3
7 changed files with 12 additions and 12 deletions

View File

@@ -517,7 +517,7 @@
"/realms/{{ keycloak_realm }}/account/*"
],
"webOrigins": [
"{{ domains | get_url('keycloak', web_protocol) }}"
"{{ domains | get_url('web-app-keycloak', web_protocol) }}"
],
"notBefore": 0,
"bearerOnly": false,
@@ -1697,7 +1697,7 @@
"replyTo": "",
"host": "{{system_email.host}}",
"from": "{{ users['no-reply'].email }}",
"fromDisplayName": "Keycloak Authentification System - {{domains | get_domain('keycloak')}}",
"fromDisplayName": "Keycloak Authentification System - {{domains | get_domain('web-app-keycloak')}}",
"envelopeFrom": "",
"ssl": "true",
"user": "{{ users['no-reply'].email }}"