From b0fa6be683ceee0b66d860d49e37686cb36984a0 Mon Sep 17 00:00:00 2001 From: YasasRangika Date: Wed, 3 Jul 2024 11:08:14 +0530 Subject: [PATCH 1/2] Add changes for https://github.com/wso2/api-manager/issues/2943 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c16157..e9be097 100644 --- a/pom.xml +++ b/pom.xml @@ -279,7 +279,7 @@ 2.3.1 3.2.0 - [2.6.0, 3.0.0) + [2.6.0, 5.0.0) [1.6.1.wso2v12, 2.0.0) 1.6.1-wso2v38 [2.6.0,3.0.0) From 2c1f99cfa98bd8514788fc9d4ca74631a7bcfa5d Mon Sep 17 00:00:00 2001 From: YasasRangika Date: Mon, 8 Jul 2024 12:20:34 +0530 Subject: [PATCH 2/2] Add changes for https://github.com/wso2/api-manager/issues/2943 --- .../pom.xml | 6 ++++++ .../pom.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/components/org.wso2.carbon.identity.authenticator.saml2.sso.ui/pom.xml b/components/org.wso2.carbon.identity.authenticator.saml2.sso.ui/pom.xml index b67cdf9..8ec68ef 100644 --- a/components/org.wso2.carbon.identity.authenticator.saml2.sso.ui/pom.xml +++ b/components/org.wso2.carbon.identity.authenticator.saml2.sso.ui/pom.xml @@ -130,6 +130,12 @@ version="${identity.carbon.auth.saml2.package.export.version}" UIBundle + + osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService, + osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService, + osgi.service;objectClass=org.wso2.carbon.utils.ConfigurationContextService, + osgi.service;objectClass=org.wso2.carbon.ui.CarbonSSOSessionManager + diff --git a/components/org.wso2.carbon.identity.authenticator.saml2.sso/pom.xml b/components/org.wso2.carbon.identity.authenticator.saml2.sso/pom.xml index 02e9c60..bce0d54 100644 --- a/components/org.wso2.carbon.identity.authenticator.saml2.sso/pom.xml +++ b/components/org.wso2.carbon.identity.authenticator.saml2.sso/pom.xml @@ -131,6 +131,10 @@ !org.wso2.carbon.identity.authenticator.saml2.sso.stub.*, org.wso2.carbon.identity.authenticator.saml2.sso.*; version="${identity.carbon.auth.saml2.package.export.version}" + + osgi.service;objectClass=org.wso2.carbon.user.core.service.RealmService, + osgi.service;objectClass=org.wso2.carbon.registry.core.service.RegistryService +