Skip to content

Commit

Permalink
Adding configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashi1993 committed Oct 8, 2024
1 parent 8bf54bf commit e4cf97b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ enable_lightweight_apikey_generation = true
#key_validation_handler_type = "default"
#key_validation_handler_type = "custom"
#key_validation_handler_impl = "org.wso2.carbon.apimgt.keymgt.handlers.DefaultKeyValidationHandler"
allow_subscription_validation_disabling = false

#[apim.idp]
#server_url = "https://localhost:${mgt.transport.https.port}"
Expand All @@ -222,7 +223,7 @@ enable_lightweight_apikey_generation = true

[apim.oauth_config]
enable_outbound_auth_header = false
white_listed_scopes = ["^device_.*", "openid", "^OB_.*", "^TIME_.*"]
white_listed_scopes = ["^device_.*", "openid", "^FS_.*", "^TIME_.*"]
#auth_header = "Authorization"
#revoke_endpoint = "https://localhost:${https.nio.port}/revoke"
#enable_token_encryption = false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ mode = "single"
userAgent = "WSO2 IS as KM 7.0.0"
offset = 3

[tenant_mgt]
enable_email_domain = true

#================configs related to user-mgt.xml=============
[super_admin]
username = "[email protected]"
Expand Down Expand Up @@ -130,7 +133,7 @@ pool_options.validationQuery="SELECT 1"
#validationQuery="SELECT 1 FROM DUAL"
pool_options.validationInterval="30000"
pool_options.defaultAutoCommit=false
pool_options.commitOnReturn=truecommitOnReturn=true
pool_options.commitOnReturn=true

[keystore.primary]
file_name = "wso2carbon.jks"
Expand Down

0 comments on commit e4cf97b

Please sign in to comment.