From 2724ba4961acdd511ba1a39e0a8f116acbc37676 Mon Sep 17 00:00:00 2001 From: SujanSanjula96 Date: Mon, 18 Sep 2023 00:01:39 +0530 Subject: [PATCH] Add missing jars and new context param --- .../setup-authentication-endpoint.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/host-endpoints-externally/setup-authentication-endpoint.sh b/host-endpoints-externally/setup-authentication-endpoint.sh index 31ab7a29f..c55430402 100644 --- a/host-endpoints-externally/setup-authentication-endpoint.sh +++ b/host-endpoints-externally/setup-authentication-endpoint.sh @@ -63,12 +63,17 @@ cp $IS_HOME/repository/components/plugins/org.wso2.carbon.base_*.jar $WEB_APP_LI cp $IS_HOME/repository/components/plugins/org.eclipse.osgi_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.eclipse.osgi.services_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.base_*.jar $WEB_APP_LIB +cp $IS_HOME/repository/components/plugins/org.wso2.carbon.claim.mgt_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.core_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.crypto.api_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.database.utils_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.application.common_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.base_*.jar $WEB_APP_LIB +cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.claim.metadata.mgt_*.jar $WEB_APP_LIB +cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.event_*.jar $WEB_APP_LIB +cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.user.profile_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.identity.template.mgt_*.jar $WEB_APP_LIB +cp $IS_HOME/repository/components/plugins/org.wso2.carbon.idp.mgt_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.queuing_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.registry.api_*.jar $WEB_APP_LIB cp $IS_HOME/repository/components/plugins/org.wso2.carbon.registry.core_*.jar $WEB_APP_LIB @@ -128,6 +133,10 @@ echo echo "====================================================================================" echo "..." echo " " +echo " IsHostedExternally" +echo " true" +echo " " +echo " " echo " IdentityServerEndpointContextURL" echo " https://localhost:9443" echo " "