You open the Radius Client agent configuration dialog from a workflow configuration by either right-clicking the agent icon and selecting Configuration..., or double-clicking the agent icon.
Radius Servers Tab
The Radius Client agent configuration dialog - Radius Servers tab
...
Item | Description |
---|---|
Host Address | The IP address or hostname of the RADIUS server. |
Secret Key | The shared secret key is used to sign RADIUS transactions between the server and its client, as well as to encrypt user-password attributes. |
Throughput Threshold | If throttling has been enabled for the host, this field will show the configured threshold for when requests (UDRs) should be throttled. Throttled UDRs will be routed back into the workflow. For example: 1.000 (which means a maximum of 1.000 requests/second will be forwarded). |
To Add a Server
In the configuration for the Radius Client agent, click on the Add button.
The Add Radius Server dialog opens.
The Add Radius Server dialog
Enter the IP address or hostname and secret key for the server in the Host Address and Secret Key fields.
If you want to enable throttling for the host, select the Enable Throttling check box, and then enter the maximum number of UDRs (requests) per second you want the agent to forward in the Throughput Threshold (UDR/s) field.
Note title Note! Ensure that you handle the throttled UDRs in your APL code in the workflow in order to not loose any UDRs.
- Click on the Add button and the server will be added in the table containing Radius Servers, and then click on the Close button to close the dialog when you are finished adding hosts.
Adding a server from the Workflow Instance view
If you are defining the radius server or multiple radius servers, you can define them per workflow instances using the Workflow Table tab in Workflow Properties. By using the Workflow Table tab to set the property Additional Servers to Default or Per Workflow.
...
The Radius Client Additional Servers property with value - Workflow Instances
Miscellaneous Tab
The Radius Client agent configuration dialog - Miscellaneous tab
...