Forum Discussion

Tony_Yeung_5687's avatar
Tony_Yeung_5687
Icon for Nimbostratus rankNimbostratus
Jun 13, 2005

Integration with two-factor authentication system

Hi,

 

 

I have a customer asking us to integrate the FirePass with our product - one-time password authentication system. How can I do it?

 

 

Regards

 

 

Magpies

 

1 Reply

  • The FirePass client API is a Windows control that will allow you to establish a communication channel through one of your "favorites" (either a VPN or AppTunnels). This is analogous to connecting to one of these through the web browser except that you can control it programmatically. Currently, we only support username/password authentication which is required each time a connection is established.

     

     

    So, if you need to use your application to control a communication channel between the device your application is running on and a network protected by a Firepass, then you can use the windows control included in the SDK to do this. The FirePass Client SDK includes a sample application that illustrates the usage of the API.

     

     

    -Joe