-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Describe the Bug
We are running BookStack version 24.5.4 with OIDC configuration and logging to stder, the OIDC dump user info exception shows no user info only [object] and status: 0, is this to be expected?
Steps to Reproduce
- Login with OIDC authentication
- Check the logs
Expected Behaviour
Expect some user details to be printed
Screenshots or Additional Context
Configuration:
LOG_CHANNEL=stderr
OIDC_DUMP_USER_DETAILS=true
Example:
Exception
[2024-09-24 12:39:47] production.ERROR: {"exception":"[object] (BookStack\\Exceptions\\JsonDebugException(code: 0): at /var/www/bookstack/app/Access/Oidc/OidcService.php:191)
[stacktrace]
GET request
[24/Sep/2024:12:39:46 +0000] "GET /oidc/callback?code=0.<token>&state=<state>&session_state=<session> HTTP/1.1" 200 5869 "https://login.microsoftonline.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
Browser Details
Chrome 128 (64-bit) on Windows 10
Exact BookStack Version
v24.5.4