This is a running document on trying to get the Wikid authentication client running on my Ubuntu system.
- Download the client from http://www.wikidsystems.com/downloads/token-clients specifically Software token For Mac/Linux
- First we need to install some dependencies, run: sudo apt-get install ibus
- From a shell launch the installer with: java -jar {downloaded file}
- Follow the on screen instructions
- in the shell goto the installation directory and create a symbolic link from old .jar name to new: ln -s wikidtoken.jar jWiKID.jar
- Test using the test site: http://www.wikidsystems.com/downloads/simple_reg_form/
*Note: Additional dependences my be required, as my Ubuntu already has a lot of extra applications (Including it's Kubuntu)