forked from toolshed/docs.coopcloud.tech
		
	Expand notes on Nextcloud setup
This commit is contained in:
		| @ -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). | ||||
|  | ||||
		Reference in New Issue
	
	Block a user