...
If you upgrade Ubisecure SSO, you need to copy the Ubisecure CustomerID SSO Adapter configuration files from the old Ubisecure SSO installation to the new one.
To copy the Ubisecure CustomerID SSO Adapter files from an old Ubisecure SSO installation to a new one in Windows:
After upgrading the Ubisecure SSO (as instructed in page Upgrading SSO in Windows ), prior to removing the temporary ubilogin-sso-old folder, go to the folder containing the old configuration files:
Code Block language text cd /D "%PROGRAMFILES%\Ubisecure\ubilogin-sso-old\ubilogin\webapps\uas\WEB-INF\"
Copy the existing configuration files to the new installation folder:
Code Block language text copy attribute-prefix.index eidm2-authorizer.properties to %PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\webapps\uas\WEB-INF\
Define UBILOGIN_HOME environment variable for the Ubisecure SSO server so that it points to the Ubisecure SSO installation path:
%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin
Code Block language text set UBILOGIN_HOME=%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin
- Transfer the
cid-sso-adapter-package-x.x.x-windows.zip
file to the Ubisecure SSO server and extract it for example under the following folder:%PROGRAMFILES%\Ubisecure
Run the Ubisecure CustomerID SSO Adapter update script:
Code Block language text cd /D "%PROGRAMFILES%\Ubisecure\cid-sso-adapter" update.cmd
The Ubisecure CustomerID SSO Adapter jar files will be integrated to the Ubisecure SSO installation.
- Remove older versions of duplicate jar files from Ubisecure SSO:
%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\webapps\uas\WEB-INF\lib
Run update on Ubisecure SSO in order to finalize the installation of the Ubisecure CustomerID SSO Adapter. This can be done with the following command:
Code Block language text "%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\config\tomcat\update.cmd"
Ensure that the diagnostics log (
uas3_diag.year-month-day.log
, which is by default located at%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\logs
) contains the following rows (with the current time):Code Block language text 2016-09-02 13:57:49,021 init CustomerID Authorizer started 2016-09-02 13:57:49,021 authz eidm.authorizer: CidAuthorizer init started. 2016-09-02 13:57:49,209 init CustomerID SQL: customeriddb PostgreSQL x.x.x 2016-09-02 13:57:49,224 authz eidm.authorizer: CidAuthorizer init done. 2016-09-02 13:57:49,224 init eidm: com.ubisecure.customerid.authorizer.CidAuthorizer: started