Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2023.2

...

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

...