Native library setup for Cronto and Digipass OTP
In order to use OneSpan (Vasco) tokens, Airlock IAM requires a native library, called VACMAN Controller (Authentication Server Framework):
- Get the correct version (for your deployment environment) of the VACMAN Controller (Authentication Server Framework) library: The library can be obtained directly from OneSpan (Vasco) from the customer portal.
IAM Version
Required VACMAN Controller
since 7.5
3.21.0
since 7.1
3.18.0
- Edit instance.properties and set the property iam.java.opts to add library location to java.library.path like this:
iam.java.opts = -Djava.library.path=/path/to/dir/containing/libaal2sdk - Notice
The access rights of the lib must be chosen such that IAM is able to read the file.
- Make sure that the library is named “libaal2sdk.so” (on Linux systems, it is recommended to create a symbolic link to the actual library file).
- Restart the Airlock IAM instance.