You can use these credentials to authenticate the following nodes:
Refer to Nextcloud’s API documentation for more information about the service.
Refer to Nextcloud’s user manual for more information on installing and configuring Nextcloud.
To configure this credential, you’ll need a Nextcloud account and:
To set it up:
/remote.php/webdav/
.
/<subdirectory>/remote.php/webdav/
. Replace <subdirectory>
with the subdirectory Nextcloud’s installed in.To configure this credential, you’ll need a Nextcloud account and:
To set it up:
In Nextcloud, open your Administrator Security Settings.
Find the Add client section under OAuth 2.0 clients.
Enter a Name for your client.
Copy the OAuth Callback URL and enter it as the Redirection URI.
Then select Add in Nextcloud.
Update the Authorization URL to replace https://nextcloud.example.com
with the URL you use to access Nextcloud.
Update the Access Token URL to replace https://nextcloud.example.com
with the URL you use to access Nextcloud.
The Authorization URL and Access Token URL assume that you’ve configured Nextcloud to use Pretty URLs. If you haven’t, you must add /index.php/
between your Nextcloud URL and the /apps/oauth2
portion.
Copy the Nextcloud Client Identifier for your OAuth2 client and enter it as the Client ID.
Copy the Nextcloud Secret and enter it as the Client Secret.
Create your Web DAV URL: If Nextcloud is in the root of your domain, enter the URL you use to access Nextcloud and add /remote.php/webdav/
.
/<subdirectory>/remote.php/webdav/
. Replace <subdirectory>
with the subdirectory Nextcloud’s installed in.Refer to the Nextcloud OAuth2 Configuration documentation for more detailed instructions.