diff --git a/src/authentication/jwt/JWTSigToken.js b/src/authentication/jwt/JWTSigToken.js index cfb2d7ef..fe2d6749 100644 --- a/src/authentication/jwt/JWTSigToken.js +++ b/src/authentication/jwt/JWTSigToken.js @@ -54,7 +54,7 @@ exports.getToken = function (merchantConfig, isResponseMLEForApi, logger) { if (isResponseMLEForApi === true) { const responseMleKID = MLEUtility.validateAndAutoExtractResponseMleKid(merchantConfig, logger); // Using bracket notation for property name with hyphens - claimSetJson["v-c-response-mle-kid"] = responseMleKID; + claimSetJson["v-c-api-response-mle-kid"] = responseMleKID; } const customHeader = {