Skip to content

Commit

Permalink
Add config change for enabling padding for base64 based backend JWT
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsamitha committed Jul 24, 2024
1 parent 59870ff commit bf93272
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
</ExcludedClaims>
<EnableUserClaimRetrievalFromKeyManager>{{apim.jwt.gateway_generator.enable_claim_retrieval}}</EnableUserClaimRetrievalFromKeyManager>
</Configuration>
{% if apim.jwt.enable_base64_padding is defined %}
<EnableBase64Padding>{{apim.jwt.enable_base64_padding}}</EnableBase64Padding>
{% endif %}
</GatewayJWTGeneration>
</JWTConfiguration>

Expand Down

0 comments on commit bf93272

Please sign in to comment.