Skip to content

Commit

Permalink
Adding binding_federated_user_claims config
Browse files Browse the repository at this point in the history
  • Loading branch information
HiranyaKavishani committed Oct 2, 2021
1 parent b3bf3c1 commit 6825704
Showing 1 changed file with 4 additions and 0 deletions.
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 6825704

Please sign in to comment.