diff --git a/backend/src/api/private/auth/oidc/oidc.controller.ts b/backend/src/api/private/auth/oidc/oidc.controller.ts index 82521494e..286173f2e 100644 --- a/backend/src/api/private/auth/oidc/oidc.controller.ts +++ b/backend/src/api/private/auth/oidc/oidc.controller.ts @@ -70,6 +70,7 @@ export class OidcController { ); const oidcUserIdentifier = request.session.providerUserId; if (!oidcUserIdentifier) { + this.logger.log('No OIDC user identifier in callback', 'callback'); throw new UnauthorizedException('No OIDC user identifier found'); } const identity = await this.oidcService.getExistingOidcIdentity(