Nextcloud credentials#
You can use these credentials to authenticate the following nodes:
Prerequisites#
Create a Nextcloud account.
Supported authentication methods#
- Basic auth
- OAuth2
Related resources#
Refer to Nextcloud's API documentation for more information about the service.
Using basic auth#
To configure this credential, you'll need:
- Your Web DAV URL: Enter your Web DAV URL.
- Your User name
- Your Password
Using OAuth2#
To configure this credential, you'll need:
- An Authorization URL: Update the sample URL to use your domain.
- An Access Token URL: Update the sample URL to use your domain.
- A Client ID: Generated once you add an OAuth2 application in Administrator Security Settings.
- A Client Secret: Generated once you add an OAuth2 application in Administrator Security Settings.
- A Web DAV URL: Enter your Web DAV URL.
Refer to the Nextcloud OAuth2 Configuration documentation for more detailed instructions on adding an OAuth2 application. As you set up your application use these settings:
- Copy the OAuth Callback URL from n8n and enter it as the Redirection URI in your OAuth2 application.