mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-08 16:28:36 +01:00
fix(intercom): New Keycloak Token Exchange flags
This commit is contained in:
@@ -527,7 +527,10 @@ config:
|
|||||||
publicClient: false
|
publicClient: false
|
||||||
authorizationServicesEnabled: false
|
authorizationServicesEnabled: false
|
||||||
attributes:
|
attributes:
|
||||||
|
use.refresh.tokens: true
|
||||||
backchannel.logout.session.required: true
|
backchannel.logout.session.required: true
|
||||||
|
standard.token.exchange.enabled: true
|
||||||
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
||||||
backchannel.logout.revoke.offline.tokens: true
|
backchannel.logout.revoke.offline.tokens: true
|
||||||
backchannel.logout.url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/backchannel-logout"
|
backchannel.logout.url: "https://{{ .Values.global.hosts.intercomService }}.{{ .Values.global.domain }}/backchannel-logout"
|
||||||
protocolMappers:
|
protocolMappers:
|
||||||
|
|||||||
Reference in New Issue
Block a user