Update Citrix ADC credentials to template

This commit is contained in:
freakwriter 2024-06-18 13:30:29 -04:00
parent 72a3dec810
commit e3cbf666b4

View File

@ -6,13 +6,28 @@ contentType: integration
# Citrix ADC credentials
You can use these credentials to authenticate the following nodes with Citrix ADC:
You can use these credentials to authenticate the following nodes:
* [Citrix ADC node](/integrations/builtin/app-nodes/n8n-nodes-base.citrixadc/)
Enter the following information in the **Citrix ADC account** credentials modal:
## Prerequisites
* The URL of your Citrix ADC instance
* Username
* Password
Install a [NetScaler/Citrix ADC appliance](https://docs.netscaler.com/en-us/citrix-adc/current-release/getting-started-with-citrix-adc){:target=_blank .external-link}.
## Supported authentication methods
- Basic auth
## Related resources
Refer to [Citrix ADC's 14.1 NITRO API documentation](https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release){:target=_blank .external-link} for more information about the service.
## Using basic auth
To configure this credential, you'll need:
* A **URL**: Enter the URL of your NetScaler/Citrix ADC instance.
* A **Username**: Enter your NetScaler/Citrix ADC username.
* A **Password**: Enter your NetScaler/Citrix ADC password.
Refer to [Performing Basic Citrix ADC Operations](https://developer-docs.netscaler.com/en-us/adc-nitro-api/current-release/performing-basic-netscaler-operations){:target=_blank .external-link} for more information.