I use Nextcloud with the OIDC extension, but I must identify me on each connection. Is there a “remeremember me” like feature with OIDC (OpenID Connect Login 2.6.0) ?
Nextcloud version (eg, 20.0.5): 27.0.2
Operating system and version (eg, Ubuntu 20.04): Docker
Apache or nginx version (eg, Apache 2.4.25): Apache 2.4 on Docker Alpine
PHP version (eg, 7.4): PHP 8.2 on Docker Alpine
Authentication using an “Identity Provider” (IdP) with OIDC protocol is results in 2 artefacts - one session/cookie from IdP which allows requesting access tokens to access “relying party” (RP) aka application which in turn grants access and issues cookies. Depending on the settings of both applications you session might remain active for long time or end very fast. You should review all the settings and specially double check if your browser keeps cookies issued by your IdP and Nextcloud.
my IdP cookie is not shown here as it runs on another hostname
I think your authelia_session cookie is the one which stores your IdP session. In case your application session expires you just need to tick “login with authelia” and you are granted access to Nextcloud without entering user/password/MFA again…