There are two types of licenses:

  • Trial license: Valid for 30 days. At the end of the trial period, ABS stops processing.
  • Subscription license: Based on the peak number of transactions subscribed for per month and the duration of the license. It is good practice to configure your email before configuring the license. ABS sends an email notification to the configured email ID when the license has expired. Contact the Ping Identity Sales team for more information.
    Note:
    • Maximum transaction set to 0: If your subscription license has zero for maximum transaction, the license has unlimited monthly transactions. Such a license expires at the end of the subscription period.
    • License expiry: When the subscription license has expired, ABS continues to run until a restart. Then, ABS requires a valid license file to start.
  1. Add an ABS license.
    1. If you have not already received a license, request a license file from the Ping Identity Sales team.
      Note:

      The name of the license file must be PingIntelligence.lic.

    2. Copy the license file to the /opt/pingidentity/abs/config directory and then start ABS.
  2. Update an existing license.
    1. If your existing license has expired, obtain a new license from the Ping Identity Sales team.
    2. Replace the license file in the /opt/pingidentity/abs/config directory.
    3. Stop and then start ABS after the license file is updated.
  3. Check the current transaction count.
    1. To view the current transaction count against your subscription transaction limit, see Admin REST API.

      The following snippet of the Admin REST API shows the license information:

      {
          "company": "ping identity",
          "name": "api_admin",
          "description": "This report contains status information on all APIs, ABS clusters, and ASE logs",
          "license_info": {
              "tier": "Subscription",
              "expiry": "Wed Jan 15 00:00:00 UTC 2020",
              "max_transactions_per_month": 1000000000,
              "current_month_transactions": 98723545,
              "max_transactions_exceeded": false,
              "expired": false
          }