From 945314ca6977dcb70b8fa21e13d29e4b4042f7ed Mon Sep 17 00:00:00 2001 From: Mushthaq Rumy Date: Wed, 10 Feb 2021 10:21:38 +0530 Subject: [PATCH] Adding package change in infer.json --- .../distribution/product/src/main/resources/conf/infer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/distribution/product/src/main/resources/conf/infer.json b/modules/distribution/product/src/main/resources/conf/infer.json index 6b5b26879a..a3766745b4 100644 --- a/modules/distribution/product/src/main/resources/conf/infer.json +++ b/modules/distribution/product/src/main/resources/conf/infer.json @@ -64,11 +64,11 @@ "apim.jwt.encoding": { "base64": { "apim.jwt.generator_impl": "org.wso2.carbon.apimgt.keymgt.token.JWTGenerator", - "apim.jwt.gateway_generator.impl":"org.wso2.carbon.apimgt.gateway.handlers.security.jwt.generator.APIMgtGatewayJWTGeneratorImpl" + "apim.jwt.gateway_generator.impl":"org.wso2.carbon.apimgt.gateway.common.jwtgenerator.APIMgtGatewayJWTGeneratorImpl" }, "base64url": { "apim.jwt.generator_impl": "org.wso2.carbon.apimgt.keymgt.token.URLSafeJWTGenerator", - "apim.jwt.gateway_generator.impl":"org.wso2.carbon.apimgt.gateway.handlers.security.jwt.generator.APIMgtGatewayUrlSafeJWTGeneratorImpl" + "apim.jwt.gateway_generator.impl":"org.wso2.carbon.apimgt.gateway.common.jwtgenerator.APIMgtGatewayUrlSafeJWTGeneratorImpl" } }, "apim.jwt.enable_user_claims": {