Solved bug existed due to difference between mailu domain and hostname difference. also refactored during this to find the bug

This commit is contained in:
2025-08-16 14:29:07 +02:00
parent 1bed83078e
commit 0de26fa6c7
76 changed files with 543 additions and 487 deletions

View File

@@ -28,13 +28,13 @@ plugin_configuration:
- name: "{{ domains | get_domain('web-app-keycloak') }}"
title: "keycloak"
style: "keycloak"
authorizeUrl: "{{ oidc.client.authorize_url }}"
tokenUrl: "{{ oidc.client.token_url }}"
authorizeUrl: "{{ OIDC.CLIENT.AUTHORIZE_URL }}"
tokenUrl: "{{ OIDC.CLIENT.TOKEN_URL }}"
displayNameClaim: ""
userInfoUrl: "{{ oidc.client.user_info_url }}"
logoutUrl: "{{ oidc.client.logout_url }}"
clientId: "{{ oidc.client.id }}"
clientSecret: "{{ oidc.client.secret }}"
userInfoUrl: "{{ OIDC.CLIENT.USER_INFO_URL }}"
logoutUrl: "{{ OIDC.CLIENT.LOGOUT_URL }}"
clientId: "{{ OIDC.CLIENT.ID }}"
clientSecret: "{{ OIDC.CLIENT.SECRET }}"
scope: "openid"
groupsClaim: ""
defaultGroup: ""