From e3cbf666b44ffc24f9a0907c06dedb2aefbae5aa Mon Sep 17 00:00:00 2001 From: freakwriter Date: Tue, 18 Jun 2024 13:30:29 -0400 Subject: [PATCH] Update Citrix ADC credentials to template --- .../builtin/credentials/citrixadc.md | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/docs/integrations/builtin/credentials/citrixadc.md b/docs/integrations/builtin/credentials/citrixadc.md index 4ddce6dd2..e9d504e53 100644 --- a/docs/integrations/builtin/credentials/citrixadc.md +++ b/docs/integrations/builtin/credentials/citrixadc.md @@ -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.