Forum Discussion

Steve_Desmarais's avatar
Steve_Desmarais
Icon for Nimbostratus rankNimbostratus
May 12, 2008

RSA Integration

I have followed the article on setting up the firepass to intergrate with Webdav. My problem is we use two factor authenication and this code does not give or wait for the domain password to be typed in. I have tried my best to modifiy the code to allow this but nothing is working. Anyone out there have or can assist in the re-coding of the code?

3 Replies

  • Hi,

     

    I assume you are talking about this article? https://devcentral.f5.com/articles/tweaking-firepass-integrating-rsa-securid-via-webdav-customization.UqFnY_RDs_0

     

    I'm not in front of my firepass right now but what you need to do is set the passcode field to be the third option so when you click on userid you type it in press tab and type in the AD password and then tab again which will bring up the RSA app.

     

    The RSA app is triggered by the javascript "onfocus" attribute of the form input element. The code also goes ahead and submits the form for you after the passcode is passed back to the web page from the token app. You can modify the code to not do the auto submit and that will make it where they actually have to click the login button.

     

    Please let me know if this helps...

     

    Seth

     

  • Currently APM doesn't support token app integration out of the box. I wrote a tech tip on how to configure it. https://devcentral.f5.com/articles/how-to-enable-rsa-securid-browser-plug-in-for-apm.UqIK_cRDtps

     

    It works great if using IE but if you are using the Full Client it will crash. I am working with F5 support to see why and also working with RSA support. Unfortunately RSA support has said that it isn't an RSA tested solution so it is not supported for the Token Automation.