Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2.0

...

Note

NOTE: The installation instructions concerning Ubisecure CustomerID SSO Adapter are written for a single Ubisecure SSO node. If you have more nodes then these steps should be done on all nodes.

To install the Ubisecure CustomerID SSO Adapter extension to Ubisecure SSO:

  1. Copy the postgresql-x.x.x.jar library included in the root folder of the CustomerID installation archive to the Ubisecure SSO server and copy it to the following folder: %JRE_HOME%\lib\ext.
  2. 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
    themeRDark
    set UBILOGIN_HOME=%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin


  3. Copy the cid-sso-adapter-package-x.x.x-windows.zip file to the Ubisecure SSO server and extract it under the following folder: %PROGRAMFILES%\Ubisecure
  4. Run the Ubisecure CustomerID SSO Adapter installation script:

    Code Block
    languagetextthemeRDark
    cd /D "%PROGRAMFILES%\Ubisecure\cid-sso-adapter"
    install.cmd

    There are now two new configuration files in the following folder: %PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\webapps\uas\WEB-INF\
    The new configuration files are:

    • attribute-prefix.index
    • eidm2-authorizer.properties

    Also some new library files have now been added to the %PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\webapps\uas\WEB-INF\lib folder.

  5. You may now need to make some changes to the eidm2-authorizer.properties according to your installation configuration. Generally no changes are required. For more details, refer to the document Ubisecure CustomerID Configuration.

  6. Run update.cmd on Ubisecure SSO in using the following command:

    Code Block
    languagetextthemeRDark
    "%PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\config\tomcat\update.cmd"


  7. Ensure that the diagnostics log (uas3_diag.yyyy-mm-dd.log, which is by default located at %PROGRAMFILES%\Ubisecure\ubilogin-sso\ubilogin\logs) contains the following rows (with the current time): 

    Code Block
    languagetextthemeRDark
    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