Viewing Seamless Learning Access Activity in RapidIdentity

RapidIdentity Platform Documentation

Solution
Application
Content Type
Technical Documentation
Utilities & Services
ft:locale
en-US

The Reports module in RapidIdentity shows the token requests that occur during a Seamless Learning Access session. You can create a report to confirm that RapidIdentity sent a binding token for a user and to troubleshoot session issues.

The report tracks the Blueprint's request for a binding token, and the single sign-on extension's requests for refresh and session tokens. Each result shows whether RapidIdentity identified a matching user and returned the requested token.

Requirements

Access to your RapidIdentity administrator portal

  1. Navigate to your RapidIdentity administrator portal.
  2. From the module selector, choose "Reports".
  3. Click Add report.
  4. Enter a name, such as Seamless Learning Access Activity, and click Save.
  5. Click the Report tab.
  6. Click Edit Columns and select the following columns:
    1. Select Action.
    2. Select Date Occurred.
    3. Select Perpetrator IP.
    4. Select Successful.
  7. Copy and paste the following query expression into the Enter a query expression input box:
    action.displayName = "Issue Binding Token" OR action.displayName = "Issue Refresh Token" OR action.displayName = "Issue Secure Authentication Token" AND timestamp = TODAY
  8. Click Save, then click Run report.
  9. Click any row to view the details for that action.

    The Issue Binding Token action shows the blueprint's request for a binding token. Click the request to view the Seamless Learning Access User ID that the token was requested for.

    The Successful column indicates the outcome of each request:

    true
    RapidIdentity identified a user matching the Seamless Learning Access User ID and returned a binding token to the blueprint.
    false
    RapidIdentity could not find a user with the specified Seamless Learning Access User ID.
The report displays a list of token requests from the past 24 hours.