Skip to content

How to create authentication token #129

Closed Answered by r-brown
r-brown asked this question in Questions
Discussion options

You must be logged in to vote

API Key Identification is the recommended option which is offering secure and controlled communication with the NetLicensing API / services.
This is especially important if connection details (such as Auth header) are available to the end-customer (think of JavaScript or PHP).

API key can be obtained via:

NetLicensing Management Console

Open "Settings -> API Access" panel in the NetLicensing Management Console and create a new API Key by clicking on "Add API Key" button.

API token service

Use TokenServices.create() endpoint to create a new API Key:

Example

POST https://go.netlicensing.io/core/v2/rest/token
tokenType=APIKEY&apiKeyRole=ROLE_APIKEY_LICENSEE
Accept: application/xml
Content-…

Replies: 2 comments

Comment options

r-brown
Nov 25, 2020
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by r-brown
Comment options

r-brown
Nov 25, 2020
Maintainer Author

You must be logged in to vote
0 replies
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 #17 on October 30, 2023 06:15.