Skip to content

Add information for oCIS #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 27 additions & 3 deletions protocols/webdav/nextcloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,32 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Desktop

### Connection Profiles

Select the connection profile in _Protocol_ bundled by default:
- Protocol: `Nextcloud`
- Protocol: `ownCloud`
`````{tabs}
````{tab} Nextcloud

Select the connection profile `Nextcloud` for _Protocol_ bundled by default.
````

````{tab} ownCloud

Select the connection profile `ownCloud` for _Protocol_ bundled by default.

**ownCloud Infinite Scale (oCIS)**

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.

```{note}
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).
```

**Import client configuration for Keycloak**

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`).

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](https://cyberduck.io) & [Mountain Duck](https://mountainduck.io).

````
`````

Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.

Expand Down Expand Up @@ -71,6 +94,7 @@ Make sure to use the actual username instead of the email address for login cred

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*.


## Features

### Versioning
Expand Down
Loading