multiple sso buttons
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-03-16 12:46:34 +01:00
parent a4102cd0ca
commit 986a6024fd
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@
[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/nextcloud/status.svg)](https://drone.autonomic.zone/coop-cloud/nextcloud)
Fully automated luxury Nextcloud via docker-swarm.
Fully automated luxury Nextcloud via docker-swarm.
<!-- metadata -->
* **Category**: Apps
@ -69,6 +69,12 @@ docker exec -u www-data <container-id> php occ config:app:delete oidc_login last
docker exec -u www-data <container-id> php occ config:app:delete oidc_login last_updated_jwks
```
## How do I enable multiple SSO login buttons?
We've been able to get this setup by using the [social login](https://apps.nextcloud.com/apps/sociallogin) plugin.
If using Keycloak, you'll want to do [this trick](https://janikvonrotz.ch/2020/10/20/openid-connect-with-nextcloud-and-keycloak/) also.
## How can I customise the CSS?
There is some basic stuff in the admin settings.