Expand notes on Nextcloud setup
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2021-07-12 12:17:01 +02:00
parent 2aca4ce0b3
commit ebf528930e
1 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Check [this approach](https://git.autonomic.zone/ruangrupa/login.lumbung.space).
#### How do I integrate with Keycloak SSO?
Use [this plugin](https://github.com/pulsejet/nextcloud-oidc-login). You can use [this trick](https://janikvonrotz.ch/2020/10/20/openid-connect-with-nextcloud-and-keycloak/) (see "Cryptic Usernames" work-around) to get proper usernames.
Use [this plugin](https://github.com/pulsejet/nextcloud-oidc-login). Unlike the plugin it's forked from, there is no configuration UI, so you'll need to edit `/var/www/html/config/config.php`:
```
'oidc_login_client_id' => 'nextcloud',
@ -37,6 +37,10 @@ Use [this plugin](https://github.com/pulsejet/nextcloud-oidc-login). You can use
'oidc_create_groups' => true,
```
You can use [this trick](https://janikvonrotz.ch/2020/10/20/openid-connect-with-nextcloud-and-keycloak/) (see "Cryptic Usernames" work-around) to get proper usernames.
You might also need the following "Why is my synchronisation.." change if you see an error `'redirect_uri' is invalid`.
#### Why is my synchronisation client freezing on the "grant access" step?
Please see [this ticket](https://git.autonomic.zone/coop-cloud/nextcloud/issues/5).