mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	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:
		@@ -38,13 +38,13 @@ applications:
 | 
			
		||||
                description: Update your personal admin settings
 | 
			
		||||
                icon:
 | 
			
		||||
                  class: fa-solid fa-user-gear
 | 
			
		||||
                url: {{ keycloak_url }}/realms/{{ oidc.client.id }}/account
 | 
			
		||||
                url: {{ keycloak_url }}/realms/{{ OIDC.CLIENT.ID }}/account
 | 
			
		||||
                iframe: {{ applications | get_app_conf( 'web-app-keycloak', 'features.desktop', False) }}
 | 
			
		||||
              - name: Logout
 | 
			
		||||
                description: End your admin session securely
 | 
			
		||||
                icon:
 | 
			
		||||
                  class: fa-solid fa-right-from-bracket
 | 
			
		||||
                url: {{ keycloak_url }}/realms/{{ oidc.client.id }}/protocol/openid-connect/logout
 | 
			
		||||
                url: {{ keycloak_url }}/realms/{{ OIDC.CLIENT.ID }}/protocol/openid-connect/logout
 | 
			
		||||
                iframe: false
 | 
			
		||||
 | 
			
		||||
            {% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user