There is an closed issue for nextcloud server, where logings were invalidated within minutes: nextcloud/server#26502
The issue was closed, as pulsejet updated their Social Login app: nextcloud/server#26502 (comment)
However the issue seems still present for this app ( the OIDC backend). It might not work properly with nextcloud 22.
It might be easy to fix. When you look at the fix from pulsejet... pulsejet/nextcloud-oidc-login@3a50a43
... I see the exact same wrong line in the code of this app... https://github.com/nextcloud/user_oidc/blob/master/lib/Controller/LoginController.php#L359
There is an closed issue for nextcloud server, where logings were invalidated within minutes: nextcloud/server#26502
The issue was closed, as pulsejet updated their Social Login app: nextcloud/server#26502 (comment)
However the issue seems still present for this app ( the OIDC backend). It might not work properly with nextcloud 22.
It might be easy to fix. When you look at the fix from pulsejet... pulsejet/nextcloud-oidc-login@3a50a43
... I see the exact same wrong line in the code of this app... https://github.com/nextcloud/user_oidc/blob/master/lib/Controller/LoginController.php#L359