Native library setup for Cronto and Digipass OTP
To use OneSpan tokens (Vasco OTP or Vasco Cronto), Airlock IAM requires a native library, called Authentication Server Framework (formerly known as VACMAN Controller).
- Get the correct version (for your deployment environment) of the Authentication Server Framework library. The library can be obtained directly from the OneSpan customer portal.
IAM Version
Required Authentication Server Framework Version
Since 8.5
3.22.0
Since 7.5
3.21.0
- Open the
instance.properties
file. - Go to the property
iam.java.opts
. - Add the library path to the Java library path, like this:
iam.java.opts = -Djava.library.path=/path/to/dir/containing/libaal2sdk
- Ensure the library is named
libaal2sdk.so
. - Replace
/path/to/dir/containing/libaal2sdk
with the actual directory path. - On Linux systems, it is recommended to create a symbolic link to the actual library file.
- Ensure the library is named
- Notice
Make sure the library's access rights allow IAM to read the file.
- Restart the Airlock IAM instance.