Skip to content

Commit b0fa055

Browse files
committed
Add information for oCIS
1 parent 03c611e commit b0fa055

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

protocols/webdav/nextcloud.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,20 @@ Make sure to use the actual username instead of the email address for login cred
7171

7272
With 2-factor authentication enabled, you will need to create an app password instead of your regular login credentials. You should find it in *Personal → App passwords*.
7373

74+
### ownCloud Infinite Scale (oCIS)
75+
76+
Connecting to *ownCloud Infinite Scale* the default authentication scheme is OpenID Connect. It requires the client registration in the identity provider in ownCloud via *Keycloak*. Additionally you need a custom [connection profile](https://github.com/iterate-ch/profiles/pull/83/files) to connect via Mountain Duck or Cyberduck. The file has to be saved with the suffix `.cyberduckprofile` and installed via double-clicking.
77+
78+
```{note}
79+
Basic Authentication is disabled by default. For additional information refer to the [ownCloud documentation](https://doc.owncloud.com/ocis/next/deployment/services/s-list/auth-basic.html).
80+
```
81+
82+
#### Import client configuration for Keycloak
83+
84+
To test without a custom deployment, use the public instance running at `ocis.ocis-keycloak.latest.owncloud.works` with the identity provider at `keycloak.ocis-keycloak.latest.owncloud.works` (username and password: `admin`).
85+
86+
The client configuration to match the provided connection profile can be imported from the [ownCloud Github repository](https://github.com/owncloud/ocis/blob/7af9cd9e53183acbaac2ffbc6414402bdef1f5d4/deployments/examples/ocis_keycloak/config/keycloak/clients/cyberduck.json) to allow OAuth authentications from Cyberduck & Mountain Duck
87+
7488
## Features
7589

7690
### Versioning

0 commit comments

Comments
 (0)