{
system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"xxxx:xxxx:xxxx:xxxx::xxxx",
"xxx.xxx.xxx.xxx",
"nextcloud.erxample.com"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"dbtype": "mysql",
"default_phone_region": "SE",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"ldapIgnoreNamingRules": false,
"ldapProviderFactory": "OCA\\User_LDAP\\LDAPProviderFactory",
"user_oidc": {
"allow_multiple_user_backends": true,
"auto_provision": false,
"disable_account_creation": true
},
"log_type": "file",
"logfile": "\/var\/log\/nextcloud\/nextcloud.log",
"logfilemode": 416,
"loglevel": 2,
"logdateformat": "F d, Y H:i:s",
"lost_password_link": "disabled",
"maintenance": false,
"memcache.local": "\\OC\\Memcache\\APCu",
"mysql.utf8mb4": true,
"overwrite.cli.url": "https:\/\/nextcloud.example.com",
"session_lifetime": 7200,
"theme": "",
"version": "31.0.9.1",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [
"2FA"
],
"twofactor_enforced_excluded_groups": [],
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"maintenance_window_start": 1,
"simpleSignUpLink.shown": false,
"app_install_overwrite": [],
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": "0",
"dbindex": 0
},
"memcache.locking": "\\OC\\Memcache\\Redis"
}
}
How to use GitHub
Steps to reproduce
Expected behaviour
Rclone should not be able to login and access files using only username and password
Actual behaviour
Rclone can login and access the files using only username and password, bypassing the configured OpenID Connect user backend.
Server configuration
Web server: Apache 2.4.65
Database: MariaDB
PHP version: 8.4
Nextcloud version: 31.0.9
List of activated apps
Nextcloud configuration
Browser
Browser name: Rclone
Browser version: 1.67.0 (Mac), 1.60.1-DEV (Debian)
Operating system: Mac and Debian 13
Rclone Tested from Mac and Debian 13