Tobias
Tobias
Lgtm, @azmeuk any opinion here? Also check #144 on whether you think this is an issue.
Hey, we use Keycloak and face this issue a lot. However, it is possible to accomplish this without the app but solely with Keycloak. Have a look at [this plugin](https://github.com/giz-berlin/keycloak-role-authenticator)...
Hi :wave: I just tried the following: 1. Created a new event in the calendar app. 2. Added an external attendee to the event by inserting their mail address. 3....
Hi, I haven't faced the "Unable to determine state" error yet. Is there anything in the Nextcloud logs that gives a little more information what the cause might be? You...
Ok, so if you use the WebDAV feature, then frequent logouts might be fixed in 842887a2aa4ac02b38919d61c996c3877a8f5128
Hi :wave: I'm not familiar with the specific IdP you use, so I can't tell you the exact config that makes it work. Seems like you have set `oidc_login_proxy_ldap` to...
Hi, I can't reproduce the issue, that the skeleton directory is not created. When I log in the first time using OIDC, the user's folder is populated correctly. If a...
Hey all 👋 This should have been fixed in #156 and is now released in v2.3.1. Please check it out and close this issue if it is resolved for you...
> Unfortunately, not all providers support this, as e.g. Keycloak Hey, Keycloak does not support this feature natively, but it can be added via a plugin. Have a look at...
Yes, implementing a user backend is probably the best way to go here, similar to what the "official" [`user_oidc`](https://github.com/nextcloud/user_oidc) plugin does I think.