Add RADIUS authentication to Bravura Security Fabric
You can integrate RADIUS authentication in Bravura Security Fabric by configuring a custom authentication chain, using the agent.pss
authentication module with the RADIUS Authentication connector agtradius
, to perform a challenge-response operation.
The following steps demonstrate how to integrate RADIUS Authentication in Bravura Security Fabric :
Add the RADIUS Authentication target system .
Create a list file to associate users with the target system .
The
agtradius
connector does not support listing operations. You must create a list file to associate users during auto-discovery, so that users can authenticate against the target system.Add a new custom authentication chain:
Add the
Connector package agent
(agent.pss
) module to the chain.In the module’s settings:
Set Target system to use for address and credentials to the target you created.
Set Password verification operation to ”Challenge response authentication”.
Enable the custom authentication chain.
Add the new custom authentication chain to the DEFAULT_LOGIN chain:
Click Policies > Authentication chains > Front-end login.
Disable the chain so that you can edit it.
Edit the
select_chain
module to add the new custom authentication chain to the list of Available chains .Update and enable the DEFAULT_LOGIN chain.
Test the authentication by logging in as an end user associated with the target system.
You should be prompted to enter a valid RADIUS passcode.