...
Self-deployed distribution on Linux
Modify the setVars.sh file in the <LSS_
INSTALLDIR>INSTALL>/app/
setVars.sh directory by adding the following line:
...
Self-deployed distribution on Windows
Modify the setVars.bat file in the <LSS_
INSTALLDIR>INSTALL>/app/
setVars.bat directory by adding the following line:
...
When enabled, License Server uses mappings defined in the oidc.json to file to extract usernames from JWT access tokens. Note that these usernames must also be present in User Administration in order for authentication via JWT to work correctly. Open the oidc.json file located in the <DTP_DATA_DIR>/conf
directory to configure usernames.
...
The default value for the claimMappings > username
attribute is preferred_username
. Change this value if the username in the JWT access token is mapped to a different element name. The other attributes in this file are ignored when authentication via JWT access token is enabled, so you do not need to set them. Save your changes and restart License Server services after configuring the file.
Using APIs in JWT Token Mode
...