This commit is contained in:
Bastian Wagner
2026-07-20 18:21:11 +02:00
parent 45b630361d
commit b357de6a35

View File

@@ -37,6 +37,7 @@ export class OidcAdminSynchronizationService {
throw new Error(
'OIDC_ROLES_CLAIM fehlt trotz validierter Konfiguration.',
);
console.log(claims, claimPath)
const extracted = this.extractor.extract(claims, claimPath);
if (!extracted.readable) {
this.logger.error(