Skip to content

Commit

Permalink
Merge pull request wso2#965 from HiranyaKavishani/3.2.0-new
Browse files Browse the repository at this point in the history
Adding config changes wso2#2484
  • Loading branch information
HiranyaKavishani authored Oct 4, 2021
2 parents 6fd637d + 6825704 commit 7aba6e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions update-artifacts/repository/resources/conf/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@
"apim.jwt.convert_dialect": false,
"apim.jwt.signing_algorithm": "SHA256withRSA",
"apim.jwt.claims_extractor_impl": "org.wso2.carbon.apimgt.impl.token.ExtendedDefaultClaimsRetriever",
"apim.jwt.binding_federated_user_claims": true,
"apim.jwt.gateway_generator.impl": "org.wso2.carbon.apimgt.gateway.handlers.security.jwt.generator.APIMgtGatewayJWTGeneratorImpl",
"apim.jwt.gateway_generator.enable_claim_retrieval":false,
"apim.cache.gateway_token.enable": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
<!--ClaimsRetrieverImplClass>org.wso2.carbon.apimgt.impl.token.DefaultClaimsRetriever</ClaimsRetrieverImplClass-->
{% endif %}

{% if apim.jwt.binding_federated_user_claims %}
<EnableBindingFederatedUserClaims>{{apim.jwt.binding_federated_user_claims}}</EnableBindingFederatedUserClaims>
{% endif %}

<!-- The dialectURI under which the claimURIs that need to be appended to the
JWT are defined. Not used with custom ClaimsRetriever implementations. The
same value is used in the keys for appending the default properties to the
Expand Down

0 comments on commit 7aba6e3

Please sign in to comment.