diff --git a/src/log-hook.ts b/src/log-hook.ts index 8079929..7ba2e00 100644 --- a/src/log-hook.ts +++ b/src/log-hook.ts @@ -266,7 +266,7 @@ export function hookLoggerToMongoLogWriter( 'OIDC-PLUGIN', mongoLogId(1_002_000_022), `${contextPrefix}-oidc`, - 'Missing id token' + 'Missing ID token in IdP response' ); }); }