Article Number
000034238
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Agent for Citrix StoreFront
RSA Version/Condition: 1.0
Issue
This article reviews steps to configure the RSA Authentication Agent for Citrix StoreFront when configured in a deployment of RBA.
Task
Tasks to complete are:
- Add a single authentication agent in the RSA Security Console, which uses one of the Citrix StoreFront IP addresses as the agent's primary IP, and the other StoreFront IP address(es) are listed as alternate or secondary IP addresses.
- Generate a single node secret for the Citrix StoreFront agent.
- Use the agent_nsload utility to load this node secret on each StoreFront agent in the HA cluster.
Resolution
Create an agent entry in Authentication Manager
- Login to the Security Console.
- Navigate to Access > Authentication Agent and choose Manage Existing or Add New.
- Create a new agent or edit the existing Citrix StoreFront agent, and enter one of the four IP addresses in the IP Address box so it is the main IP address.
- In the Alternate IP Addesses box, enter the other three Citrix StoreFront IPs as alternate IP addresses.
- Enter them one at a time and click Add.
Image description
- When done, click Save.
Generate a single node secret for the Citrix StoreFront agent
This single agent will need a node secret that can be shared on all four Citrix StoreFront agents.
- From Authentication Agents page, click the dropdown on this newly edited Citrix agent and click Manage Node Secret.
- Check the option to create a new random node secret, and export the node secret to a file.
- Create an encryption password and confirm it. Note this password for later use.
Image description
- Click Save.
- When the <agent_name>_NodeSecret.zip is ready, click Download Now.
- Inside the .zip will be a password-protected file named nodesecret.rec. Note: While the nodesecret.rec file is password protected, the zip file is not.
Image description
Load the node secret
- Make sure that agent_nsload.exe and the nodesecret.rec file are on the agent machine, in the ..\Program Files\Common Files\RSA Shared\Auth API directory.
Image description
- Run the following command. You may need to Run as Admin to do this, even for the command prompt, then the syntax is
C:\Program Files\Common Files\RSA Shared\Auth API> agent_nsload -f .\nodesecret.rec -d "..\Auth Data"
Enter PASSWORD: <enter the password created above>
Loading node secret . . . .
The Node Secret is successfully loaded
- The node secret is a file named securid that will be in the C:\Program Files\Common Files\RSA Shared\Auth Data directory, with the sdconf.rec file.
Image description
- Do a test or two from the RSA Control Center on the Citrix StoreFront to verify successful authentication.
Image description
- Repeat steps 1 through 4 on the other StoreFront servers in the HA cluster.