generated from bastian/boilerplate
log
This commit is contained in:
@@ -37,6 +37,7 @@ export class OidcAdminSynchronizationService {
|
|||||||
throw new Error(
|
throw new Error(
|
||||||
'OIDC_ROLES_CLAIM fehlt trotz validierter Konfiguration.',
|
'OIDC_ROLES_CLAIM fehlt trotz validierter Konfiguration.',
|
||||||
);
|
);
|
||||||
|
console.log(claims, claimPath)
|
||||||
const extracted = this.extractor.extract(claims, claimPath);
|
const extracted = this.extractor.extract(claims, claimPath);
|
||||||
if (!extracted.readable) {
|
if (!extracted.readable) {
|
||||||
this.logger.error(
|
this.logger.error(
|
||||||
|
|||||||
Reference in New Issue
Block a user