Skip to content

Commit

Permalink
Make sha256 the default hashing algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuGayan committed Oct 16, 2024
1 parent 7b08518 commit cfac1e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"apim.jwt.enable_tenant_based_signing": false,
"apim.jwt.gateway_generator.enable_claim_retrieval": false,
"apim.jwt.binding_federated_user_claims": false,
"apim.hashing.hashing_algorithm": "md5",
"apim.hashing.hashing_algorithm": "sha256",
"apim.cache.gateway_token.enable": true,
"apim.cache.resource.enable": true,
"apim.cache.km_token.enable": false,
Expand Down

0 comments on commit cfac1e9

Please sign in to comment.