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.4

...

Accounting Service is installed as part of SSO installation / upgrade. You can find instructions on how to install and upgrade Ubisecure SSO in Installation - SSO and Upgrade - SSO, respectively. Read and proceed with those instructions first.

...

After the installation you will have a Accounting application in SSO that you can verify and manage with Management user interface - SSO. This application controls access to the Accounting Service endpoints like reporting, see Using Accounting Service.

Image RemovedImage Added

Figure 1. Accounting application in SSO Management
Note
We suggest to reconfigure the allowed users for the Accounting application in the group named Accounting Users according to your needs, see SSO Management UI Groups.

Anchor
service
service
Verify the running service

...

Verify from the application log (by default accounting/loglogs/ids-accounting.log under ubilogin-sso installation directory) that the service has started without errors.

...

  1. Open browser and navigate to the following path: http(s)://<host>:<port>/actuator/health
  2. Enter the credentials

    Figure 2. Entering Accounting Service health check credentials
  3. Verify from the response that the overall status and status of each component is 'UP'

    Image RemovedImage Added

    Figure 3. Accounting Service health check response in JSON format

...

  1. Authenticate into some other SSO managed application than Accounting and preferably with some other user or other authentication method than password
  2. Open browser and navigate to the following kind of URL: https://accounting.example.com/accounting/verify/events/<yyyy-MM-dd> where <yyyy-MM-dd> is replaced with the current date, see Using Accounting Service
  3. Enter the credentials in SSO

  4. A CSV download file with an event for each authentication on that day is downloaded, the last row shows the last event

    Code Block
    languagetext
    titleDaily successful authentication events CSV example
    Timestamp,Authentication Method,Pseudonymised User ID
    2019-03-15T09:03:00Z,TUPAS2,a5a83b53c0bd52cf0d7672f018bd2a05990aa37614aa2971901650db2ccffa2b
    2019-03-15T09:09:00Z,PASSWORD,3b4e5ba2d62e69b6de6730d407f94c999b01c17e10b0d110ed98dfffcbd92191
    
    

If you don't perceive the expected outcome see Troubleshooting Accounting Service.

...