...
- You must install PostgreSQL driver before installing Ubisecure CustomerID SSO Adapter. Transfer the
postgresql-x.x.x.jar
library to the Ubisecure SSO server and copy it to the following folder:/usr/local/ubisecure/ubilogin-sso/java/linux-x64/jre/ $JRE_HOME/lib/ext
. - Define UBILOGIN_HOME environment variable for the Ubisecure SSO server so that it points to the Ubisecure SSO installation path:
/usr/local/ubisecure/ubilogin-sso/ubilogin
- Transfer the
cid-sso-adapter-package-x.x.x-linux.tar.gz
file to the Ubisecure SSO server and extract it for example under the following folder:/usr/local/ubisecure
Run the Ubisecure CustomerID SSO Adapter installation script:
Code Block language text cd /usr/local/ubisecure/cid-sso-adapter ./install.sh
...
You may now need to make some changes to the
eidm2-authorizer.properties
according to your installation configuration. For more details, refer to the page page CustomerID Authorization Configuration. After the properties have been checked, you need to run update on Ubisecure SSO in order to finalize the installation of the Ubisecure CustomerID SSO Adapter.Code Block language text /etc/init.d/ubilogin-server stop cd /usr/local/ubisecure/ubilogin-sso/ubilogin config/tomcat/update.sh /etc/init.d/ubilogin-server start
Ensure that the diagnostics log (
uas3_diag.yyyy-mm-dd.log
, which is by default located at/usr/local/ubisecure/ubilogin-sso/ubilogin/logs
) contains the following rows (with the current time):Code Block language text 2016-09-20 13:33:17,465 init CustomerID Authorizer started 2016-09-20 13:33:17,465 authz eidm.authorizer: CidAuthorizer init started. 2016-09-20 13:33:17,606 init CustomerID SQL: customeriddb PostgreSQL x.x.x 2016-09-20 13:33:17,632 authz eidm.authorizer: CidAuthorizer init done. 2016-09-20 13:33:17,632 init eidm: com.ubisecure.customerid.authorizer.CidAuthorizer: started