Forum Discussion

Carlos_13563's avatar
Nov 21, 2013

WCF service

I’m testing a solution that will transfer courseware files securely over HTTPS, but I’m running into an issue. After I authenticate with AD and RSA and I try to transfer files pro-grammatically, I get a connection error because it tries to authenticate. I don’t know how to provide RSA token programmatically.

 

The problem is that to authenticate through the F5, you have to pass an RSA pin/token.

 

1 Reply

  • Apologies but I don't think your solution will be anything to do with the F5 and more likely will involve whatever platform you're coding with. That said, perhaps the authentication method could be changed based on your client IP or some other identifier? In that case its more a matter of company policy and what infosec will agree too.