It's not released yet. It's beta for testing.
See below for comments on the setup steps.
To make it work, simply set the server URL with
http://yourserver:8080/opentop/
Do not use SSL unless you add the server CA certificate to the Windows
certificate trust store.
Configuration 1/1:
Server URL(s): (mandatory)
This is the OpenOTP SOAP service URL.
You can set two URLs (for server redundancy) with a comma separator.
Example:
http://openotpserver:8080/openotp/
Default Domain: (optional)
You can set the default Domain to be sent to OpenOTP when the user
does not specify a login Domain in the login form.
User may specify the login Domain by entering a username in the form
'domain\username' when they login.
Note: Default Domain is generally set in the OpenOTP Server
configuration in WebADM.
Login Text: (optional)
This is the Welcome text to be displayed in the Windows login page.
Let it empty to keep the default message.
Client ID: (optional)
This is the client ID which is sent to OpenOTP in the login requests.
This client ID will appear in the WebADM audit database.
Configuration 2/3
The following settings are generally not required.
They are applicable only if you have set the Server URL with HTTPS in
the previous step.
Important: If you use OpenOTP with HTTPS, you MUST add the WebADM CA
certificate to your windows system certificate trust store!
Without it the Windows system will refuse communicating with the
OpenOTP server.
Certificate Authority File: (optional)
You can use this feature if you need to authenticate the OpenOTP
server based in its SSL certificate.
This is the local path of the WebADM CA certificate file in PEM
format.
You can get the WebADM CA certificate from your WebADM Administration
Portal.
Certificate File: (optional)
You can provide a SSL client certificate for the OpenOTP connection.
Client certificate check is currently not implemented at the OpenOTP
server side.
Certificate Password: (optional)
If the client certificate is encrypted, you can provide the decryption
password here.
Configuration 3/3
The following settings are for advanced configurations.
You should keep the default values here.
Setting String: (optional)
You can pass some OpenOTP configurations from the client requests by
setting a comma-separated list of settings here.
These settings will override any server or user settings.
Example: OpenOTP.LoginMode=LDAPOTP,OpenOTP.OTPType=TOKEN
SOAP Timeout: (optional)
This is the SOAP request timeout when connecting to the OpenOTP Server
URL.
The default value is 15 seconds.