|
|
|
@@ -84,7 +84,7 @@ config:
|
|
|
|
managed:
|
|
|
|
managed:
|
|
|
|
clientScopes: [ 'acr', 'web-origins', 'email', 'profile', 'microprofile-jwt', 'role_list',
|
|
|
|
clientScopes: [ 'acr', 'web-origins', 'email', 'profile', 'microprofile-jwt', 'role_list',
|
|
|
|
'offline_access', 'roles', 'address', 'phone' ]
|
|
|
|
'offline_access', 'roles', 'address', 'phone' ]
|
|
|
|
clients: [ 'guardian-management-api', 'guardian-scripts', 'guardian-ui', 'UMC', 'UMC OIDC', '${client_account}',
|
|
|
|
clients: [ 'guardian-management-api', 'guardian-scripts', 'guardian-ui', 'UMC OIDC', '${client_account}',
|
|
|
|
'${client_account-console}', '${client_admin-cli}', '${client_broker}', '${client_realm-management}',
|
|
|
|
'${client_account-console}', '${client_admin-cli}', '${client_broker}', '${client_realm-management}',
|
|
|
|
'${client_security-admin-console}' ]
|
|
|
|
'${client_security-admin-console}' ]
|
|
|
|
keycloak:
|
|
|
|
keycloak:
|
|
|
|
@@ -531,6 +531,7 @@ config:
|
|
|
|
attributes:
|
|
|
|
attributes:
|
|
|
|
use.refresh.tokens: true
|
|
|
|
use.refresh.tokens: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
|
|
|
|
# set the two attributes below to enable token exchange for a client
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
backchannel.logout.revoke.offline.tokens: true
|
|
|
|
backchannel.logout.revoke.offline.tokens: true
|
|
|
|
@@ -637,6 +638,8 @@ config:
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.global.domain }}/ajax/oidc/backchannel_logout"
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.global.domain }}/ajax/oidc/backchannel_logout"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.openxchange }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
defaultClientScopes:
|
|
|
|
defaultClientScopes:
|
|
|
|
- "opendesk-oxappsuite-scope"
|
|
|
|
- "opendesk-oxappsuite-scope"
|
|
|
|
- "read_contacts"
|
|
|
|
- "read_contacts"
|
|
|
|
@@ -678,6 +681,8 @@ config:
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}/_synapse/client/oidc/backchannel_logout"
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}/_synapse/client/oidc/backchannel_logout"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.element }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.element }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.synapse }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
defaultClientScopes:
|
|
|
|
defaultClientScopes:
|
|
|
|
- "opendesk-matrix-scope"
|
|
|
|
- "opendesk-matrix-scope"
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
@@ -698,6 +703,8 @@ config:
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/apps/user_oidc/backchannel-logout/opendesk"
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/apps/user_oidc/backchannel-logout/opendesk"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.nextcloud }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
defaultClientScopes:
|
|
|
|
defaultClientScopes:
|
|
|
|
- "opendesk-nextcloud-scope"
|
|
|
|
- "opendesk-nextcloud-scope"
|
|
|
|
- "read_contacts"
|
|
|
|
- "read_contacts"
|
|
|
|
@@ -721,6 +728,8 @@ config:
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.session.required: true
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.openproject }}.{{ .Values.global.domain }}/auth/keycloak/backchannel-logout"
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.openproject }}.{{ .Values.global.domain }}/auth/keycloak/backchannel-logout"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.openproject }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.openproject }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
defaultClientScopes:
|
|
|
|
defaultClientScopes:
|
|
|
|
- "opendesk-openproject-scope"
|
|
|
|
- "opendesk-openproject-scope"
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
@@ -741,6 +750,8 @@ config:
|
|
|
|
backchannel.logout.session.required: false
|
|
|
|
backchannel.logout.session.required: false
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.xwiki }}.{{ .Values.global.domain }}/oidc/authenticator/backchannel_logout"
|
|
|
|
backchannel.logout.url: "https://{{ .Values.global.hosts.xwiki }}.{{ .Values.global.domain }}/oidc/authenticator/backchannel_logout"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.xwiki }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
post.logout.redirect.uris: "https://{{ .Values.global.hosts.xwiki }}.{{ .Values.global.domain }}/*##https://{{ .Values.global.hosts.nubus }}.{{ .Values.global.domain }}/*"
|
|
|
|
|
|
|
|
standard.token.exchange.enabled: true
|
|
|
|
|
|
|
|
standard.token.exchange.enableRefreshRequestedTokenType: "SAME_SESSION"
|
|
|
|
defaultClientScopes:
|
|
|
|
defaultClientScopes:
|
|
|
|
- "opendesk-xwiki-scope"
|
|
|
|
- "opendesk-xwiki-scope"
|
|
|
|
{{ end }}
|
|
|
|
{{ end }}
|
|
|
|
|