Skip to content

Commit

Permalink
Merge pull request #13444 from hisanhunais/SHA-256-changes
Browse files Browse the repository at this point in the history
Add Config Values for Enable SHA-256 Hashing Algorithm
  • Loading branch information
tharikaGitHub committed Mar 28, 2024
2 parents e131493 + 0d67e24 commit e79b5be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/distribution/product/src/main/conf/deployment.toml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ enable_apikey_subscription_validation = true
#signing_algorithm = "SHA256withRSA"
#enable_user_claims = true
#claims_extractor_impl = "org.wso2.carbon.apimgt.impl.token.ExtendedDefaultClaimsRetriever"
#use_sha256_hash = false

#[apim.oauth_config]
#enable_outbound_auth_header = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@
"apim.analytics.properties.truststore_password": "$ref{truststore.password}",
"tenant_mgt.disable_email_domain_validation": true,
"apim.jwt.use_kid_property": true,
"apim.jwt.use_sha256_hash": false,
"server_configuration": {
"deployment_toml_path": "../conf/deployment.toml",
"logs_directory": "../repository/logs",
Expand Down

0 comments on commit e79b5be

Please sign in to comment.