Microservices
Updated On 24 March 2024 | Min(s) read

Enabling Authentication using JWT-MS

JWT signature allows to verify that the token is signed by the sender and not altered in any way. The signature is created using the Header and Payload segments, a signing algorithm, and a secret or public key.

To enable JWT Authentication, you should set ms.security.tokencheck.enabled to Y. The following table describes the JWT authentication properties.

Properties Description

JWT_TOKEN_ISSUER

Identifies the issuer of the authentication token.

JWT_TOKEN_PUBLIC_KEY

Indicates Base64 encoded public key content that can be directly loaded as a public key certificate.

JWT_TOKEN_PRINCIPAL_CLAIM

Indicates the claim in which the user principal is provided.

ID_TOKEN_SIGNED 

Enables the JWT signature validation along with the header and payload.

JWT_TOKEN_CUSTOM_CLAIMS

Indicates the custom claims to be passed to the authentication

Deployment

This section explains you about how to deploy the WAR file for the following stacks:

Copyright © 2020- Temenos Headquarters SA

Published on :
Tuesday, September 2, 2025 1:05:48 PM IST