...
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 Authorization configuration - CustomerID. 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. Update script will restart SSO.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