Configuring JWTTOKENPROVIDER section

Define JWT security token provider in the JWTTOKENPROVIDER sections of the configuration file.

The JWTTOKENPROVIDER sections of the configuration file define the JWT provider information for validation.

Each JWT provider has either a symmetrical or asymmetrical signing algorithm. The configuration parameters are set based on the type of algorithm.

Supported symmetrical signing algorithms are:
  • HS256 – HMAC with SHA-256
  • HS384 – HMAC with SHA-384
  • HS512 – HMAC with SHA-512
Supported asymmetrical signing algorithms are:
  • RS256 – RSASSA-PKCS1-v1_5 with SHA-256
  • RS384 – RSASSA-PKCS1-v1_5 with SHA-384
  • RS512– RSASSA-PKCS1-v1_5 with SHA-512
Note: Configure KEYRING in PRODUCT section for using asymmetrical signing algorithms.