From fc821e1cab493fd53c224f0cef1798b3eb8ce4d8 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 9 Dec 2016 19:02:19 +0530 Subject: [PATCH] Changing SSO login page into /devicemgt/login --- modules/core/distribution/src/assembly/bin.xml | 15 ++++++--------- .../conf/identity/application-authentication.xml | 4 ++-- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/modules/core/distribution/src/assembly/bin.xml b/modules/core/distribution/src/assembly/bin.xml index 4ed31f2b..0892cc94 100644 --- a/modules/core/distribution/src/assembly/bin.xml +++ b/modules/core/distribution/src/assembly/bin.xml @@ -822,15 +822,6 @@ true 644 - - - ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/application-authentication.xml - - ${pom.artifactId}-${pom.version}/repository/conf/identity - - true - 644 - src/repository/conf/application-authenticators.xml @@ -851,6 +842,12 @@ 644 + + src/repository/conf/identity/application-authentication.xml + ${pom.artifactId}-${pom.version}/repository/conf/identity + + 644 + src/repository/conf/identity/thrift-authentication.xml ${pom.artifactId}-${pom.version}/repository/conf/identity diff --git a/modules/core/distribution/src/repository/conf/identity/application-authentication.xml b/modules/core/distribution/src/repository/conf/identity/application-authentication.xml index 2139b873..873810cf 100644 --- a/modules/core/distribution/src/repository/conf/identity/application-authentication.xml +++ b/modules/core/distribution/src/repository/conf/identity/application-authentication.xml @@ -29,8 +29,8 @@ AuthenticationEndpointURL is location of the web app containing the authentication related pages --> - https://${carbon.host}:${carbon.management.port}/devicemgt/login - https://${carbon.host}:${carbon.management.port}/devicemgt/login?retry=true + /devicemgt/login + /authenticationendpoint/retry.do