Skip to content
Discussion options

You must be logged in to vote

API licensing is just the same as license regular applications, SaaS or IoT devices. API functionality or even access can be restricted based on the NetLicensing validation response for a particular API caller by its username, APIKey or other IAM identifier.

Basic message flow:

  • API user (caller) sends an API request to the vendor's endpoint and provides auth data, such as login name, API Key, etc.
  • API's backend system uses auth data to verify user's entitlements at NetLicensing
    • NetLicensing customer profile should match requested login data (e.g. via Licensee Number or Alias)
  • NetLicensing's validation response will need to be parsed and user entitlements verified
    • (optionally) It's r…

Replies: 1 comment

Comment options

r-brown
Apr 5, 2022
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
1 participant
Converted from issue

This discussion was converted from issue #47 on October 30, 2023 06:11.