• Configure the JWT access token validator with the issuer's public signing key:
    • Store the public key as a trusted certificate in the server's local configuration using the trusted-certificate property.
    • Provide the issuer's JSON Web Key Set (JWKS) endpoint using the jwks-endpoint-path property.
      Note:

      The JWT access token validator then retrieves the issuer's public keys when it initializes. This method ensures that the JWT access token validator uses updated copies of the issuer's public keys.