I am working on a windows service that requires a specific VPN connection.
My problem is that the solution provided by the customer (Rainbow iKey usb stick) requires the user to enter a pin code for each time the VPN connection is initiated. This will happen at least every night, when there is a maintenance window.
As this is a windows service and intended to run in a server environment, I can't rely on people punching in the PIN code every morning.
I need to detect when the "Token login" appears and pass the correct pin code - is it doable?