Skip to content
Distr
Book Demo Start free trial Login

Customer Portal Licenses

As an end customer, you can view the license keys your vendor has issued to your organization directly from the Customer Portal.

Customer Portal licenses page showing license keys

Navigate to Licenses in the sidebar to see all license keys assigned to your organization. The list shows each key’s name, description, and expiration date. Expired keys are marked with an (expired) label.

Click View License on any key to view its signed JWT token. Copy the token and use it in your application environment. The token works offline — no callback to Distr is required at verification time.

For details on how to inject the token into your application (via environment variables, Helm values, or secrets), see How customers use the token.

Each license token is a signed JWT containing:

  • Validity period (not before / expiration dates)
  • Custom claims defined by your vendor (plan tier, seat count, feature flags, etc.)

Your application verifies the token using the vendor’s public key. See Verifying tokens for implementation details.