This commit is contained in:
Bastian Wagner
2026-07-20 18:51:41 +02:00
parent e2504ab108
commit 9bc821cdaa
2 changed files with 8 additions and 1 deletions

View File

@@ -37,7 +37,6 @@ 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(