fix(nubus): add twofa-helpdesk client scope to whitelist

This commit is contained in:
Yannik Schmidt
2025-05-26 12:32:14 +02:00
parent 445d7e5371
commit b04936f5c5

View File

@@ -85,7 +85,7 @@ config:
{{ .Values.functional.authentication.oidc.clients | toYaml | nindent 6 }}
managed:
clientScopes: [ 'acr', 'web-origins', 'email', 'profile', 'microprofile-jwt', 'role_list',
'offline_access', 'roles', 'address', 'phone' ]
'offline_access', 'roles', 'address', 'phone', 'twofa-helpdesk' ]
clients: [ 'guardian-management-api', 'guardian-scripts', 'guardian-ui', 'UMC', 'twofa-helpdesk','${client_account}',
'${client_account-console}', '${client_admin-cli}', '${client_broker}', '${client_realm-management}',
'${client_security-admin-console}' ]