Closed markuman closed 4 months ago
These are not coming from Nextcloud Server itself (nor user_oidc
). I believe they're from a third party app.
"oidc_login_client_id": "nextcloud",
"oidc_login_client_secret": "1234asdf",
"oidc_login_provider_url": "https:\/\/keycloak.XXXX.de\/realms\/intern",
I believe this one, which you don't even appear to have installed: https://github.com/pulsejet/nextcloud-oidc-login
⚠️ This issue respects the following points: ⚠️
Bug description
When runnning
occ config:list system
, many informations are replaced with***REMOVED SENSITIVE VALUE***
, exceptoidc_login_client_secret
. The client secret is displayed in cleartext.Steps to reproduce
oidc_login_client_secret
configures (e.g. keycloak)Expected behavior
the value of
oidc_login_client_secret
is replaced with***REMOVED SENSITIVE VALUE***
Installation method
Community Docker image
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.3
Web server
Apache (supported)
Database engine version
MariaDB
Is this bug present after an update or on a fresh install?
Fresh Nextcloud Server install
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
No response
Additional info
No response