Skip to main content

File purpose

The jwt.properties file is used to configure the authentication based on JWT.

File location

The file is located in the folder cvarc-application\src\main\resources\properties.

File values

KeyValueDescription
activeviam.jwt.key.publicThe public RSA key encoded in Base64.
activeviam.jwt.key.privateThe private RSA key encoded in Base64.
activeviam.jwt.expiration43200The lifetime of the tokens in seconds.
To generate new RSA keys, execute JwtUtil.