From 6964852a9767c66609f76bd56ff6fea313283c66 Mon Sep 17 00:00:00 2001 From: ayyoob Date: Thu, 2 Mar 2017 00:56:41 +0530 Subject: [PATCH 1/4] fixed sso bind to localhost --- .../src/repository/conf/carbon.xml | 4 +-- .../identity/application-authentication.xml | 4 +-- .../conf/identity/sso-idp-config.xml | 28 +++++++++---------- 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/modules/core/distribution/src/repository/conf/carbon.xml b/modules/core/distribution/src/repository/conf/carbon.xml index 40345945..4949d093 100644 --- a/modules/core/distribution/src/repository/conf/carbon.xml +++ b/modules/core/distribution/src/repository/conf/carbon.xml @@ -48,12 +48,12 @@ services deployed on this server instance. --> - localhost + - localhost + - /devicemgt/login - /authenticationendpoint/retry.do + https://${carbon.host}:${carbon.management.port}/devicemgt/login + https://${carbon.host}:${carbon.management.port}/authenticationendpoint/retry.do - + localhost - + localhost - https://${carbon.host}:${carbon.management.port}/devicemgt/login - https://${carbon.host}:${carbon.management.port}/authenticationendpoint/retry.do + /devicemgt/login + /authenticationendpoint/retry.do