Skip to content

Commit

Permalink
Merge pull request #9905 from mushthaq33/new-identity-branch
Browse files Browse the repository at this point in the history
Adding package change in infer.json
  • Loading branch information
mushiR33 authored Feb 10, 2021
2 parents 4d20fd0 + 945314c commit 96f4d11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 96f4d11

Please sign in to comment.