fix(intercom): Allow transient session cookies and rolling session duration configuration

This commit is contained in:
Jaime Conde
2025-03-03 13:02:20 +01:00
committed by Thorsten Roßner
parent dd3b35b626
commit 4d59d12a97
3 changed files with 3 additions and 2 deletions

View File

@@ -53,6 +53,7 @@ ics:
secret: {{ .Values.secrets.intercom.secret | quote }}
issuerBaseUrl: "https://{{ .Values.global.hosts.keycloak }}.{{ .Values.global.domain }}/realms/{{ .Values.platform.realm }}"
originRegex: "{{ .Values.global.domain }}"
enableSessionCookie: true
userUniqueMapper: {{ if .Values.functional.chat.matrix.profile.useImmutableIdentifierForLocalpart }}"opendesk_useruuid"{{ else }}"opendesk_username"{{ end }}
usernameClaim: "opendesk_username"
keycloak: