Dear community,
Iām new to nextcloud.
I installed Nextcloud on Raspberry PI, small environment. Whenever I activate the UserExternal, my browser connection is treset after around 5 minutes with the message āSession token credentials are invalidā.
I did a lot of several tests at the end the problem is always there in case I use user_backends with user Externals. I checked two ways
- IMAP
- SSH
Both of them shows the same problem and the same message in the log. In case I change the loglevel to more detailed view, there is nothing more - only
āSession token credentials are invalidā
My Config for the backend looks:
'user_backends' =>
array (
array (
'class' => '\OCA\UserExternal\IMAP',
'arguments' => array (
'127.0.0.1', 143,'','',true,false
),
),
),
In case I delte this, it works as expected. Iām also able to login with the imap backend, works OK.
Nextcloud version: 29.0.4.1
External user Authentication: 3.3.0
PHP 8.2.20
Adding lifetime cookies in the config doesnāt change anythink.
Any Ideas where I can look to find further details?