From 873a5d0f4c4908bde3729ec08c49ab2760f43dc5 Mon Sep 17 00:00:00 2001 From: Tharindu Edirisinghe Date: Mon, 25 May 2015 00:27:23 +0530 Subject: [PATCH 1/2] Update TenantConfig.properties Fix for [1] [1] https://wso2.org/jira/browse/IDENTITY-2980 --- .../src/main/resources/TenantConfig.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/authentication-framework/org.wso2.carbon.identity.application.authentication.endpoint/src/main/resources/TenantConfig.properties b/components/authentication-framework/org.wso2.carbon.identity.application.authentication.endpoint/src/main/resources/TenantConfig.properties index 1e53809c34..9b4200b416 100644 --- a/components/authentication-framework/org.wso2.carbon.identity.application.authentication.endpoint/src/main/resources/TenantConfig.properties +++ b/components/authentication-framework/org.wso2.carbon.identity.application.authentication.endpoint/src/main/resources/TenantConfig.properties @@ -1,4 +1,5 @@ tenantListEnabled=false +hostname.verification.enabled=true mutual.ssl.username=admin client.keyStore=./repository/resources/security/wso2carbon.jks Carbon.Security.KeyStore.Password=wso2carbon @@ -6,4 +7,4 @@ client.trustStore=./repository/resources/security/client-truststore.jks Carbon.Security.TrustStore.Password=wso2carbon identity.server.host=localhost identity.server.port=9443 -username.header=UserName \ No newline at end of file +username.header=UserName From da8b0d7ae1eddf0d29fe55a9e92e7820c918fc1a Mon Sep 17 00:00:00 2001 From: Tharindu Edirisinghe Date: Mon, 25 May 2015 00:29:26 +0530 Subject: [PATCH 2/2] Update TenantConfig.properties removed newline at the end of the file